Skip to content

Commit 7ea9a0b

Browse files
committed
Better instructions to Deploy a Apache & MySQL service
1 parent 516a0b0 commit 7ea9a0b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,21 @@ If you found this repo you are probably looking into Docker or already have know
3232

3333

3434

35-
## Docker Compose
35+
## Quick Start
3636

3737
Launch the **Apache** instance locally and setup a local MySQL database container for persistant database data, the goal is to create a easy to use development environment. Type `make` for more build options
3838

3939
```bash
4040
$ git clone https://github.com/htmlgraphic/Apache.git && cd Apache
41-
```
42-
```bash
4341
$ make run
4442
```
4543

4644
---
45+
## Deploy to Docker Cloud
46+
Create a [Docker Cloud](https://cloud.docker.com) account, add a **Cloud provider**. Once complete, `one click` will create a functional Apache & MySQL Service.
4747

4848
[![Deploy to Docker Cloud](https://files.cloud.docker.com/images/deploy-to-dockercloud.svg)](https://cloud.docker.com/stack/deploy/)
4949

50-
5150
---
5251

5352
## Test Driven Development

0 commit comments

Comments
 (0)