code.md Page
git clone git@github.com:tim-md/code.md.gitvirtualenv codemdsource codemd/bin/activatepip install -r requirements.txtcp codemd/sample_local_file.py codemd/local_file.py- fill the data in
local_file.pyfile chmod +x manage.py- Create database folder
mkdir db - run
./manage.py syncdb - run
./manage.py runserver - access localhost:8000