Swisscenter (MIPSel)
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
(→Requirements) |
|||
| Line 12: | Line 12: | ||
| + | === Installation === | ||
| + | |||
| + | Create a swisscenter directory in apache's DocumentRoot (/mnt/hda/opt/apache/htdocs) : ((note I did not change it as in the docs e.g share/www)) | ||
| + | |||
| + | mkdir /mnt/hda/opt/apache/htdocs/swisscenter | ||
| + | |||
| + | Download [http://swisscenter.co.uk Swisscenter] into previously created directory | ||
| + | |||
| + | cd /mnt/hda/opt/apache/htdocs/swisscenter | ||
| + | <nowiki>wget http://www.swisscenter.co.uk/downloads/swisscenter.zip</nowiki> | ||
| + | |||
| + | Unzip the downloaded file | ||
| + | |||
| + | unzip swisscenter.zip | ||
| + | |||
| + | Change user:group | ||
| + | |||
| + | chown -R nobody:nogroup /var/www/swisscenter | ||
Revision as of 21:35, 8 July 2006
Requirements
You will need to install:
Installation
Create a swisscenter directory in apache's DocumentRoot (/mnt/hda/opt/apache/htdocs) : ((note I did not change it as in the docs e.g share/www))
mkdir /mnt/hda/opt/apache/htdocs/swisscenter
Download Swisscenter into previously created directory
cd /mnt/hda/opt/apache/htdocs/swisscenter wget http://www.swisscenter.co.uk/downloads/swisscenter.zip
Unzip the downloaded file
unzip swisscenter.zip
Change user:group
chown -R nobody:nogroup /var/www/swisscenter


