How to Deploy your First Cloud App
New Post has been published on https://hollywood.newonline.help/2021/02/19/how-to-deploy-your-first-cloud-app/
How to Deploy your First Cloud App
In this example, we piggyback off of lessons learned in https://vimeo.com/96359153, where we use CodeCloud.me’s new Assembly feature to put together our first landing page. Now, we are going to put that landing page online via OpenShift. In return, we will have a URL we can share with the rest of the world to see our landing page. For this tutorial, you will need: Git. Run “git” in your terminal on your Mac or in your Git Command Line if you’re using Windows. If you don’t have http://git-scm.com/download/
If you’re using windows, install ruby http://rubyinstaller.org/ If you’re on a Mac you should already have it.
With ruby, install “rhc” (Red Hat Command Line Tool). Run this within your terminal. (Remember: your terminal window should have the directory you’re currently working on at the top center. Run: gem install rhc
Didn’t work? Make sure you have git and ruby: ruby -v
Now, run within your terminal: rhc setup
After pressing enter, you will need
More Config instructions:
https://www.openshift.com/get-started#cli Likes: 0 Viewed: source











