diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-10 13:25:27 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-10 13:25:27 -0500 |
commit | 1f05dba5702e3a9b13e9795310200821dd1e520c (patch) | |
tree | b79ee1ade76d9cab46f282e269ba9b67ec1e1e8b /README.debian | |
parent | add initial Makefile for install, uninstall (diff) | |
download | hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.gz hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.bz2 hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.zip |
add debian/ and improve installation
Diffstat (limited to 'README.debian')
-rw-r--r-- | README.debian | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.debian b/README.debian deleted file mode 100644 index a0104b2..0000000 --- a/README.debian +++ /dev/null @@ -1,12 +0,0 @@ -apt-get install uwsgi uwsgi-plugin-python3 python3-flask python3-alembic python3-click python3-decorator python3-flask-migrate python3-flask-script python3-flask-sqlalchemy python3-humanize python3-itsdangerous python3-jinja2 python3-mako python3-markupsafe python3-editor python3-magic python3-requests python3-six python3-validators python3-werkzeug -# need to find short-url (1.2.2) -sudo su hex-zero -c 'pip3 --user install short_url' - -# apache -a2enmod proxy -a2enmod rewrite -a2enmod proxy_http - -# to run: -cd /var/www/0x0 -ps -o user=,pid=,command:80= -u hex-zero | awk '/runserver/{print $2}' | xargs sudo kill ; sudo su hex-zero -c './fhost.py runserver' |