Difference between revisions of "IT/Benchfile"
From CA Greens wiki
(Created page with '===Benchfile=== A "benchfile" is the book you leave in your desk drawer for your replacement in case you suddenly get a better job.') |
|||
Line 2: | Line 2: | ||
A "benchfile" is the book you leave in your desk drawer for your replacement in case you suddenly get a better job. | A "benchfile" is the book you leave in your desk drawer for your replacement in case you suddenly get a better job. | ||
+ | |||
+ | == Provisioning == | ||
+ | The Green Party of California rents a virtual private server (VPS) from Godmama's Forge. It's Ubuntu-9.0 ("Karmic Koala") based on Debian-5.0 ("Squeeze") plus some work-in-progress from Debian Unstable ("Sid"). | ||
+ | |||
+ | == LAMP Stack == | ||
+ | apt-get install apache2-mpm-prefork php5-pear php5-gd php5-cli libapache2-mod-php5 mysql-server mysql-client |
Revision as of 14:13, 18 December 2011
Benchfile
A "benchfile" is the book you leave in your desk drawer for your replacement in case you suddenly get a better job.
Provisioning
The Green Party of California rents a virtual private server (VPS) from Godmama's Forge. It's Ubuntu-9.0 ("Karmic Koala") based on Debian-5.0 ("Squeeze") plus some work-in-progress from Debian Unstable ("Sid").
LAMP Stack
apt-get install apache2-mpm-prefork php5-pear php5-gd php5-cli libapache2-mod-php5 mysql-server mysql-client