mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-31 03:11:17 +02:00
Changed links to new repo
This commit is contained in:
parent
9c077247a5
commit
a4fd23ee45
14
README.md
14
README.md
@ -1,4 +1,4 @@
|
||||
[![Build Status](https://travis-ci.org/mroote/factorio-server-manager.svg?branch=master)](https://travis-ci.org/mroote/factorio-server-manager)
|
||||
[![Build Status](https://travis-ci.com/OpenFactorioServerManager/factorio-server-manager.svg?branch=master)](https://travis-ci.com/OpenFactorioServerManager/factorio-server-manager)
|
||||
|
||||
# Factorio Server Manager
|
||||
|
||||
@ -27,7 +27,7 @@ This tool runs on a Factorio server and allows management of the Factorio server
|
||||
|
||||
## Installation Linux
|
||||
1. Download the latest release
|
||||
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
|
||||
* [https://github.com/OpenFactorioServerManager/factorio-server-manager/releases](https://github.com/OpenFactorioServerManager/factorio-server-manager/releases)
|
||||
2. Download the Factorio Standalone server and install to a known directory.
|
||||
3. Run the server binary file, use the --dir flag to point the management server to your Factorio installation. If you are using the steam installation, point FSM to the steam directory.
|
||||
* ```./factorio-server-manager --dir /home/user/.factorio ```
|
||||
@ -36,7 +36,7 @@ This tool runs on a Factorio server and allows management of the Factorio server
|
||||
|
||||
## Installation Windows
|
||||
1. Download the latest release
|
||||
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
|
||||
* [https://github.com/OpenFactorioServerManager/factorio-server-manager/releases](https://github.com/OpenFactorioServerManager/factorio-server-manager/releases)
|
||||
2. Download the Factorio Standalone server and install to a known directory.
|
||||
3. Run the server binary file via cmd or Powershell, use the --dir flag to point the management server to your Factorio installation.
|
||||
* ```.\factorio-server-manager --dir C:/Users/username/Factorio```
|
||||
@ -108,14 +108,14 @@ All api actions are accessible with the /api route. The frontend is accessible
|
||||
#### Building Releases
|
||||
Creates a release zip for windows and linux: (this will install the dependencies listed in gopkgdeps)
|
||||
```
|
||||
git clone https://github.com/mroote/factorio-server-manager.git
|
||||
git clone git@github.com:OpenFactorioServerManager/factorio-server-manager.git
|
||||
cd factorio-server-manager
|
||||
make gen_release
|
||||
```
|
||||
|
||||
#### Building a Testing Binary:
|
||||
```
|
||||
git clone https://github.com/mroote/factorio-server-manager.git
|
||||
git clone git@github.com:OpenFactorioServerManager/factorio-server-manager.git
|
||||
cd factorio-server-manager
|
||||
make
|
||||
./factorio-server-manager/factorio-server-manager
|
||||
@ -145,7 +145,7 @@ In every of those cases, also images and fonts will be copied to the app-folder.
|
||||
|
||||
### Building for Windows
|
||||
1. Download the latest release source zip file
|
||||
* [https://github.com/mroote/factorio-server-manager/releases](https://github.com/mroote/factorio-server-manager/releases)
|
||||
* [https://github.com/OpenFactorioServerManager/factorio-server-manager/releases](https://github.com/OpenFactorioServerManager/factorio-server-manager/releases)
|
||||
2. Unzip the Factorio Standalone server and move it to a known directory.
|
||||
3. Download and install Go 1.11 or newer. https://golang.org/dl/
|
||||
4. Download and install NodeJS 64-bit or 32-bit depending on your operating system, most users need 64-bit nowadays.
|
||||
@ -187,7 +187,7 @@ go build
|
||||
* **Mitch Roote** - [roote.ca](https://roote.ca)
|
||||
|
||||
## Special Thanks
|
||||
- **[All Contributions](https://github.com/mroote/factorio-server-manager/graphs/contributors)**
|
||||
- **[All Contributions](https://github.com/OpenFactorioServerManager/factorio-server-manager/graphs/contributors)**
|
||||
- **mickael9** for reverseengineering the factorio-save-file: https://forums.factorio.com/viewtopic.php?f=5&t=8568#
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user