Cherokee & django
Posted: October 27, 2011 Filed under: HowTo's, Job, Linux, Software, Web | Tags: cherokee, django, kvm Leave a comment »- Fire up you kvm ubuntu box
- apt-get install python-software-properties
- sudo add-apt-repository ppa:cherokee-webserver/ppa
- apt-get install cherokee cherokee-admin libcherokee-mod-rrd libcherokee-mod-libssl rrdtool
- apt-get install python-django python-flup
- ssh -L 9090:127.0.0.1:9090 user@IPoftheKVMbox
- cherokee-admin (with temporary login & password)
- browse 127.0.0.1:9090
- config RRD Database directory as: /var/lib/cherokee/graphs/ (remember the last slash)
- cd /var/www/
- django-admin startproject example
- config “Virtual Servers”
- Use the wizard and select django
Advertisement
Recent Comments