SuperNodeStorage/args/post-install.js
sairajzero 25a342a2db Minor changes
- config.json and param.json moved to args/
- param-default.json will be used by default if param.json is not generated by the user
- Renamed launch.js to start.js
- Minor bug fixes
2021-07-29 20:34:29 +05:30

11 lines
299 B
JavaScript

let message =
`SupernodeStorage is installed.
To complete the setup:
1. Copy args/config-sample.json to args/config.json and Edit the values as required
2. (Optional) Open args/gen-param.html and Download param.json to args/ directory
To start the node, Run:
npm start
`;
console.log(message);