Skip to content

Commit 2735899

Browse files
author
Manu
committed
Updated documentation includint usecase GUI
1 parent 3f3d21c commit 2735899

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ The version 0.1 of the ElasTest Cost Engine, provides the following features:
1717

1818
2. 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

3733
The 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

0 commit comments

Comments
 (0)