diff options
Diffstat (limited to '')
-rw-r--r-- | README | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -49,15 +49,23 @@ to start it up - | |||
49 | ./start-sim | 49 | ./start-sim |
50 | 50 | ||
51 | You will see the screen console. You can run the screen console again by | 51 | You will see the screen console. You can run the screen console again by |
52 | running that command once more. | 52 | running that command once more, or running the sim-console command. |
53 | |||
54 | You can stop the sim with - | ||
55 | |||
56 | ./stop-sim | ||
57 | |||
58 | You can backup the sim with - | ||
59 | |||
60 | ./backup-sim | ||
61 | |||
62 | Though they all get backed up every six hours anyway. | ||
53 | 63 | ||
54 | Once it's all tested, you can use this to finish things off (back in | 64 | Once it's all tested, you can use this to finish things off (back in |
55 | this directory) - | 65 | this setup directory) - |
56 | 66 | ||
57 | ./go_live.sh | 67 | ./go_live.sh |
58 | 68 | ||
59 | That last command has never been tested. lol | ||
60 | |||
61 | 69 | ||
62 | NOTES - | 70 | NOTES - |
63 | 71 | ||