comparison README.txt @ 199:34e1bc4fd6b2

Some fixes to the documentation.
author John "Elwin" Edwards
date Mon, 01 Feb 2016 21:20:12 -0500
parents 5041ec1fb426
children 2667aaad8e08
comparison
equal deleted inserted replaced
198:ea28353d620a 199:34e1bc4fd6b2
20 For other init systems, a shell script is provided. This is not really 20 For other init systems, a shell script is provided. This is not really
21 a proper initscript, but it could form the basis of one. 21 a proper initscript, but it could form the basis of one.
22 22
23 Configuration 23 Configuration
24 --- 24 ---
25 You can change the location of the chroot, the name of the dgamelaunch 25 You can set some options by changing some variables in the first few
26 user, and the port number by editing the first few lines of the rlgwebd 26 lines of the rlgwebd script:
27 script. If you change the chroot location, change it in the Makefile 27
28 too. 28 Option Variable Default
29
30 Chroot path chrootDir /var/dgl
31 Username dropToUser rodney
32 Server port httpPort 8080
33
34 If you change the chroot location, change it in the first line of the
35 Makefile too.
29 36
30 Installation 37 Installation
31 --- 38 ---
32 RLGWebD expects to be run in a chroot used by dgamelaunch, and it makes 39 RLGWebD expects to be run in a chroot used by dgamelaunch, and it makes
33 some assumptions about the configuration. It expects the dgamelaunch 40 some assumptions about the configuration. It expects the dgamelaunch
69 start RLGWebD. Stop by running it with 'stop' as an argument. (This 76 start RLGWebD. Stop by running it with 'stop' as an argument. (This
70 requires socat to be installed.) 77 requires socat to be installed.)
71 78
72 webtty 79 webtty
73 --- 80 ---
74 webtty.js is a Node app which uses the terminal emulator to run a shell. It 81 "webtty" is a Node app which uses the terminal emulator to run a shell. It
75 includes NO SECURITY WHATSOEVER and should only be used for testing the 82 includes NO SECURITY WHATSOEVER and should only be used for testing the
76 terminal emulator. Copy index-sh.html to index.html before running it. 83 terminal emulator. Copy index-sh.html to index.html before running it.
84
85 Copyright status
86 ---
87 All files in this project are in the public domain.