mysql really only needed for production install, and is a burden for sqlite development environments

pull/1/head
Ed Summers 2011-10-10 20:12:20 +00:00
parent c0f4ad11c3
commit fc65877871
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Below are the steps for getting regluit running on EC2 with Apache and mod_wsgi,
1. create an ubuntu natty ec2 instance using ami-1aad5273
1. `sudo aptitude update`
1. `sudo aptitude upgrade`
1. `sudo aptitude install git apache libapache2-mod-wsgi mysql-client libmysqlclient-dev python-virtualenv python-dev`
1. `sudo aptitude install git apache libapache2-mod-wsgi mysql-client python-virtualenv python-mysqldb`
1. `sudo mkdir /opt/regluit`
1. `sudo chown ubuntu:ubuntu /opt/regluit`
1. `cd /opt`

View File

@ -9,4 +9,3 @@ selenium
django-nose-selenium
nose
django-profiles
MySQL-python