Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/4.1' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orocrmdeployer committed Nov 11, 2020
2 parents c86314b + 3f263e3 commit 214387d
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 65 deletions.
7 changes: 4 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Vagrant.configure("2") do |config|
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php
php -r "unlink('composer-setup.php');"
mv composer.phar /usr/bin/composer
composer self-update --1
su - vagrant -c 'composer global require symfony/flex'
echo "\n~~~~~~~~~~~~~~ Enable Installed Services ~~~~~~~~~~~~~~\n"
Expand Down Expand Up @@ -259,9 +260,9 @@ ____NGINXCONFIGTEMPLATE
su - vagrant -c 'composer install --prefer-dist --no-dev --optimize-autoloader -n --working-dir=/var/www/oroapp'
sed -i "s/database_user:[ ]*root/database_user: $DB_USER/g" ./config/parameters.yml
sed -i "s/database_password:[ ]*null/database_password: $DB_PASSWORD/g" ./config/parameters.yml
sed -i "s/database_name:[ ]*[a-zA-Z0-9_]*/database_name: $DB_NAME/g" ./config/parameters.yml
sed -i "/database_user/s/:[[:space:]].*$/: $DB_USER/g" ./config/parameters.yml
sed -i "/database_password/s/:[[:space:]].*$/: '$DB_PASSWORD'/g" ./config/parameters.yml
sed -i "/database_name/s/:[[:space:]].*$/: $DB_NAME/g" ./config/parameters.yml
chown vagrant:vagrant /var/www/oroapp/config/parameters.yml
echo "\n~~~~~~~~~~~~~~ Install OroCRM Community Edition Application ~~~~~~~~~~~~~~\n"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"behat/mink-extension": "2.3.*",
"behat/mink-selenium2-driver": "1.3.1",
"behat/symfony2-extension": "2.1.*",
"guzzlehttp/guzzle": "^6.0.0",
"nelmio/alice": "3.6.*",
"theofidry/alice-data-fixtures": "1.0.*",
"phpunit/phpunit": "7.5.*",
Expand Down
1 change: 1 addition & 0 deletions dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"behat/mink-extension": "2.3.*",
"behat/mink-selenium2-driver": "1.3.1",
"behat/symfony2-extension": "2.1.*",
"guzzlehttp/guzzle": "^6.0.0",
"nelmio/alice": "3.6.*",
"theofidry/alice-data-fixtures": "1.0.*",
"phpunit/phpunit": "7.5.*",
Expand Down

0 comments on commit 214387d

Please sign in to comment.