From Pcgmarket Development Playground
To setup the downloaded Pcgmarket, do the following:
- Run the following command to unpack downloaded PCGMarket and change permission on files and directories:
cd /YOUR_DOWNLOAD_DIRECORY
tar xjvf pcg_20090819.tar.bz2 /YOUR_WWW_DIRECTORY
cd /YOUR_WWW_DIRECTORY
chmod -R 747 system/
chmod 777 temp
chmod 777 uploads
- Choose the setup wizard language and click next
- Check if system requirements are ok and go next
- Enter the database server host name (ip address or localhost), database user name and password, as well as database name.
- Choose database model from list. Model determinates the initial data which will be inserted into your database.
- You can also use special options such as delete existing tables or database. After this you can go to the last step using next button.
- Delete the Setup directory to complete installation.
- To login to the server, open the main system (like page http://myserver.domain.com/system/)
- login: admin
- pass: test123456