Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.
/ pyboard Public archive

A simple submission system that I use for my class

Notifications You must be signed in to change notification settings

xtfc/pyboard

Repository files navigation

pyboard

Installation

Install dependencies (through virtualenv or with sudo):

$ pip install -U -r requirements.txt

Create skeleton files:

$ ./install.sh

If you want to use LDAP authentication (currently the only supported method), you will have to install the python-ldap package.

Running

Included is a sample config.py file for running with gunicorn. You can start it as such from the pyboard directory

$ gunicorn -c config.py main:app

note: you will have to either run as root (not recommended) or use something like authbind to bind to port 80.

If you want to simply run the development server, use this:

$ python main.py

About

A simple submission system that I use for my class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published