forumone / web-starter

Starting place for developing Drupal, Wordpress and other web applications
http://forumone.github.io/web-starter/
22 stars 11 forks source link

503 error; no database server present #220

Closed klatovak closed 8 years ago

klatovak commented 8 years ago

This was first seen on an existing project that I was setting up for the first time locally. I subsequently ran it again with the base web-starter project and got the same results. I ran "yo web-starter" to update the project and then ran "vagrant up". Once the provisioning was complete (assuming it actually did complete) and I visited localhost:8080 I get the following error:

screen shot 2016-06-24 at 9 06 29 am

Although it didn't look to be anything related to the database server, I thought perhaps syncing down the stage db to my local might fix this. Once I ssh'd into the vagrant box, I noticed the mysql server just wasn't there:

[vagrant@localhost ~]$ mysql -v
-bash: mysql: command not found

Running "vagrant provision" did not correct this, so I reran whole process to get debugging output. Both that and the terminal output is attached.

terminal-output.txt

vagrant-debug.txt

wwhurley commented 8 years ago

This is related to #219.