How to update ManageIQ appliance Image
To update the application to the latest revision, you can follow these simple steps:
- SSH into the image - the username
root
has the default passwordsmartvm
(you should change this password) - Change the protocol of git to https://
- git config --global url."https://".insteadOf git://
- git pull
- bundle install
- bundle exec rake evm:compile_assets
Comments
Post a Comment