From e905723ee450736cd1b880ac0ef4c8242a9f82d9 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Sun, 18 Oct 2015 22:29:29 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1997bb0..9d6959e9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ Now that `gulp dev` is running, the server is up as well and serving files from `GRANT ALL ON os_dev.* TO 'os_dev'@'os_dev';` +6. Run the MySQL server + + `sudo /etc/init.d/mysql start` + ##### Production Task Just as there is the `gulp dev` task for development, there is also a `gulp prod` task for putting your project into a production-ready state. This will run each of the tasks, while also adding the image minification task discussed above. There is also an empty `gulp deploy` task that is included when running the production task. This deploy task can be fleshed out to automatically push your production-ready site to your hosting setup.