Skip to content

Commit 3475148

Browse files
committed
Updating readme
1 parent e552db7 commit 3475148

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This project will drop in to an existing project and run it within Docker. It
44
comes with the latest version of PHP-FPM, Nginx, MariaDB, Beanstalk, Redis and
55
Mailhog for when you're using it in local development.
66

7+
## Getting Started in 1 seconds
8+
9+
Clone this repository and run `docker-compose up` then point your browser at `http://localhost:8080` and you should see a beautiful PHP info page.
10+
11+
12+
## Getting Started in 5 seconds
13+
14+
Clone this repository to your local machine. Copy the `docker-compose.yml`
15+
file and `.docker` directory into your project directory. Then run
16+
`docker-compose up` and you'll be off and running.
17+
18+
19+
## Getting started in 30 seconds
20+
21+
Clone this repository, sit around for 26 seconds then do the step above.
22+
723

824
## MariaDB/MySQL Password
925

0 commit comments

Comments
 (0)