diff options
author | onefang | 2019-05-23 21:48:44 +1000 |
---|---|---|
committer | onefang | 2019-05-23 21:48:44 +1000 |
commit | 9184cba2870db9b4e0f18ea868cdbc1a9f6fd9a8 (patch) | |
tree | 2a803fa759772f57e4cdf14070b27aba2e94f336 | |
parent | Update the install docs. (diff) | |
download | opensim-SC-9184cba2870db9b4e0f18ea868cdbc1a9f6fd9a8.zip opensim-SC-9184cba2870db9b4e0f18ea868cdbc1a9f6fd9a8.tar.gz opensim-SC-9184cba2870db9b4e0f18ea868cdbc1a9f6fd9a8.tar.bz2 opensim-SC-9184cba2870db9b4e0f18ea868cdbc1a9f6fd9a8.tar.xz |
A bit more installation doco.
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -29,6 +29,9 @@ setup the directory structure needed to run it all; create some default | |||
29 | configuration files; build OpenSim-SC; and finally change ownership and | 29 | configuration files; build OpenSim-SC; and finally change ownership and |
30 | file permissions for everything. | 30 | file permissions for everything. |
31 | 31 | ||
32 | You will likely need to login your user again, so you get the new group | ||
33 | assigned to it. Otherwise the tmux stuff in start-sim might fail. | ||
34 | |||
32 | Next go to /opt/opensim_SC/current/scripts/install and run - | 35 | Next go to /opt/opensim_SC/current/scripts/install and run - |
33 | 36 | ||
34 | sudo ./create_sim.sh | 37 | sudo ./create_sim.sh |
@@ -53,7 +56,11 @@ Finally run - | |||
53 | cd /opt/opensim_SC/config/sim01 | 56 | cd /opt/opensim_SC/config/sim01 |
54 | ./start-sim | 57 | ./start-sim |
55 | 58 | ||
56 | To actually startup your sim. | 59 | To actually startup your sim. And if you want to see the console of your |
60 | sim run - | ||
61 | |||
62 | cd /opt/opensim_SC/current/scripts | ||
63 | ./show-console | ||
57 | 64 | ||
58 | 65 | ||
59 | The directory layout. | 66 | The directory layout. |