Skip to content

Instantly share code, notes, and snippets.

@ares
Created February 20, 2018 07:39
Show Gist options
  • Save ares/72ee52e76874d24d69459cda7e47581e to your computer and use it in GitHub Desktop.
Save ares/72ee52e76874d24d69459cda7e47581e to your computer and use it in GitHub Desktop.
git clone https://github.com/theforeman/foreman_remote_execution /home/vagrant/foreman_remote_execution
echo "gem 'foreman_remote_execution', :path => '/home/vagrant/foreman_remote_execution'" >> /home/vagrant/foreman/bundler.d/Gemfile.local.rb
cd /home/vagrant/foreman
bundle install
rake db:migrate
rake db:seed
npm install
# restart rails server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment