upload and extract to webserver.
remove the following files/directories from the extracted archive.
The config.php file
The files/ directory
The images/ directory
The store/ directory
Code: Select all
cd phpBB3
rm config.php
rm -rf images/ store/ files//vendor
/cache
Code: Select all
cd /var/www/zemerdon.com/
rm -rf vendor/ cache/ install/
Code: Select all
cp -R /home/zemerdon/pgpbb/phpBB3/* /var/www/zemerdon.com/
Code: Select all
chown -R www-data:www-data /var/www/zemerdon.com/*http://yourwebsite.com/install/app.php