Update update-web-panel.sh
This commit is contained in:
parent
e20543264f
commit
69ba8bc833
1 changed files with 9 additions and 9 deletions
|
@ -38,15 +38,15 @@ cd /usr/local/phyre/web
|
|||
#
|
||||
#
|
||||
#
|
||||
PHYRE_PHP=/usr/local/phyre/php/bin/php
|
||||
#
|
||||
$PHYRE_PHP -v
|
||||
$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
$PHYRE_PHP ./composer-setup.php
|
||||
$PHYRE_PHP -r "unlink('composer-setup.php');"
|
||||
#
|
||||
rm -rf composer.lock
|
||||
COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress
|
||||
#PHYRE_PHP=/usr/local/phyre/php/bin/php
|
||||
##
|
||||
#$PHYRE_PHP -v
|
||||
#$PHYRE_PHP -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
|
||||
#$PHYRE_PHP ./composer-setup.php
|
||||
#$PHYRE_PHP -r "unlink('composer-setup.php');"
|
||||
|
||||
#rm -rf composer.lock
|
||||
#COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar i --no-interaction --no-progress
|
||||
#COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP composer.phar dump-autoload --no-interaction
|
||||
|
||||
./db-migrate.sh
|
||||
|
|
Loading…
Reference in a new issue