codrinbucur / pathfinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinder

A workload assessment tool used to determine an applications suitability for running on OpenShift/Kubernetes

Build Status Docker Repository on Quay

Setup environment on OpenShift (incl. minishift)

The following commands will create a new project and deploy a mongo, pathfinder-server and pathfinder-ui instance into your environment

wget https://raw.githubusercontent.com/redhat-cop/pathfinder/master/pathfinder-full-template.yaml

oc new-project <your-new-project-name>
oc new-app --template=mongodb-persistent --param=MONGODB_DATABASE=pathfinder
oc process -f pathfinder-full-template.yaml|oc create -f-

License

The code is made available under the Apache License, Version 2.0

The questions are made available under a Creative Commons Attribution-ShareAlike 4.0 International License.

How to contribute code

  • In Github, fork the [https://github.com/redhat-cop/pathfinder project into your github account.
  • Clone your forked project to your local machine
  • Make changes, commit and push to your forked Github repository
  • In Github, click the "Create Pull Request" and select your changes you want to contribute to the core pathfinder/pathfinder-ui project
  • A member of the core project will review the contribution and include it

About

License:Apache License 2.0


Languages

Language:JavaScript 75.0%Language:Java 20.4%Language:CSS 3.7%Language:HTML 0.6%Language:Shell 0.2%Language:Gherkin 0.1%