update
This commit is contained in:
parent
4e18168ed8
commit
9faea2eabe
2 changed files with 1 additions and 4 deletions
|
@ -19,7 +19,7 @@ sudo ./configure --prefix=/usr/local/phyre/php \
|
||||||
--with-mysqli \
|
--with-mysqli \
|
||||||
--with-gettext \
|
--with-gettext \
|
||||||
--with-curl \
|
--with-curl \
|
||||||
--with-zip
|
--with-zip
|
||||||
#--enable-mbstring
|
#--enable-mbstring
|
||||||
# --with-libdir=lib/$(arch)-linux-gnu \
|
# --with-libdir=lib/$(arch)-linux-gnu \
|
||||||
|
|
||||||
|
|
|
@ -104,9 +104,6 @@ $PHYRE_PHP -r "unlink('composer-setup.php');"
|
||||||
|
|
||||||
COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP ./composer.phar install --no-dev --optimize-autoloader --no-interaction
|
COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP ./composer.phar install --no-dev --optimize-autoloader --no-interaction
|
||||||
|
|
||||||
ls
|
|
||||||
exit
|
|
||||||
|
|
||||||
# Create database
|
# Create database
|
||||||
PANEL_DB_NAME="phyredb"
|
PANEL_DB_NAME="phyredb"
|
||||||
PANEL_DB_USER="phyreuser"
|
PANEL_DB_USER="phyreuser"
|
||||||
|
|
Loading…
Reference in a new issue