azavea / nyc-trees

NYC Parks Trees Count! 2015 tree census
GNU Affero General Public License v3.0
16 stars 6 forks source link

No pgweb service #92

Closed RickMohr closed 9 years ago

RickMohr commented 9 years ago

I'm trying to use pgweb to look at my database but after reprovisioning I have no /etc/init/pgweb.conf.

hectcastro commented 9 years ago

What virtual machine are you looking for it on? pgweb is installed on the services virtual machine.

RickMohr commented 9 years ago

OK. The service is there and running. Hitting http://localhost:15433/ gives ERR_CONNECTION_REFUSED

hectcastro commented 9 years ago

If you have an already provisioned services virtual machine, port forwarding for pgweb through localhost will most likely require a vagrant reload services. This allows Vagrant to define any new port mappings that weren't present during the original provision.

hectcastro commented 9 years ago

Issues with a virtual machine restart not bringing pgweb back to life were addressed in https://github.com/azavea/nyc-trees/pull/95.

maurizi commented 9 years ago

@RickMohr Is this fixed now?

RickMohr commented 9 years ago

Yes, fixed.