8000 GitHub - renatopp/pyramid-blog: My personal blog
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

renatopp/pyramid-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0