README and reversion

pull/3/head
Rui Carmo 2016-04-03 23:58:11 +01:00
rodzic f6db59acc5
commit 42c201b413
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ From the bottom up:
- [ ] Sample Go app
- [ ] Support Go deployments
- [ ] CLI command documentation
- [x] Testing with pre-packaged [uWSGI][uwsgi] versions on Debian Jessie (yes, it was painful)
- [x] Support barebones binary deployments
- [x] Complete installation instructions (see `INSTALL.md`, which also has a draft of Go installation steps)
- [x] Installation helper/SSH key setup

Wyświetl plik

@ -3,7 +3,7 @@ Description=Piku uWSGI Emperor
After=syslog.target
[Service]
ExecStart=/usr/local/bin/uwsgi-piku --plugin python --chdir /home/piku/.piku --emperor /home/piku/.piku/uwsgi-enabled --enable-threads --threads 4 --logto=/home/piku/.piku/uwsgi/uwsgi.log --socket=/home/piku/.piku/uwsgi/uwsgi.sock
ExecStart=/usr/local/bin/uwsgi-piku --chdir /home/piku/.piku --emperor /home/piku/.piku/uwsgi-enabled --enable-threads --threads 4 --logto=/home/piku/.piku/uwsgi/uwsgi.log --socket=/home/piku/.piku/uwsgi/uwsgi.sock
User=piku
Group=www-data
RuntimeDirectory=/home/piku/.piku/uwsgi