forked from p15670423/monkey
Updated readme
This commit is contained in:
parent
1e254b9409
commit
74af4e1627
|
@ -25,10 +25,14 @@ How to set C&C server:
|
||||||
monkey-linux-32 - monkey binary for linux 32bit
|
monkey-linux-32 - monkey binary for linux 32bit
|
||||||
monkey-windows-32.exe - monkey binary for windows 32bit
|
monkey-windows-32.exe - monkey binary for windows 32bit
|
||||||
monkey-windows-64.exe - monkey binary for windows 64bit
|
monkey-windows-64.exe - monkey binary for windows 64bit
|
||||||
|
8. Install npm
|
||||||
|
8.1. Download and install from: https://www.npmjs.com/get-npm
|
||||||
|
9. Build Monkey Island frontend
|
||||||
|
9.1. cd to 'monkey_island\cc\ui'
|
||||||
|
9.2. run 'npm run dist'
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
1. start monkey_island\windows\run_server.bat (when your current working directory is monkey_island)
|
1. start monkey_island\windows\run_server.bat (when your current working directory is monkey_island)
|
||||||
2. to clear db, run clear_db.bat
|
|
||||||
|
|
||||||
---------------- On Linux ----------------:
|
---------------- On Linux ----------------:
|
||||||
1. Create the following directories:
|
1. Create the following directories:
|
||||||
|
@ -68,4 +72,3 @@ How to run:
|
||||||
|
|
||||||
How to run:
|
How to run:
|
||||||
1. run run.sh
|
1. run run.sh
|
||||||
2. to clear db, run clear.db.sh
|
|
||||||
|
|
Loading…
Reference in New Issue