Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 525 Bytes

install_ispconfig_bitbucket.md

File metadata and controls

18 lines (15 loc) · 525 Bytes

ISPConfig - Bitbucket Install

cd /var/www/site/private
sudo -u web135 ssh-keygen (copy .ssh/id_rsa.pub to Bitbucket settings)
sudo -u web135 git clone [email protected]:xxx/yyy.git .
sudo -u web135 cp .env.example .env
sudo -u web135 composer install
php artisan key:generate
sudo chmod -R 777 storage

sudo -u web135 ln -s /var/www/site/private/public/ /var/www/site/web/
sudo -u web135 php artisan storage:link
php artisan migrate:fresh

Apache Directives (ISPConfig)

DocumentRoot "{DOCROOT_CLIENT}/public"