Giter VIP home page Giter VIP logo

oo-index's Introduction

oo-index

This package is a general-purpose stand-alone index of quickstarts and cartridges for the OpenShift hosting platform.

This repository contains two major components:

  1. A basic user interface for browsing, searching, and launching open cloud compatible applications and services, built with help from Python Flask and Twitter bootstrap.
  2. Default content for the index, which is loaded from the included quickstart.json file.

Host your own index

First you must generate you Github Client ID and Secret. Access you GitHub account settings page, select "Applications" and "Register a New Application". Fill in the form with:

Press "Register Application" and take note of your credentials.

You can spin up your own hosted instance of this project on OpenShift Online in a single click, or use the rhc command line tool to help configure your local development environment and your OpenShift-hosted environment in a single step:

rhc app create index python-2.7 GITHUB_CLIENT_ID=[github-client-id] GITHUB_CLIENT_SECRET=[github-client-secret] OO_INDEX_GITHUB_REPONAME=index OO_INDEX_GITHUB_USERNAME=[your-github-username]
cd index
git remote add upstream https://github.com/openshift/oo-index.git
git pull -s recursive -X theirs upstream master
git push

You can also provide your openshift launch url so that it takes directly to the openshift origin host of your choice: rhc app create index python-2.7 GITHUB_CLIENT_ID=[github-client-id] GITHUB_CLIENT_SECRET=[github-client-secret] OO_INDEX_GITHUB_REPONAME=index OO_INDEX_GITHUB_USERNAME=[your-github-username] OPENSHIFT_LAUNCH_URL=[your-openshift-launchURL]

Local Development

Simply start a local web server with your Application credentials:

./start-devel.sh GITHUB_CLIENT_ID GITHUB_CLIENT_SECRET

Data Specification

Every entry in the quickstart.json file should include the following attributes:

{
  "name": "Ghost",
  "default_app_name": 'ghost',
  "git_repo_url": "https://github.com/openshift-quickstart/openshift-ghost-quickstart.git",
  "cartridges": ["nodejs-0.10"],
  "website": "http://tryghost.org/",
  "version": "0.4",
  "env_variables": {"name1":"value1","name2":"value2"},
  "tags": ["node.js","ghost","blog"],
  "description": "Ghost is a free, open, simple blogging platform that's available to anyone who wants to use it"
}

And should comply with the following data format guidelines:

  • name - a human-readable name for this project, service, or application (required)
  • default_app_name - a short name suggestion, for use in the hosted application url. No hyphens, spaces, or other special characters allowed (a-zA-Z0-9 only, optional)
  • git_repo_url - a URL that points to the project's source code (required)
  • cartridges - an array of cartridge names (strings), starting with the base web runtime cartridge, and continuing with any additional cartridge-based dependencies (this content is required for all quickstart applications)
  • website - URL pointing to a project homepage (optional)
  • demo_url - A link to a live demo (optional)
  • version - The release version for this project, usually a numeric string (optional)
  • env_variables - a hash of name, value pairs that can be used to intialize the application (optional)
  • tags - a csv list of relevant terms and labels (optional)
  • description - a basic project description in plain text, with quotes escaped (optional)

Pull requests that don't meet this criteria will be rejected.

Contribute via Pull Request

  1. Fork the upstream project repository at: https://github.com/openshift/oo-index

  2. Add an openshift-compatible service or application to the project's quickstarts.json file, making sure to include each of the required fields.

  3. Add and Commit your changes locally:

     git add wsgi/static/quickstart.json
     git commit -m 'Adding a Wordpress application to the project index'
    
  4. Push your changes to GitHub:

     git push
    
  5. Then, send us a Pull Request and we'll update our hosted index

Copyright

OpenShift Origin, except where otherwise noted, is released under the Apache License 2.0. See the LICENSE file located in each component directory.

+Bitdeli Badge +

oo-index's People

Contributors

dmueller2001 avatar ryanj avatar caruccio avatar emilydirsh avatar mignev avatar marekjelen avatar smarterclayton avatar developercorey avatar rohith-v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.