Skip to content

Commit

Permalink
Merge pull request #19 from olavski/patch-2
Browse files Browse the repository at this point in the history
supervisor doc updated
  • Loading branch information
web64 authored Feb 28, 2022
2 parents 53693af + 3c114f5 commit 573b069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,15 @@ curl -d "html=<html>...</html>" http://localhost:6400/newspaper
First, install Supervisor if not already installed
```bash
sudo apt-get update && sudo apt-get install python-setuptools
sudo easy_install supervisor
sudo apt install supervisor
```
Copy `nlpserver.conf` to `/etc/supervisor/supervisord.conf` and edit paths.
Then run this to start the NLPserver:

```bash
sudo supervisorctl reread
sudo supervisroctl update
sudo supervisorctl nlpserver start
sudo supervisorctl start nlpserver
```


Expand Down

0 comments on commit 573b069

Please sign in to comment.