Skip to content

Commit

Permalink
add Docker directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alessaloisio committed Aug 15, 2019
0 parents commit d62c93f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.tar.gz
17 changes: 17 additions & 0 deletions DOCKER/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Create a Wordpress environemment on DOCKER

## What's & Why DOCKER ?

Create containers with operating system, wich version of tools you need, you can do some benchmark easily to determine the best tools for your software...

## What we need ?

- OS : **debian**, centOs, Ubuntu Server ..
- HTTP Server : **apache2**, nginx ..

- For Wordpress :
- PHP
- MySql
- Wordpress ZIP file

## Let's Go

0 comments on commit d62c93f

Please sign in to comment.