Difference between revisions of "Installing Pier on Ubuntu"
From Organic Design wiki
Infomaniac (talk | contribs) m (→Where to copy the files) |
(Procedure) |
||
Line 1: | Line 1: | ||
The instructions on [http://www.piercms.com/doc/deploy the Pier site] are a bit terse, so I'm recording my actions to get Pier up and running. | The instructions on [http://www.piercms.com/doc/deploy the Pier site] are a bit terse, so I'm recording my actions to get Pier up and running. | ||
− | == | + | {{Procedure}} |
− | * | + | |
− | * mount | + | == Download and Install Files == |
− | + | * Download Pier-2.0-OneClick.zip from http://www.piercms.com/download | |
+ | * Unzip/mount the archive. | ||
{{code|sudo su | {{code|sudo su | ||
cd /srv | cd /srv | ||
− | mkdir | + | mkdir /srv/site |
− | |||
− | |||
}} | }} | ||
− | |||
Copy to the /srv/site folder the following files [from Pier.app/Contents/Resources]: | Copy to the /srv/site folder the following files [from Pier.app/Contents/Resources]: | ||
Line 18: | Line 16: | ||
:pier.changes, | :pier.changes, | ||
:files/ folder, | :files/ folder, | ||
− | + | : PharoV10.sources | |
− | |||
− | |||
− | |||
− | * | + | * if you are using a gui you can chmod 777 site (to allow you to copy and paste), just don't forget to chmod 644 afterward. |
+ | * Recursively chown the web dir: | ||
{{code| | {{code| | ||
− | + | chown -R www-data:www-data site | |
− | chown | ||
}} | }} | ||
Revision as of 01:17, 11 March 2011
The instructions on the Pier site are a bit terse, so I'm recording my actions to get Pier up and running.
Installing Pier on Ubuntu Organic Design procedure |
Download and Install Files
- Download Pier-2.0-OneClick.zip from http://www.piercms.com/download
- Unzip/mount the archive.
Copy to the /srv/site folder the following files [from Pier.app/Contents/Resources]:
- pier.image,
- pier.changes,
- files/ folder,
- PharoV10.sources
- if you are using a gui you can chmod 777 site (to allow you to copy and paste), just don't forget to chmod 644 afterward.
- Recursively chown the web dir:
First run
The instructions say:
- you can run the image headless by using the following bash script:
- I'm not exactly sure what is meant by 'headless(-ly) but I think it has something to do with Apache, in the next section. I wasn't expecting to get into installing apache. I thought the image would be a complete webserver!