Skip to content

stevsmit/projectquay.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectQuay.io

This repo contains the sources for the ProjectQuay.io.

Development

Note Node.js is a required dependency on Linux machines

Step 1: Ruby and Ruby Gems are required. Please install according to your operating system

Step 2: Install the bundle command:

gem install bundler

Step 3: cd to where you have cloned this repository. Install the necessary ruby packages on your machine:

bundle install

Step 4: Run the server:

bundle exec middleman server

You should be able to preview your changes at http://localhost:4567

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).

Staging Site for reviewing

While the site is under development, you can review it here: https://staging-url-projectquay-io.apps.openshift-web.p0s5.p1.openshiftapps.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • CSS 19.7%
  • SCSS 10.0%
  • HTML 8.1%
  • PHP 4.1%
  • Shell 0.2%
  • Ruby 0.1%