0.0.1 • Published 7 years ago

cloudbilling-app v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
7 years ago

#CloudBilling admin interface This frontend interacts with user and accesses catalog price management via REST-API calls.

##Technologies

  • Angular 4: Front-end web application platform.
  • Bootstrap 3: HTML, CSS and JS framework to develop responsive, mobile first web frontends.

##Setup a local development environment To setup a local dev env the following steps need to be performed:

  1. Clone this repository
  2. Install Node (along with npm)
  3. Change into the project directory and run npm install. This should retrieve every module listed in package.json.

###Building In the main directory run npm run build. Command will create a release directory where all compiled files to run the application can be found.

###Starting the application. Within the root directory invoke npm run start to start the server.

###Starting the application docker Execute command with config file. docker run -tid --env-file tenant-admin.cfg --name tenantadmin_1089 -p 1089:8080 build.otc.t-systems.com:10000/tenant-admin_image