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