Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
better uwsgi doc, install uwsgi with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
inkhey committed May 16, 2018
1 parent 50bda15 commit 3fed567
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on Debian Stretch (9) with sudo:
sudo apt update
sudo apt install git
sudo apt install python3 python3-venv python3-dev python3-pip
sudo apt install uwsgi uwsgi-plugin-python

### Get the source ###

Expand Down Expand Up @@ -84,8 +83,10 @@ create wsgidav configuration file for webdav:

Run all services with uwsgi

# install uwsgi with pip ( unneeded if you already have uwsgi with python3 plugin enabled)
sudo pip3 install uwsgi
# set tracim_conf_file path
set TRACIM_CONF_PATH="$(pwd)/development.ini"
export TRACIM_CONF_PATH="$(pwd)/development.ini"
# pyramid webserver
uwsgi -d /tmp/tracim_web.log --http-socket :6543 --wsgi-file wsgi/web.py -H env --pidfile /tmp/tracim_web.pid
# webdav wsgidav server
Expand Down

0 comments on commit 3fed567

Please sign in to comment.