Skip to content

Commit 26a484d

Browse files
committed
Fix for restarting apache;
Resetting passwords to 'demo'
1 parent bd59436 commit 26a484d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install_demo.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ a2ensite demo
1111
cd /vagrant
1212
drush make ./build-df.make ./docroot
1313

14-
apache2ctl stop
14+
service apache2 stop
1515
rm -rf /var/lock/apache2
16-
apache2ctl start
16+
service apache2 start
1717

1818
cp -a /vagrant/settings.php /vagrant/docroot/sites/default/
1919
mysql -u root -e "create database if not exists demo;" --password=root
@@ -23,3 +23,5 @@ drush site-install df --site-name=demo --sites-subdir=default -y
2323
drush cc all
2424
sh profiles/df/modules/dfs/dfs_wem/dfs_wem.sh
2525

26+
drush upwd admin --password=demo
27+
drush upwd JenniferThomson --password=demo

0 commit comments

Comments
 (0)