diff options
author | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
commit | f96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch) | |
tree | c369c8b35426a31aa65395c29593fc2cd93ded81 /README.md | |
parent | Add asset fixing Perl script, though likely to convert it to Lua later. (diff) | |
download | opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2 opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz |
Various little clean ups.
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,8 +1,8 @@ | |||
1 | Use this to create a sim that links into Infinite Grid from Linux. | 1 | Use this to create a sim that links into Infinite Grid from Linux. |
2 | 2 | ||
3 | It's only been tested on Ubuntu 10.04, 11.04, and 12.04, YMMV. This is | 3 | It's only been tested on Ubuntu 10.04, 11.04, 12.04, and 16.04, YMMV. |
4 | also a WIP, use it at your own risk. It's been used to set up two | 4 | This is also a WIP, use it at your own risk. It's been used to set up |
5 | freshly installed Ubuntu servers though. | 5 | a few freshly installed Ubuntu servers though. |
6 | 6 | ||
7 | Follow these steps. | 7 | Follow these steps. |
8 | ------------------- | 8 | ------------------- |
@@ -22,7 +22,7 @@ Next you need to figure out what password you want to use for OpenSims | |||
22 | access to the database. We will call this "DatabasePassword". Run the | 22 | access to the database. We will call this "DatabasePassword". Run the |
23 | following script - | 23 | following script - |
24 | 24 | ||
25 | ./install_opensim.sh DatabasePassword | 25 | ./InstallItAll.sh DatabasePassword |
26 | 26 | ||
27 | This will do most of the work for you, except for creating sims. There | 27 | This will do most of the work for you, except for creating sims. There |
28 | is a final step that needs to be done manually for now. Edit | 28 | is a final step that needs to be done manually for now. Edit |
@@ -75,7 +75,6 @@ You can backup the sim with - | |||
75 | 75 | ||
76 | ./backup-sim | 76 | ./backup-sim |
77 | 77 | ||
78 | Though they all get backed up every six hours anyway. | ||
79 | 78 | ||
80 | 79 | ||
81 | Finishing up. | 80 | Finishing up. |