Some fixes to the documentation.
This commit is contained in:
parent
a94e700b58
commit
ba487995e0
1 changed files with 16 additions and 5 deletions
21
README.txt
21
README.txt
|
|
@ -22,10 +22,17 @@ a proper initscript, but it could form the basis of one.
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
---
|
---
|
||||||
You can change the location of the chroot, the name of the dgamelaunch
|
You can set some options by changing some variables in the first few
|
||||||
user, and the port number by editing the first few lines of the rlgwebd
|
lines of the rlgwebd script:
|
||||||
script. If you change the chroot location, change it in the Makefile
|
|
||||||
too.
|
Option Variable Default
|
||||||
|
|
||||||
|
Chroot path chrootDir /var/dgl
|
||||||
|
Username dropToUser rodney
|
||||||
|
Server port httpPort 8080
|
||||||
|
|
||||||
|
If you change the chroot location, change it in the first line of the
|
||||||
|
Makefile too.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
---
|
---
|
||||||
|
|
@ -71,6 +78,10 @@ requires socat to be installed.)
|
||||||
|
|
||||||
webtty
|
webtty
|
||||||
---
|
---
|
||||||
webtty.js is a Node app which uses the terminal emulator to run a shell. It
|
"webtty" is a Node app which uses the terminal emulator to run a shell. It
|
||||||
includes NO SECURITY WHATSOEVER and should only be used for testing the
|
includes NO SECURITY WHATSOEVER and should only be used for testing the
|
||||||
terminal emulator. Copy index-sh.html to index.html before running it.
|
terminal emulator. Copy index-sh.html to index.html before running it.
|
||||||
|
|
||||||
|
Copyright status
|
||||||
|
---
|
||||||
|
All files in this project are in the public domain.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue