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
|
||||
---
|
||||
You can change the location of the chroot, the name of the dgamelaunch
|
||||
user, and the port number by editing the first few lines of the rlgwebd
|
||||
script. If you change the chroot location, change it in the Makefile
|
||||
too.
|
||||
You can set some options by changing some variables in the first few
|
||||
lines of the rlgwebd script:
|
||||
|
||||
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
|
||||
---
|
||||
|
|
@ -71,6 +78,10 @@ requires socat to be installed.)
|
|||
|
||||
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
|
||||
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