Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 409 Bytes

Demo project for python beginners who interested in OpenStack development

content included

  • WSGI
  • paste deployment
  • setuptools
  • webob
  • routes

How to run

  1. pip install PasteScript WebOb PasteDeploy
  2. clone this project into your workspace
  3. cd ./openstack_beginner
  4. python setup.py develop
  5. paster serve config.ini
  6. open url: http://localhost:8080?username=root&password=123