Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Vagrantfile #185

Merged
merged 1 commit into from
Nov 18, 2014
Merged

add Vagrantfile #185

merged 1 commit into from
Nov 18, 2014

Conversation

cllns
Copy link
Contributor

@cllns cllns commented Nov 18, 2014

The only modification after vagrant init ubuntu/trusty64 is forwarding port 3000 on the VM to 3000 on the host.

I used to have it specify the memory size of the VM to be 1GB, because I ran into an issue with not having enough memory. That was probably just for installing stuff though, so dev's shouldn't need that. If you run into that issue though, that's what you need to do!

Also I didn't have problems with this Vagrantfile, but I've had issues with other boxes where every refresh took ~10 seconds. The solution for that is to use NFS instead of Virtualbox's default file sharing mechanism. I can assist with that if it's ever an issue.

@tkwidmer
Copy link
Contributor

@cllns awesome! Can you update the Setup Wiki to outline what Devs will need to do to get this up and running on their machine?

@cllns
Copy link
Contributor Author

cllns commented Nov 18, 2014

Right now this is just a plain Ubuntu box, so @mi-wood is going to fix it to install all the stuff we actually need. Then one of us can update the docs!

cllns added a commit that referenced this pull request Nov 18, 2014
@cllns cllns merged commit ab0d490 into RefugeRestrooms:add-vagrant Nov 18, 2014
@tkwidmer
Copy link
Contributor

great.

@kiesia
Copy link
Contributor

kiesia commented Nov 21, 2014

👍

@tkwidmer tkwidmer mentioned this pull request Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants