We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66f1c3 commit 852b5f5Copy full SHA for 852b5f5
README.md
@@ -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