Been trying to use the git process to update the darga release to the latest code revisions, but meeting many challenges.
cd /var/www/miq/vmdb
git config --global url."https://"insteadOf git://"
git pull
bundle install
bundle exec rake evm:compile_assets
There are a host of other postings on the proper order or which bundle commands to run, but they all seem to result in an unusable instance after a reboot.
Quite new to git and new ways of doing things, so please forgive any silliness in my asking.
Thanks