Cloud Foundry Management Console (CFMC) is an Opensource (OSS) web based framework to manage applications, users, domains and routes.
--TODO-- Screenshot Space Landing Page
You have the possibility to install CFMC on your local machine or directly in your CF Environment. We guide you through both ways in the two sub sections.
For both installation you should download the CFMC repository.
We ran our development environment in a Spring Tool Suite (STS - link)
For an easy setup we recommend to download this Suite and ran the backend in it. Follow these steps to set it up:
- Download STS (link)
- Install STS
- Open STS and select "Import" from the menu.
- Select "Import Existing Maven Project"
- Navigate to the downloaded repository and import it by selection the project pom.xml file
- Right click on the imported project an "Run as --> Spring Boot App"
- Now you should reach our backend API local at http://localhost:8080/api
We used the live-server (link) with npm to run the local webserver. We assume you have installed nodejs and its package manager npm
- Navigate to the frontend folder with a terminal
- Install live-server with npm with the command "npm install live-server"
- Start the live-server with "live-server --port=8000"" (We use port 8000 because the default port 8080 is used by our backend)
- Now a new browser window should appear with the running webserver
- Animate transitions
This software is currently developed and maintained by evoila GmbH, from Tobias Siegel, Johannes Hiemer and Christian Müller.