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

Vagrant setup #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

GustekDev
Copy link

This will allow for much easier and cleaner start for new people.

apt-add-repository ppa:brightbox/ruby-ng -y
apt-get update
apt-get install ruby2.3 ruby2.3-dev mongodb-server make -y
gem install bundler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to use our Ansible script for Ruby from the Ministers Under the Influence Project https://github.com/HackBrexit/MinistersUnderTheInfluence/pull/51/files#diff-22890c427500c30c9f0f6b951a0f60c9

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally didn't use any more advanced provisioning because there is no need for it yet, as you can see this file has just few lines.
There are still many decisions that need to be made before we can continue with this project. This is just to make it easier to start with what we have so far.

@aspiers
Copy link
Member

aspiers commented Nov 16, 2016

Nice idea. A Dockerfile might also be useful for even more lightweight startup.

@eddiejaoude
Copy link
Contributor

@aspiers definitely, unfortunately, Docker is not supported on the wonderful Windows - Vagrant is supported

@aspiers
Copy link
Member

aspiers commented Nov 16, 2016

@eddiejaoude Sure, which is why I didn't suggest replacing Vagrant with Docker :-) Vagrant is awesome but having both options might be even better.

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