Browse Source

Merge pull request #69 from torch2424/patch-1

Mention that the host may also be changed with ENV variables
pull/70/head
Suresh Alse 7 years ago committed by GitHub
parent
commit
a36782edaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -27,9 +27,9 @@ Get latest `node` from [here](https://nodejs.org/en/download/current/). Then,
npm install -g crontab-ui npm install -g crontab-ui
crontab-ui crontab-ui
If you need to set/use an alternate port, you may do so by setting an environment variable before starting the process: If you need to set/use an alternate host, or you need to set/use an alternate port, you may do so by setting an environment variable before starting the process:
PORT=9000 crontab-ui HOST=0.0.0.0 PORT=9000 crontab-ui
Also, you may have to **set permissions** for your `node_modules` folder. Refer [this](https://docs.npmjs.com/getting-started/fixing-npm-permissions). Also, you may have to **set permissions** for your `node_modules` folder. Refer [this](https://docs.npmjs.com/getting-started/fixing-npm-permissions).

Loading…
Cancel
Save