Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 769 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 769 Bytes

OpenShift.org

This repo contains the sources for the OpenShift.org.

Development

Note Node.js is a required dependency on Linux machines

Firstly install the necessary packages on your machine:

bundle install

To develop on your local machine run the middleman server and you should be able to preview your changes at http://localhost:4567

bundle exec middleman server

Deployment

To deploy your changes please submit a pull request while following our contribution guidelines

Make sure to populate the OPENSHIFT_GITHUB_ID and OPENSHIFT_GITHUB_SECRET env variables to ensure authenticated GitHub API usage (and prevent request throttling).