kopia lustrzana https://github.com/piku/piku
README and reversion
rodzic
f6db59acc5
commit
42c201b413
|
@ -18,6 +18,7 @@ From the bottom up:
|
||||||
- [ ] Sample Go app
|
- [ ] Sample Go app
|
||||||
- [ ] Support Go deployments
|
- [ ] Support Go deployments
|
||||||
- [ ] CLI command documentation
|
- [ ] CLI command documentation
|
||||||
|
- [x] Testing with pre-packaged [uWSGI][uwsgi] versions on Debian Jessie (yes, it was painful)
|
||||||
- [x] Support barebones binary deployments
|
- [x] Support barebones binary deployments
|
||||||
- [x] Complete installation instructions (see `INSTALL.md`, which also has a draft of Go installation steps)
|
- [x] Complete installation instructions (see `INSTALL.md`, which also has a draft of Go installation steps)
|
||||||
- [x] Installation helper/SSH key setup
|
- [x] Installation helper/SSH key setup
|
||||||
|
|
|
@ -3,7 +3,7 @@ Description=Piku uWSGI Emperor
|
||||||
After=syslog.target
|
After=syslog.target
|
||||||
|
|
||||||
[Service]
|
[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
|
User=piku
|
||||||
Group=www-data
|
Group=www-data
|
||||||
RuntimeDirectory=/home/piku/.piku/uwsgi
|
RuntimeDirectory=/home/piku/.piku/uwsgi
|
||||||
|
|
Ładowanie…
Reference in New Issue