-
DigitalOcean: Contains UOS HUB configuration files on DigitalOcean droplet
- /etc/
- apt/sources.list: An addition to Ubuntu's source list file that fixes unavailable local mirrors (if any)
- nginx/sites-available/uoshub: Nginx configs file that maps subdomains to their paths and handles ssl
- systemd/system/gunicorn.service: Gunicorn configs file that specifies the location & settings of our app
- gunicorn.conf: Nginx environment file to set Django debugging to false and declare its secret key
- /root/
- .bashrc: An addition to root user's Bash configs to fix language warnings and default python to python3
- deploy.sh: A Bash script to deploy new changes of UOS HUB (clean up -> pull changes -> collect & restart)
- /etc/
-
Heroku: Contains necessary files for deployment on Heroku
- deploy.sh: A Bash script to pull new changes locally then push them to UOS HUB Heroku repository
- Procfile: Declares the Gunicorn command that will be run by UOS HUB's dynos on the Heroku platform
- runtime.txt: Specifies which version of Python should be used on Heroku
- ping.py: A Python script that pings UOS HUB, it's used to prevent Heroku's dyno from sleeping
-
Notifications
You must be signed in to change notification settings - Fork 0
UOSHUB/Documents
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A folder that contains different document related to UOS HUB
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published