- Adding setup files to configure, set password. - Private key will now be stored in encrypted shares. Password will be required for running the server. - Automated creation of MySQL schema. - Making floGlobals common for both server and client. - Fixed a minor bug in database.js
11 lines
436 B
JavaScript
11 lines
436 B
JavaScript
let message = `
|
|
Exchange market
|
|
|
|
npm install - Install the app and node modules.
|
|
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 the schema in MySQL database.
|
|
npm run help - List all commands.
|
|
npm start - Start the application.
|
|
`; |