Browse Source

Add start script

Renfred Harper 9 years ago
parent
commit
b50a371634
1 changed files with 8 additions and 0 deletions
  1. 8 0
      scripts/start

+ 8 - 0
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