diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -8,7 +8,9 @@ from Linux. | |||
8 | 8 | ||
9 | It's only been tested on Ubuntu 10.04, 11.04, 12.04, 16.04, as well as | 9 | It's only been tested on Ubuntu 10.04, 11.04, 12.04, 16.04, as well as |
10 | Debian 8, and Devuan 9, YMMV. This is also a WIP, use it at your own | 10 | Debian 8, and Devuan 9, YMMV. This is also a WIP, use it at your own |
11 | risk. It's been used to set up a few freshly installed servers though. | 11 | risk. It's been used to set up a few freshly installed servers though. |
12 | It should work on recent Debian based Linux distros. | ||
13 | |||
12 | 14 | ||
13 | The directory layout. | 15 | The directory layout. |
14 | --------------------- | 16 | --------------------- |
@@ -76,12 +78,7 @@ following script, from inside the OpenSim directory - | |||
76 | 78 | ||
77 | ./InstallItAll.sh DatabasePassword | 79 | ./InstallItAll.sh DatabasePassword |
78 | 80 | ||
79 | This will do most of the work for you, except for creating sims. There | 81 | This will do most of the work for you, except for creating sims. |
80 | is a final step that needs to be done manually for now. Edit | ||
81 | /etc/rc.local, make sure it has the following line in it somewhere, | ||
82 | probably at the end - | ||
83 | |||
84 | /opt/opensim/current/scripts/fix_var_run.sh | ||
85 | 82 | ||
86 | 83 | ||
87 | Creating sims. | 84 | Creating sims. |