This website requires JavaScript.
Explore
Help
Register
Sign In
andrew
/
build-grav
Watch
1
Star
0
Fork
You've already forked build-grav
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
77c818ced1
build-grav
/
run.sh
6 lines
90 B
Bash
Raw
Blame
History
#!/bin/sh
# Start PHP-FPM in the background
php-fpm -D
# Start Apache
service httpd start
Reference in New Issue
View Git Blame
Copy Permalink