The name "System Scan" came from "とある科学の超電磁砲", Japanese animation. In that anime, most students have psychics and their abilities are graded in the special examination system, "System Scan." (see Wikipedia for more information.)
"System Scan" is a new online examination system.
- Python 2.7 or 3.4(Recommend 3.4)
- Django 1.6.8
- Pillow or PIL(Python Imaging Library)
- django-markdown-deux
You can install these packages as below in Ubuntu.
apt-get install python2.7 python-django python-pillow
pip install git+https://github.com/Mine02C4/django-markdown-deux.git
And according to your environments, please install database drivers or django plugins.
Todo: write installation process
- Download and install Python.
- Clone this repository and move its directory in cmd or PowerShell.
- pip install --upgrade -r pipspec.txt
- TODO: Write configuration
- python manage.py runserver