RefugeRestrooms / refugerestrooms

REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
http://www.refugerestrooms.org
GNU Affero General Public License v3.0
894 stars 261 forks source link

Guidelines for setting up dev environment could be clearer. #290

Closed maecapozzi closed 7 years ago

maecapozzi commented 7 years ago

I think that it would be useful to add a bit more clarification on setting up vagrant -- I ssh'ed into vagrant, and then tried to copy and paste the commands below, only to realize that rake vagrant:shell['rails s -b 0.0.0.0'] was within the shell.

I would suggest that we specify that if someone was going to develop while logged into vagrant, they just use the command rails s -b 0.0.0.0 if the have ssh'ed in, otherwise, use this command: rake vagrant:shell['rails s -b 0.0.0.0']

cllns commented 7 years ago

Thanks! I agree that should be more clear. Can you open a PR? :) it's fine if not

maecapozzi commented 7 years ago

Yes! Planning on it. I wanted to leave this here as a reminder for myself :)

maecapozzi commented 7 years ago

@cllns, here is the PR: https://github.com/RefugeRestrooms/refugerestrooms/pull/291