Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
/ openshift.io Public archive

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying modern applications.

Notifications You must be signed in to change notification settings

openshiftio/openshift.io

Repository files navigation

OpenShift.io

OpenShift.io is a cloud-native development environment for planning, creating and deploying hybrid cloud services. It provides a full toolchain for development teams, in the cloud with zero setup and maintenance. This repository contains the marketing pages and the issue tracker that is used across the project.

Community Feedback

If you have feedback, suggestions and ideas:

irc at #openshiftio on Freenode or webchat

issues at openshift.io

stackoverflow with tag openshiftio

Upstream Development

The upstream for openshift.io is primarily in the fabric8 and Eclipse Che projects. fabric8 is found in the following organizations:

Building and Deploying the Marketing Pages

The following instructions will allow you to work on the IO marketing pages. The OpenShift.io product is being developed in the cloud at OpenShift.io and so cannot be build and deployed locally (of course you can build and deploy the upstream components in OpenShift.io by visiting the upstream repos).

Setup Backend API

Make sure you setup the necessary connections to the backend. You can run it locally by setting these environment variables:

  • export FABRIC8_WIT_API_URL="http://api.prod-preview.openshift.io/api/"
  • export FABRIC8_STACK_API_URL="http://recommender.api.prod-preview.openshift.io/api/v1/"

in your .bash_profile and reload the shell.

VS Code

Run ext install EditorConfig to read the .editorconfig file

To Start

Run npm start. This will start the login page UI with livereload enabled.