Skip to content

Commit 852b5f5

Browse files
committed
initial
1 parent f66f1c3 commit 852b5f5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Play Framework w/ docker
2+
3+
Play Framework + MySql + Redis + Elasticsearch
4+
5+
## Getting Started
6+
7+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
8+
9+
### Prerequisites
10+
11+
Things you need to install
12+
13+
```
14+
Docker
15+
```
16+
17+
### Installing
18+
19+
* [Install docker](https://docs.docker.com/engine/installation/)
20+
21+
## Running this app
22+
23+
To run this app
24+
25+
```
26+
git clone https://github.com/aoktox/play-framework-docker.git
27+
28+
docker-compose up
29+
```

0 commit comments

Comments
 (0)