Skip to content

Commit 31c28ba

Browse files
author
Patrick van der Velden
committed
Changed install sequence: keep apache commands together
1 parent dd3fa6e commit 31c28ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install_demo.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ perl -pi -w -e 's/;date.timezone =/date.timezone = Europe\/Amsterdam/g;' /etc/ph
1010
cp -a /vagrant/demo /etc/apache2/sites-available
1111
a2ensite demo
1212

13-
cd /vagrant
14-
drush make ./build-df.make ./docroot
15-
1613
rm -rf /var/lock/apache2
1714
service apache2 start
1815

16+
cd /vagrant
17+
drush make ./build-df.make ./docroot
18+
1919
cp -a /vagrant/settings.php /vagrant/docroot/sites/default/
2020
mysql -u root -e "create database if not exists demo;" --password=root
2121

0 commit comments

Comments
 (0)