Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.
/ stratos Public archive
forked from cloudfoundry/stratos

Stratos: Web-based Console UI for Cloud Foundry

License

Notifications You must be signed in to change notification settings

jnpacker/stratos

 
 

Repository files navigation

Stratos

Build Status GitHub release License

Stratos is an Open Source Web-based UI (Console) for managing Cloud Foundry. It allows users and administrators to both manage applications running in the Cloud Foundry cluster and perform cluster management tasks.

Stratos Application view

Deploying Stratos

Stratos can be deployed in the following environments:

  1. Cloud Foundry, as an application. See guide
  2. Kubernetes, using a Helm chart. See guide
  3. Docker, using docker compose. See guide
  4. Docker, single container deploying all components. See guide

Quick Start

To get started quickly, we recommend following the steps to deploy the Stratos Console as a Cloud Foundry Application - see here.

You can also quickly deploy Stratos, using the all-in-one container:

$ docker run -p 4443:443 splatform/stratos-ui:latest 

You can access the UI on https://localhost:4443

Further Reading

Take a look at the Feature Set for details on the feature set that Stratos provides.

Get an Overview of Stratos, its components and the different ways in which it can be deployed.

Take a look at the Development Roadmap to see where we are heading.

Contributing

We very much welcome developers who would like to get involved and contribute to the development of the Stratos project. Please refer to the Contributing guide for more information.

For information to help getting started with development, please read the Developer's Guide.

Support and feedback

We have a channel (#stratos) on the Cloud Foundy Slack where you can ask questions, get support or give us feedback. We'd love to hear from you if you are using Stratos.

You can join the Cloud Foundry Slack here - https://slack.cloudfoundry.org/ - and then join the #stratos channel.

License

The work done has been licensed under Apache License 2.0. The license file can be found here.

About

Stratos: Web-based Console UI for Cloud Foundry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.7%
  • Go 10.4%
  • HTML 7.9%
  • CSS 7.0%
  • Shell 2.0%