nskrypnik / pyramid-blog

My personal blog

Home Page:renatopp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

  1. Install Virtualenv (python)
  2. Create new env (virtualenv --no-site-packages myenv)
  3. Activate the new env (source myenv/bin/activate)
  4. Install pyramid (easy_install pyramid)
  5. Download this code (git clone git://github.com/renatopp/pyramid-blog.git)
  6. Install dependences (python setup.py develop)
  7. Run server (paster serve --reload development.ini)
  8. http://127.0.0.1:6543 =]

About

My personal blog

renatopp.com


Languages

Language:Python 51.0%Language:JavaScript 49.0%