Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Sep 14, 2020
1 parent 5117ecd commit b232181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ epoche init ./epoche.db # create & init database
epoche start --db ./epoche.db --port 3000
```

#### Daemonize:

With [pm2](https://pm2.keymetrics.io/):

```
pm2 start epoche -- start --db ./epoche.db --port 3000
```

For the moment, we recommend using Nginx, Apache, or the like for load balancing, URL rewriting (eg. /MainPage → /wiki/MainPage), etc.

#### Help:
Expand Down

0 comments on commit b232181

Please sign in to comment.