diff --git a/setup/help.js b/setup/help.js index 910e53a..bc09103 100644 --- a/setup/help.js +++ b/setup/help.js @@ -8,14 +8,17 @@ npm run setup - Finish the setup (configure and reset password npm run configure - Configure the app. npm run reset-password - Reset the password (for private-key). npm run create-schema - Create schema in MySQL database. -npm run create-backup-schema - Create backup-schema in MySQL database. -npm run backup - Run the backup-node. npm start - Start the application (main). NOTE: argument 'PASSWORD' required for 'npm start' npm start -- -PASSWORD= +(Optional) Multiple instance can be run/setup on the same dir with different config files by using argument 'I'. + -- -I= + +(Optional) 'console.debug' is now turned off by default. pass argument '--debug' to turn it on +npm start -- -PASSWORD= --debug `; console.log(message); \ No newline at end of file