Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.
/ ck401.com Public archive

This website is a series of web-services for UCC Computer Science (CK401).

Notifications You must be signed in to change notification settings

ericm/ck401.com

Repository files navigation

CK401.com (UCC Computer Science Hub)

  • Originally designed for CK401

  • Runs on Python / Flask

Development

  • Add env vars L_DROPBOX, L_USERNAME, L_PASSWORD and L_DB.

    • You can do this by putting them in a .env file.
  • Run docker-compose up web to start the app

  • Run docker-compose up back to start the scraper

Production

Dependencies

  • Docker
  • Docker compose

  • Run docker-compose build in the main dir

  • Then, run the web image (with port 8000 opened) and the back image.