Ajout d'une optimisation. On verra
This commit is contained in:
parent
5a233c1bdc
commit
a580bde740
|
@ -26,6 +26,9 @@ fi
|
||||||
wget http://getcomposer.org/composer.phar
|
wget http://getcomposer.org/composer.phar
|
||||||
php composer.phar install
|
php composer.phar install
|
||||||
|
|
||||||
|
echo 'opcache.enable=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
echo 'opcache.enable_cli=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
|
||||||
# Handle Sauce
|
# Handle Sauce
|
||||||
# curl https://gist.githubusercontent.com/seblucas/7692094/raw/e2a090e6ea639a0d700e6d02cee048fa2f6c8617/sauce_connect_setup.sh | bash
|
# curl https://gist.githubusercontent.com/seblucas/7692094/raw/e2a090e6ea639a0d700e6d02cee048fa2f6c8617/sauce_connect_setup.sh | bash
|
||||||
cp -v test/config_local.php.sauce config_local.php
|
cp -v test/config_local.php.sauce config_local.php
|
||||||
|
|
Loading…
Reference in a new issue