more readme
This commit is contained in:
@@ -30,8 +30,12 @@ Optional:
|
||||
|
||||
Setup:
|
||||
- "npm run init", Asks user for some enviroment variable details, pressing enter on these fields will instead use the default values.
|
||||
|
||||
- "npm run build", This will look for the HTTPS Certificate, Place this HTTPS certificate at the root of the project, with the naming convention (certificate.ca-bundle, certificate.crt, and certificate.key).
|
||||
Note: If you do not have or want to use a HTTPS certificate, run "npm run build:no--ssl". This will run the server in production mode, without SSL encryption, this is vunerabile to man in the middle attacks!
|
||||
|
||||
- "npm start" or "npm run start:no-ssl" If you do not want SSL Encrytion.
|
||||
|
||||
- It will then asks for an encrytion key, this can be whatever you would like, this key is later hashed. Do not lose this key, there is NO way to recover data from a lost key!
|
||||
|
||||
- That's It! Now just Create a new account.
|
||||
Reference in New Issue
Block a user