Created
February 20, 2018 07:39
-
-
Save ares/72ee52e76874d24d69459cda7e47581e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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