diff options
Diffstat (limited to '')
-rw-r--r-- | README | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -4,6 +4,7 @@ It's only been tested on Ubuntu 10.04, YMMV. This is also a WIP, use it | |||
4 | at your own risk. | 4 | at your own risk. |
5 | 5 | ||
6 | Follow these steps. | 6 | Follow these steps. |
7 | ------------------- | ||
7 | 8 | ||
8 | Go to - | 9 | Go to - |
9 | 10 | ||
@@ -22,8 +23,18 @@ following script - | |||
22 | 23 | ||
23 | ./install_opensim.sh DatabasePassword | 24 | ./install_opensim.sh DatabasePassword |
24 | 25 | ||
25 | This will do most of the work for you, except for creating sims. A | 26 | This will do most of the work for you, except for creating sims. There |
26 | separate script is here for sim creation, you can use it to create many | 27 | is 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, | ||
29 | probably at the end - | ||
30 | |||
31 | /opt/setup/fix_var_run.sh | ||
32 | |||
33 | |||
34 | Creating sims. | ||
35 | -------------- | ||
36 | |||
37 | A separate script is here for sim creation, you can use it to create many | ||
27 | sims. You will need - | 38 | sims. You will need - |
28 | 39 | ||
29 | Your host name, or it could be your IP, we will use "sims.example.net". | 40 | Your 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 | |||
58 | Running sims. | ||
59 | ------------- | ||
60 | |||
46 | Now you can go to /opt/opensim/config/sim01 and run the following script | 61 | Now you can go to /opt/opensim/config/sim01 and run the following script |
47 | to start it up - | 62 | to start it up - |
48 | 63 | ||
@@ -61,6 +76,10 @@ You can backup the sim with - | |||
61 | 76 | ||
62 | Though they all get backed up every six hours anyway. | 77 | Though they all get backed up every six hours anyway. |
63 | 78 | ||
79 | |||
80 | Finishing up. | ||
81 | ------------- | ||
82 | |||
64 | Once it's all tested, you can use this to finish things off (back in | 83 | Once it's all tested, you can use this to finish things off (back in |
65 | this setup directory) - | 84 | this setup directory) - |
66 | 85 | ||