Konstantinos Triantafyllou 3a463f9bab | ||
---|---|---|
.. | ||
README.md | ||
beta-properties.file | ||
cache.js | ||
package.json | ||
production-properties.file | ||
properties.file |
README.md
README
What is this repository for?
Cache service
- Version 1.0.0
How to run locally?
- "npm start" to start the service
- Check properties to set the port
How to run in a server?
- run "npm run prepare-{CONFIGURATION_NAME}"
- cp dist folder in the server
- create a folder for the service files
- "npm i" to install dependencies.
- if you just update the project run "pm2 restart cache"
- if you start a new service run: pm2 start --name cache ./cache.js --log-date-format="YYYY-MM-DD HH:mm Z"