diff --git a/scripts/start b/scripts/start new file mode 100755 index 0000000..2561c68 --- /dev/null +++ b/scripts/start @@ -0,0 +1,8 @@ +#!/bin/bash +# Run this script to start Apache and MySQL +# +# Start MySQL +mysqld & +# Start Apache +source /etc/apache2/envvars +exec apache2 -D FOREGROUND