Skip to content

Commit

Permalink
Dockerized demo information
Browse files Browse the repository at this point in the history
  • Loading branch information
egulacti authored Apr 3, 2019
1 parent 29922f5 commit aae4fac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ Logo TEDAM is an open source test management and automation software. TEDAM can
## Demo Video
[![Watch the demo](https://img.youtube.com/vi/eczwqyTae0A/maxresdefault.jpg)](https://youtu.be/eczwqyTae0A)

## Try It
On a Linux box with docker and docker-compose execute the following:
<code>
wget https://github.com/logobs/tedam-docker/blob/master/docker-compose.yml
mkdir tedamdata
docker-compose up -d
</code>

tedamdata folder will hold the mysql data files.

Browse http://yourserver.name.here:8888/TEDAMFaceV2

Use the following credentials:
User Name: admin
Password : 2018tedaM

## Technology
The following technologies are used in the project:

Expand Down

0 comments on commit aae4fac

Please sign in to comment.