Skip to content

Commit

Permalink
Update ubuntu.rst
Browse files Browse the repository at this point in the history
Replace git clone command with remote script to clone and install composer dependencies.
  • Loading branch information
niel committed Dec 27, 2016
1 parent f82666e commit ac6c1c0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions source/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,7 @@ This guide is assuming you're starting with a completely minimal Ubuntu installa
sudo chown www-data:www-data -R www
cd www
newgrp www-data
git clone https://github.com/nZEDb/nZEDb.git
composer install
sudo chmod -R 755 /var/www/nZEDb/app/libraries
sudo chmod -R 755 /var/www/nZEDb/libraries
sudo chmod -R 777 /var/www/nZEDb/resources
sudo chmod -R 777 /var/www/nZEDb/www
sudo chown -R www-data:www-data /var/lib/php/sessions/
bash <(curl -s https://raw.github.com/nZEDb/nZEDb/master/_install/install.sh)


12. Configure nZEDb
Expand Down

0 comments on commit ac6c1c0

Please sign in to comment.