- Adding semicolons to end of statements to prevent potential bugs. - Logged in ID and Database connection will be notified. - Fixed: database.js - few functions not having return promise statement.
11 lines
260 B
JavaScript
11 lines
260 B
JavaScript
let message =
|
|
`SupernodeStorage is installed.
|
|
|
|
To complete the setup:
|
|
1. Open gen-param.html and Download param.json to this directory
|
|
2. Copy config-sample.json to config.json and Edit the values
|
|
|
|
To start the node, Run:
|
|
npm start
|
|
`;
|
|
console.log(message); |