freighthop icon indicating copy to clipboard operation
freighthop copied to clipboard

easily use vagrant for day-to-day development on your projects

Results 10 freighthop issues
Sort by recently updated
recently updated
newest added

Added support for cassandra 2.0. The gini/cassandra puppet module is not up to date with cassandra 2.0 and waiting on a pull request to be merged. This pulls from that...

It would be cool to default first to .ruby-version (if it exists) and then to '1.9.3-p392'

Right now we're using a JSON dotfile that acts as a valid hiera source. This has the benefit of simpler implementation and faster extensibility (as the puppet code evolves new...

[Feature Request] To be completely clean (as an optional), would be good if the virtualbox instance was deleted after fh halt so it's not always visible from the Virtualbox Manager....

There's a trick I've used in the past to silence this; we should work it in to freighthop machines.

enhancement

Hey @phinze, I've been trying to level up my vagrant skills and run development out of VM's and I came across your project. I've been having fun trying to get...

would like to have a story for getting selenium tests to work inside the guest. perhaps this article will help: http://www.softr.li/blog/2012/11/08/capybara-selenium-rspec-vagrant-remotely

enhancement

if you fh destroy and fh up, you can end up with a stale ssh config in /tmp; which will cause all ssh utilizing fh commands to fail. no fun!...

goal: define macros in `.freighthop.json` ``` json { " ... ", "freighthop::macros": { "bootstrap": { "desc": "get the project set up", "run": [ "rake db:migrate", "bundle install", ] }, "server":...

compare the modtime of the config to the last run of a provision yell at user to provision or auto provision when config has been changed