1
1
# Stratos
2
2
3
- <a href = " https://travis-ci.com/cloudfoundry-community/stratos/branches " >< img src = " https://travis-ci.com/cloudfoundry-community/stratos.svg?branch=master " ></ a > & nbsp ; < a style =" padding-left : 4px " href =" https://codeclimate.com/github/cloudfoundry-community/stratos/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/61af8b605f385e894632/maintainability " /></a >
4
- <a href =" https://goreportcard.com/report/github.com/cloudfoundry-community /stratos " ><img src =" https://goreportcard.com/badge/github.com/cloudfoundry-incubator/stratos " /></a >
3
+ <a style =" padding-left : 4px " href =" https://codeclimate.com/github/cloudfoundry-community/stratos/maintainability " ><img src =" https://api.codeclimate.com/v1/badges/61af8b605f385e894632/maintainability " /></a >
4
+ <a href =" https://goreportcard.com/report/github.com/cloudfoundry/stratos " ><img src =" https://goreportcard.com/badge/github.com/cloudfoundry-incubator/stratos " /></a >
5
5
<a href =" https://codecov.io/gh/cloudfoundry-community/stratos/branch/master " ><img src =" https://codecov.io/gh/cloudfoundry-community/stratos/branch/master/graph/badge.svg " /></a >
6
- [ ![ GitHub release] ( https://img.shields.io/github/release/cloudfoundry-community/stratos.svg )] ( https://github.com/cloudfoundry-community /stratos/releases/latest )
7
- [ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/cloudfoundry-community /stratos/blob/master/LICENSE )
6
+ [ ![ GitHub release] ( https://img.shields.io/github/release/cloudfoundry-community/stratos.svg )] ( https://github.com/cloudfoundry/stratos/releases/latest )
7
+ [ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/cloudfoundry/stratos/blob/master/LICENSE )
8
8
[ ![ slack.cloudfoundry.org] ( https://slack.cloudfoundry.org/badge.svg )] ( https://cloudfoundry.slack.com/messages/C80EP4Y57/ )
9
9
10
+ (Please note: The official repository is at cloudfoundry/stratos and the cloudfoundry-community/stratos will track this but may be used for some testing purposes)
11
+
10
12
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.
11
13
12
14
![ Stratos Application view] ( website/static/images/screenshots/app-summary.png )
13
15
14
- Please visit our new [ documentation site] ( https://stratos.app/ ) . There you can discover
16
+ Please visit our new [ documentation site] ( https://stratos.app/ ) . There you can discover ( * This is currently being updated from the 4.4.0 docs)
15
17
16
18
1 . Our [ introduction] ( https://stratos.app/docs/ ) , including quick start, contributing and troubleshooting guides.
17
19
1 . How to [ deploy] ( https://stratos.app/docs/deploy/overview ) Stratos in a number of environments.
@@ -33,11 +35,11 @@ Tested with Browserstack
33
35
34
36
35
37
This feature helps in pre-building the
36
- [ Stratos] ( https://github.com/cloudfoundry-community /stratos ) web application
38
+ [ Stratos] ( https://github.com/cloudfoundry/stratos ) web application
37
39
so that it can be deployed faster in Cloud Foundry, or be run offline.
38
40
39
41
You can find pre-built versions of Stratos UI in the
40
- [ releases] ( https://github.com/cloudfoundry-community /stratos/releases )
42
+ [ releases] ( https://github.com/cloudfoundry/stratos/releases )
41
43
of this repository.
42
44
43
45
To run those ` .zip ` packages inside Cloud Foundry, unzip it, write a manifest,
@@ -67,18 +69,18 @@ Note: `sgs` creates security groups the first time, upgrades do not use `sgs`.
67
69
68
70
## Packaging
69
71
70
- Golang is required, and version 1.12 is recommended as this is the version used by the Stratos build system.
72
+ Golang is required, and version 1.21 is recommended as this is the version used by the Stratos build system.
71
73
72
- When you want to build the ` 4.1.2 ` tag in
73
- [ Stratos UI releases] ( https://github.com/cloudfoundry-community /stratos/releases ) ,
74
+ When you want to build the ` 4.8.1 ` tag in
75
+ [ Stratos UI releases] ( https://github.com/cloudfoundry/stratos/releases ) ,
74
76
run this command:
75
77
76
78
``` bash
77
79
./bin/package
78
80
```
79
81
OR to package a specific tag
80
82
``` bash
81
- TAG=" 4.1.2 " ./bin/package
83
+ TAG=" 4.8.1 " ./bin/package
82
84
```
83
85
84
86
### NOTE
0 commit comments