How to install peeragora?
Here you will find a step by step instruction on how to install peeragora on your (shared-)webhosting provider.
- Download the latest peeragora archive from https://peeragora.org/en/download and extract it
- Log into your hosting providers administration panel and create a new MySQL-Database. (You can use an existing database if you used all your available ones as well but please use a unique prefix in the config in that case)
- Open the file config.sample.php in your favorite text editor.
(You will find it in the folder you extracted just moments ago)
Change the following section with the credentials of the database you created before.
'database' => array(
'name' => 'databasename',
'user' => 'username',
'password' => 'password',
'server' => 'localhost',
),
- Rename the file from config.sample.php to config.php.
- Upload all the files via FTP to your webhost root directory.
- Open up the "public" folder with your FTP program and change the "File permissions" of the "data" folder with a right mouse click to "755" and make sure you have "Recurse into subdirectories" active.
- Type your domain name into your browser and hit enter. The peeragora installation page should appear.
- Here you create the most valuable user on your platform so choose the credentials wisely. Once your done click on "install now"
- After a few seconds your new marketplace is ready and you can log in to configure it further.
back