mysql really only needed for production install, and is a burden for sqlite development environments
parent
c0f4ad11c3
commit
fc65877871
|
@ -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`
|
||||
|
|
|
@ -9,4 +9,3 @@ selenium
|
|||
django-nose-selenium
|
||||
nose
|
||||
django-profiles
|
||||
MySQL-python
|
||||
|
|
Loading…
Reference in New Issue