We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd59436 commit 26a484dCopy full SHA for 26a484d
install_demo.sh
@@ -11,9 +11,9 @@ a2ensite demo
11
cd /vagrant
12
drush make ./build-df.make ./docroot
13
14
-apache2ctl stop
+service apache2 stop
15
rm -rf /var/lock/apache2
16
-apache2ctl start
+service apache2 start
17
18
cp -a /vagrant/settings.php /vagrant/docroot/sites/default/
19
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
23
drush cc all
24
sh profiles/df/modules/dfs/dfs_wem/dfs_wem.sh
25
26
+drush upwd admin --password=demo
27
+drush upwd JenniferThomson --password=demo
0 commit comments