Cherokee & django

  1. Fire up you kvm ubuntu box
  2. apt-get install python-software-properties
  3. sudo add-apt-repository ppa:cherokee-webserver/ppa
  4. apt-get install cherokee cherokee-admin libcherokee-mod-rrd  libcherokee-mod-libssl  rrdtool
  5. apt-get install python-django python-flup
  6. ssh -L 9090:127.0.0.1:9090 user@IPoftheKVMbox
  7. cherokee-admin (with temporary login & password)
  8. browse 127.0.0.1:9090
  9. config RRD Database directory as:  /var/lib/cherokee/graphs/ (remember the last slash)
  10. cd /var/www/
  11. django-admin startproject example
  12. config “Virtual Servers”
  13. Use the wizard and select django
Advertisement


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s