aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-12-09 07:16:10 +1000
committerDavid Walter Seikel2016-12-09 07:16:10 +1000
commitf96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch)
treec369c8b35426a31aa65395c29593fc2cd93ded81 /README.md
parentAdd asset fixing Perl script, though likely to convert it to Lua later. (diff)
downloadopensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip
opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz
opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2
opensim-SC_OLD-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz
Various little clean ups.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index c648e6a..3ab2339 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
1Use this to create a sim that links into Infinite Grid from Linux. 1Use this to create a sim that links into Infinite Grid from Linux.
2 2
3It's only been tested on Ubuntu 10.04, 11.04, and 12.04, YMMV. This is 3It's only been tested on Ubuntu 10.04, 11.04, 12.04, and 16.04, YMMV.
4also a WIP, use it at your own risk. It's been used to set up two 4This is also a WIP, use it at your own risk. It's been used to set up
5freshly installed Ubuntu servers though. 5a few freshly installed Ubuntu servers though.
6 6
7Follow these steps. 7Follow these steps.
8------------------- 8-------------------
@@ -22,7 +22,7 @@ Next you need to figure out what password you want to use for OpenSims
22access to the database. We will call this "DatabasePassword". Run the 22access to the database. We will call this "DatabasePassword". Run the
23following script - 23following script -
24 24
25./install_opensim.sh DatabasePassword 25./InstallItAll.sh DatabasePassword
26 26
27This will do most of the work for you, except for creating sims. There 27This will do most of the work for you, except for creating sims. There
28is a final step that needs to be done manually for now. Edit 28is 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
78Though they all get backed up every six hours anyway.
79 78
80 79
81Finishing up. 80Finishing up.