Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions LAUNCH.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)