You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_Linux.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ This is the installation guide for a Linux machine, to review the Windows instal
8
8
9
9
## Updates
10
10
01/05/2018
11
-
* Dockerized! - Adding Docker build file to allow acserver & acmanager run in container. Still in testing!
11
+
* Dockerized! - Adding Docker build file to allow ACServer & ACServerManager run in container. Still in testing!
12
12
13
13
25/12/2017
14
14
* Add support for uploading tracks (both single and multi-layout) and cars
15
15
* Add support for removing existing tracks and cars
16
-
* Bumping version of ACManager to 1.0.0!
16
+
* Bumping version of ACServerManager to 1.0.0!
17
17
18
18
21/12/2017
19
19
* Update for 1.16 AC patch
@@ -40,7 +40,7 @@ This is the installation guide for a Linux machine, to review the Windows instal
40
40
First you'll need to install Node.js on your machine. It's best to use an application
41
41
like [NVM](https://github.com/creationix/nvm) to manage the installation of Node.js on Linux based machines.
42
42
After installing Node.js, install [PM2](https://github.com/Unitech/pm2) when using this
43
-
version of AC Server Manager, it's basically Node.js application management tool with tons of features
43
+
version of Manager, it's basically Node.js application management tool with tons of features
44
44
for production use. PM2 will make sure your web application stays online and, auto restarts if it crashes.
45
45
A docker build file is also available, however it's still in testing.
46
46
@@ -104,20 +104,21 @@ pm2 list
104
104
There many useful commands to manage applications using PM2, reference their GitHub page.
105
105
106
106
## Docker
107
-
Included is a docker build file to allow you to easily run the entire AC Game Server & AC Manager inside a container. To docker build currently grabs the latest version of steamcmd & installs all the necessary files, dependencies & executables on top of a ubuntu:xenial (16.04) image.
107
+
Included is a docker build file to allow you to easily run the entire ACServer & ACServerManager inside a container. The build currently grabs the latest version of steamcmd & installs all the necessary files, dependencies & executables on top of a ubuntu:xenial (16.04) image. You need to specify the ports you'll be using for the ACServer & ACServerManager. You also need to specify a username & password for steamcmd to download the ACServer files, I recommend making a new separate account for download server files for security reasons.
108
+
Note: Having special characters in the provided password may produce errors in the image build process.
Then just visit your server's address + ACServerManager port in your browser!
117
118
## Using ACServerManager
118
119
* Browse to the application using your servers IP and the chosen port (or any DNS configured)
119
120
* Click the 'Start' button under Assetto Corsa Server section
120
-
* If using sTracker wait until the AC server has started and then click 'Start' in the sTracker Server section
121
+
* If using sTracker wait until the ACServer has started and then click 'Start' in the sTracker Server section
121
122
122
123
The server should now be running. You'll be able to see any server output in the command window and it will be logged to a file in the 'ACServerManager/log' folder.
0 commit comments