Files
old-proxylist/README.md

18 lines
449 B
Markdown
Raw Permalink Normal View History

2020-08-14 14:59:20 +00:00
# proxylist
2020-08-20 16:04:35 +03:00
### Requirements
Node version : `v13.13.0`
Yarn version : `1.22.4`
2020-08-20 18:46:39 +03:00
### Deployment Setup
2020-08-20 16:00:31 +03:00
2020-08-20 16:04:35 +03:00
1. Copy `example.env` to the `.env` and set values as desired
2. Execute `yarn install`
2020-08-20 18:46:39 +03:00
3. Run server as a daemon with forever : `yarn run start-forever`
3.1. To stop server daemon, run `yarn run stop-forever`
Log file is stored in `logs/forever.log`
2020-08-20 16:00:31 +03:00
### Development
Server can be started with `yarn run start-live` for live reload