8000 GitHub - suleymansahin07/jekyll-openshift
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

suleymansahin07/jekyll-openshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll on OpenShift

Running on OpenShift

Using the OpenShift Hub

You can launch a Jekyll site on OpenShift using the QuickStart on the OpenShift Hub

Using the command line

rhc app create <appname> php-5.4 --from-code=https://github.com/openshift-quickstart/jekyll-openshift.git

Updating your site

  • Clone your OpenShift application to your local workstation
  • Make updates to your site
  • git commit your changes
  • 5B55 git push

That's it! Your static site files will be generated on your gear and placed in the correct directory.

This QuickStart supports both single gear and scaled deployments.

The hot_deploy marker is set for this repository (.openshift/markers/hot_deploy) so your website will not go down while it's being updated. The files will just be replaced while the server is running.

Community

The official community support is available here: http://jekyllrb.com/help/

Bug Reports

Please report bugs or log feature requests using Github Issues, pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.0%
  • CSS 40.7%
  • Ruby 11.7%
  • Shell 2.6%
0