This is a component for theming the Open Source Web-based UI(Console) for managing Cloud Foundry Stratos. It follows Orange graphic charter.
You need to have already configured the Stratos
. For more information check Stratos UI Documentation.
To set this up
- Clone the project in a folder named orange-branding by running the following command:
$ git clone https://github.com/orange-cloudfoundry/orange-component-CF-UI.git orange-branding
- Move the folder
orange-branding
in the folderstratos-ui/components/
- Open the file
stratos-ui/bower.json
and replace the line"os-branding": "./components/os-branding"
into"orange-branding": "./components/orange-branding"
Once this is done your project is ready for deployement.