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 initial vagrant support #227

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

Conversation

jake-bladt
Copy link
Contributor

This work allows for the use of Vagrant to create and manage a VM for CodeMontage to run on in development. It creates the VM and allows the user to SSH into that VM to work with CodeMontage in console mode.

There is (a bug)[http://stackoverflow.com/questions/19124367/rails-app-on-percise32-vagrant-box-assets-get-text-file-busy-error-errnoe] with the current version of sass-rails that generates an error on many VMs including this one generated by Vagrant. Unfortunately, changing to a specific version of sass-rails either causes a conflict with the currently-used version of rails or with acts_as_gmappable.

Addressing the delicate balance among sass-rails, rails, and acts_as_gmappable is outside the scope of this issue. This PR only addresses the creation of a vagrant-based environment, not the compatibility issues among gems.

@DBNess
Copy link
Member

DBNess commented Mar 26, 2014

Awesome, @jake-bladt! Excited to test this out - it'll make a big difference to many people, and most immediately might even help @emarino13 get her new laptop dev environment set up.

@jake-bladt - have you had a chance to check out the Travis CI build error?

@jake-bladt
Copy link
Contributor Author

@DBNess I just looked at the Travis CI build error and will need to investigate more before I can say where it's coming from.

While I work on this, @emarino13 might want to look into using nitrous.io for development. I was able to get codemontage to build and run there without running into any of these errors.

@DBNess
Copy link
Member

DBNess commented Mar 26, 2014

Ooh great to know re: nitrous.io - thanks!
On Mar 26, 2014 12:38 PM, "jake-bladt" [email protected] wrote:

@DBNess https://github.com/DBNess I just looked at the Travis CI build
error and will need to investigate more before I can say where it's coming
from.

While I work on this, @emarino13 https://github.com/emarino13 might
want to look into using nitrous.io for development. I was able to get
codemontage to build and run there without running into any of these errors.

Reply to this email directly or view it on GitHubhttps://github.com//pull/227#issuecomment-38707242
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants