diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -13,7 +13,15 @@ This is my proposed solution to my pastebin problem. * UUIDs instead of sequential integer ID numbers * Private pastes (accessible to admin, and to users with the whole link) -# Instructions +# Using stackbin +## Installing + +You can use flask for development servers, and uwsgi for production. For a production stack on CentOS 7: + + yum install nginx uwsgi uwsgi-logger-file python36-flask uwsgi-plugin-python36 python36-sqlalchemy python36-uwsgidecorators + pip3 install --user flask-sqlalchemy pytimeparse + +## Instructions Configure the application with `config.cfg` based on `config.cfg.example`. |