Encrypting secrets for AWS and MySql.

Closes Gh-137
This commit is contained in:
Jaisen Mathai 2011-09-26 12:18:05 -07:00
parent 9231dd6313
commit 559326f3bf
11 changed files with 75 additions and 27 deletions

View file

@ -21,17 +21,13 @@ Before setting up your server you'll need to make sure you have your cloud accou
Once you've confirmed that your cloud account is setup you can get started on your server. For that you'll need to have _Apache_, _PHP_ and _curl_ installed with a few modules.
apt-get update
apt-get upgrade
apt-get install apache2
apt-get install php5
apt-get install libapache2-mod-php5
apt-get install php5-curl
apt-get upgrade
apt-get install apache2 php5 libapache2-mod-php5 php5-curl php5-mcrypt
a2enmod rewrite
There are also a few optional but recommended packages and modules.
apt-get install php5-imagick
apt-get install exiftran
apt-get install php5-imagick exiftran
a2enmod deflate
a2enmod expires
a2enmod headers