aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 11:42:57 +1000
committerDavid Walter Seikel2012-02-06 11:42:57 +1000
commit1fdcd7e64664b6c54693a6c68818ec98d3861bd0 (patch)
tree156e4cd8c4807aaf148f1ffee323c2f6db0a6dc6
parentInitial hack of a zabbix install script. (diff)
downloadIGnoble-1fdcd7e64664b6c54693a6c68818ec98d3861bd0.zip
IGnoble-1fdcd7e64664b6c54693a6c68818ec98d3861bd0.tar.gz
IGnoble-1fdcd7e64664b6c54693a6c68818ec98d3861bd0.tar.bz2
IGnoble-1fdcd7e64664b6c54693a6c68818ec98d3861bd0.tar.xz
Updated README.
-rw-r--r--README23
1 files changed, 21 insertions, 2 deletions
diff --git a/README b/README
index 11b1313..fcf0ab6 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ It's only been tested on Ubuntu 10.04, YMMV. This is also a WIP, use it
4at your own risk. 4at your own risk.
5 5
6Follow these steps. 6Follow these steps.
7-------------------
7 8
8Go to - 9Go to -
9 10
@@ -22,8 +23,18 @@ following script -
22 23
23./install_opensim.sh DatabasePassword 24./install_opensim.sh DatabasePassword
24 25
25This will do most of the work for you, except for creating sims. A 26This will do most of the work for you, except for creating sims. There
26separate script is here for sim creation, you can use it to create many 27is a final step that needs to be done manually for now. Edit
28/etc/rc.local, make sure it has the following line in it somewhere,
29probably at the end -
30
31/opt/setup/fix_var_run.sh
32
33
34Creating sims.
35--------------
36
37A separate script is here for sim creation, you can use it to create many
27sims. You will need - 38sims. You will need -
28 39
29Your host name, or it could be your IP, we will use "sims.example.net". 40Your host name, or it could be your IP, we will use "sims.example.net".
@@ -43,6 +54,10 @@ Or this if you want to override the detected IP address -
43 54
44./create_sim.sh "My new sim" "1234,5678" "sims.example.net" "1.2.3.4" 55./create_sim.sh "My new sim" "1234,5678" "sims.example.net" "1.2.3.4"
45 56
57
58Running sims.
59-------------
60
46Now you can go to /opt/opensim/config/sim01 and run the following script 61Now you can go to /opt/opensim/config/sim01 and run the following script
47to start it up - 62to start it up -
48 63
@@ -61,6 +76,10 @@ You can backup the sim with -
61 76
62Though they all get backed up every six hours anyway. 77Though they all get backed up every six hours anyway.
63 78
79
80Finishing up.
81-------------
82
64Once it's all tested, you can use this to finish things off (back in 83Once it's all tested, you can use this to finish things off (back in
65this setup directory) - 84this setup directory) -
66 85