Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit 9100799

Browse files
authored
Merge pull request #21 from dmiiller/master
Add documentation for quick server launch
2 parents 1c15c8b + 3a2e96c commit 9100799

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

LAUNCH.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Quick Instructions on Launching the CSSS Website #
2+
3+
The CSSS website can be launched through the following steps:
4+
5+
- SSH into the droplet
6+
- Enter credentials for root access
7+
- Enter the folder /opt/csssenv
8+
- Run '/opt/csssenv/bin/gunicorn -c /opt/csssenv/csss-site/gunicorn_config.py cssssite.wsgi:application'
9+
10+
See the gunicorn documentation for more information on using gunicorn

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Want to help? Check out our [Contributors](CONTRIBUTORS.md) file.
44

55
*THIS REPOSITORY IS A WORK IN PROGRESS*
66

7-
[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)
7+
[Instructions for launching our website](LAUNCH.md)
88

99
[Instructions for Using our website](instructions.pdf)
1010

11+
[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)
12+
13+
14+
1115

0 commit comments

Comments
 (0)