Skip to content

rubyjax/vagrant_backup_sat_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions.

brew cask install virtualbox;
brew cask install vagrant;
vagrant up;
vagrant ssh;
cd /vagrant/projects;
git clone ;

Additional Notes

Rails/ruby is not installed by default, as rvm will pick up & instruct you based on the .ruby-gemset/.ruby-version for projects that have those files in the repo.

port 3000 is automatically forwarded so you can use your host browser. just need to run rails on all interfaces (-b 0.0.0.0)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages