Skip to content

Commit 6bd3a6a

Browse files
Update post-install.sh
1 parent 2895412 commit 6bd3a6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/post-install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ drush site-install --account-pass=admin --db-url=mysql://root@localhost:22/test
1717
sudo chmod -R 755 /var/www/html/sites/default/files/
1818
sudo chown -R apache:apache /var/www/html/sites/default/files/
1919

20+
#start the apache service now that we have an .htaccess file
21+
sudo systemctl start httpd.service
22+
2023
drush cleanup -y
2124
drush cook d7adminux -y
2225
drush cook d7adminux -y

0 commit comments

Comments
 (0)