We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2895412 commit 6bd3a6aCopy full SHA for 6bd3a6a
install/post-install.sh
@@ -17,6 +17,9 @@ drush site-install --account-pass=admin --db-url=mysql://root@localhost:22/test
17
sudo chmod -R 755 /var/www/html/sites/default/files/
18
sudo chown -R apache:apache /var/www/html/sites/default/files/
19
20
+#start the apache service now that we have an .htaccess file
21
+sudo systemctl start httpd.service
22
+
23
drush cleanup -y
24
drush cook d7adminux -y
25
0 commit comments