|
@@ -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
|