From 75d6e39dcaa27f0404e606a188fa4de46cae91f9 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 14 Feb 2022 15:42:18 -0500 Subject: add initial centos7 doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index be7d7eb..8e5cc6b 100644 --- a/README.md +++ b/README.md @@ -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`. -- cgit