-
Notifications
You must be signed in to change notification settings - Fork 79
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
Set up Virtual Development Environment with Vagrant #214
Comments
Possible resources: Also asked Heroku for their recommendation via Twitter: https://twitter.com/DBNess/status/441249130976124928 |
I'd like to take a look at this one. I'm already kicking around virtualization solutions for Ruby at home. |
@jake-bladt awesome! I'm hoping we can get a template as close to Heroku as possible, but if not a general Ubuntu + Postgres setup should do the trick. I've got Vagrant and VirtualBox set up already so should be able to test this in a timely manner if you get the chance to try something out |
This is a great idea! 👍 |
@DBNess, @steverob - progress can be tracked in https://github.com/jake-bladt/codemontage/tree/support_vagrant |
Sweet! thanks, @jake-bladt (also in case this view helps anyone else: https://github.com/jake-bladt/codemontage/compare/support_vagrant) |
I have this nearly working now, but |
I was able to fix the lack of libyaml-dev by manually installing it on the vagrant VM manually after This workaround did solve the problem of being unable to build psych on the VM. Now I've got a new problem. When I run rails and navigate to the site in my browser, I get the following: Errno::ETXTBSY in Home#index Showing /vagrant/app/views/layouts/application.html.erb where line #25 raised: Text file busy - (/vagrant/tmp/cache/sass/9505375e72afa48c5767235c7d79f01d960d4322/application.scssc20140315-1005-uenw2e, /vagrant/tmp/cache/sass/9505375e72afa48c5767235c7d79f01d960d4322/application.scssc) 22: <title><%= content_for?(:title) ? yield(:title) : "CodeMontage" %></title> I'm trying to address this by running rake assets:precompile before starting the rails server and will report back when I have more information. |
Update: This may be the problem: |
I've been working on this repeatedly, in pieces, for months, but keep running into issues either on the Vagrant box itself or when I deploy the branch to Heroku -- now hoping to use Codio instead and minimize all of the changes (hopefully!) with #254. |
Ask
Set up automated CodeMontage environment using Vagrant & include setup instructions in README.
To Do
Additional Info
Related to #254 & #277.
The text was updated successfully, but these errors were encountered: