Monday, April 4, 2016

Openshift, Deployment Using Git, Pelican

Just explored a couple of things today:
Openshift
  • Installing rhc, a ruby gem to communicate with openshift server
  • Add application (wordpress) in Openshift
Deployment Using Git on Your Own Server
  • Deployment any application couldn't be easier with git-push
  • For a enterprise application there should be a way to do repetitive task related with deployment process. Well, this is known with Continuous Integration: you code, you test, you deploy. Git-push help you deal with deployment automation.
Pelican
A static site generator powered by python. You might familir with jekyll in term of ruby. It's just those things.