Skip to content

Commit

Permalink
Updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xdanx committed May 9, 2018
1 parent 489766c commit 4b81305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ sudo su projects
# We want to enable the virtualenv
source ~/klara-github-repo/install/activate.sh
cd /var/projects/klara/dispatcher/
chmod u+x ./klara-dispatcher
./klara-dispatcher
```
If everything went well, you should see:
Expand Down Expand Up @@ -268,6 +269,7 @@ sudo su projects
# We want to enable the virtualenv
source ~/klara-github-repo/install/activate.sh
cd /var/projects/klara/worker/
chmod u+x ./klara-worker
./klara-worker
```

Expand Down

0 comments on commit 4b81305

Please sign in to comment.