Skip to content

mkmkl93/probset

 
 

Repository files navigation

1. This site requires Python 3.

2. Install Django framework:
> pip install Django==1.6.2

3. Install Pygments package for coloring code on site:
> pip install pygments

4. From external site http://code.google.com/p/postmarkup/downloads/list, download postmarkup-1.2.0.tar.gz and install:
> tar xzf postmarkup-1.2.0.tar.gz
> cd postmarkup-1.2.0
> python3 setup.py install

5. Setup django project:
> ./manage.py syncdb
In this step you should create a superuser.

6. Run temporary server:
> ./manage.py runserver

About

Problemset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 8.6%
  • Python 1.1%
  • CSS 0.7%
  • Makefile 0.1%
  • Batchfile 0.1%