add readme and change some scripts
This commit is contained in:
parent
239c879649
commit
6474c2fd8c
15 changed files with 265 additions and 231 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
npm install
|
||||
|
||||
if [ ! -e "$RUN_DIR/server/config.js" ]; then
|
||||
cp "$RUN_DIR/server/config.example.js" "$RUN_DIR/server/config.js"
|
||||
if [ ! -e "$RUN_DIR/config.json" ]; then
|
||||
cp "$RUN_DIR/config.example.json" "$RUN_DIR/config.json"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue