File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,8 @@ The version 0.1 of the ElasTest Cost Engine, provides the following features:
1717
18182 . Install Docker Compose.
1919
20- 3 . Go to the ` postgres ` folder and build the database image:
21- - ` docker build -t postgres . `
22- 4 . Go back to the root folder of the repository and build the main ECE image:
23- - ` docker build -t ece . `
24- 5 . Run the image using the following command:
25- - ` docker-compose up `
20+ 3 . From the root folder, run the image using the following command:
21+ - ` sudo docker-compose up `
2622
2723## Basic uasge
2824
@@ -36,6 +32,15 @@ The ECE UI offers the functionality to estimate the price of running a specified
3632
3733The ECE UI also ofers a simple way to manage all the Cost Models, creating, deleting and requesting for the json structure.
3834
35+ ## Use-case specific GUI
36+
37+ The ECE offers a set of separate graphical user interfaces for each of the followint usecases:
38+
39+ - Create a Cost Model: http://localhost:8888/createcostmodel
40+ - Delete a Cost Model: http://localhost:8888/deletecostmodel
41+ - Get Cost Model details: http://localhost:8888/costmodeldetails
42+ - Estimate a TJob and Cost Model cost: http://localhost:8888/estimate
43+
3944---
4045
4146## Development documentation
You can’t perform that action at this time.
0 commit comments