From 830c0e2cb87e062351a657ef3fbcb8f9f905f527 Mon Sep 17 00:00:00 2001 From: dmiiiller Date: Wed, 4 Apr 2018 20:57:36 +0000 Subject: [PATCH] Add documentation for quick server launch --- LAUNCH.md | 10 ++++++++++ README.md | 6 +++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 LAUNCH.md diff --git a/LAUNCH.md b/LAUNCH.md new file mode 100644 index 0000000..e5217af --- /dev/null +++ b/LAUNCH.md @@ -0,0 +1,10 @@ +# Quick Instructions on Launching the CSSS Website # + +The CSSS website can be launched through the following steps: + +- SSH into the droplet +- Enter credentials for root access +- Enter the folder /opt/csssenv +- Run '/opt/csssenv/bin/gunicorn -c /opt/csssenv/csss-site/gunicorn_config.py cssssite.wsgi:application' + +See the gunicorn documentation for more information on using gunicorn diff --git a/README.md b/README.md index b82a37a..ecd2df1 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ Want to help? Check out our [Contributors](CONTRIBUTORS.md) file. *THIS REPOSITORY IS A WORK IN PROGRESS* -[Credentials for Showing Facebook Calendar on our website](https://github.com/CSSS/webmaster-info/blob/master/README.md#accounts-used-to-share-facebook-calendar-on-csss-website) +[Instructions for launching our website](LAUNCH.md) [Instructions for Using our website](instructions.pdf) +[Credentials for Showing Facebook Calendar on our website](https://github.com/CSSS/webmaster-info/blob/master/README.md#accounts-used-to-share-facebook-calendar-on-csss-website) + + +