Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

orange-cloudfoundry/stratos-ui-cf-packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stratos UI pre-packager

This project is archived, see orange-cloudfoundry/cf-stratos-ui-packager.

This projects helps in pre-building the Stratos web application so that it can be deployed faster in Cloud Foundry, or be run offline.

You can find pre-built versions of Stratos UI in the releases of this repository.

To run those .zip packages inside Cloud Foundry, unzip it, write a manifest, and cf push it.

You are not required to have stratos-buildpack, you can use binary buildpack. Here is an example manifest that worked for us:

applications:
  - name: console
    memory: 128M
    disk_quota: 192M
    host: console
    timeout: 180
    buildpack: binary_buildpack
    health-check-type: port

Usage

Golang is required, and version 1.12 is recommended as this is the version used by the Stratos build system.

When you want to build the 1.1.0 tag in Stratos UI releases, run this command:

TRAVIS_TAG=2.1.1 ./package.sh

About

Package a stratos-ui build to make it runnable offline

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages