Installing Pier on Ubuntu

From Organic Design wiki
Revision as of 08:39, 14 March 2011 by Jack (talk | contribs) (simple image)
Procedure.svg Installing Pier on Ubuntu
Organic Design procedure

Simple Setup of a Pier Image on a Webserver

  • Download Pier-2.0-OneClick.zip from http://www.piercms.com/download
  • Unzip into any directory, but probably /var/www/domains/Pier.app for an OD install
  • Change ownership to www-data:
chown -R www-data:www-data Pier.app
  • Edit /etc/rc.local and add the following BASH script just before exit 0 (note you will need to change paths if you unzipped into a directory other than /var/www/domains)
{{{1}}}