Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serputko committed Sep 19, 2018
1 parent f29b630 commit 1a32211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ start cmd as administrator and execute ```setx COMPOSE_CONVERT_WINDOWS_PATHS "1"
1. ```git clone``` this repository
2. open performance-testing-framework dir
3. (optional) if you want to update services- execute
``
```
docker-compose pull --ignore-pull-failures
docker-compose build
```
4. ```docker-compose up -d``` will start containers for backend performance testing
if you need to test frontend performance execute: docker-compose -f docker-compose-with-frontend.yml up -d
if you need to test frontend performance execute: ```docker-compose -f docker-compose-with-frontend.yml up -d```

All containers should be up and running

Expand Down

0 comments on commit 1a32211

Please sign in to comment.