Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Aug 17, 2015
1 parent 592154f commit d9d98de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PHP Docker Boilerplate Changelog
==================================

4.0.0 - UPCOMING
-----------------------
4.0.0 - 2015-08-17
------------------
- Seperated TYPO3 Docker Boilerplate and PHP Docker Boilerplate
- Switched to Ansible provisioning (playbook)
- Added multiple Ubuntu versions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerized PHP web project boilerplate

[![latest v4.0.0](https://img.shields.io/badge/latest-v4.0.0-green.svg?style=flat)](https://github.com/mblaschke/php-docker-boilerplate/releases/tag/4.0.0)
[![latest v4.0.0](https://img.shields.io/badge/latest-v4.0.0-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/4.0.0)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Percentage of issues still open")
Expand Down
4 changes: 2 additions & 2 deletions documentation/DOCKER-INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This directory will be mounted under `/docker` in `main` and `web` container.
## Docker images
Container | Source
------------------------- | -------------------------------
main/ubuntu | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official* (prebuilt available from https://registry.hub.docker.com/u/mblaschke/php-boilerplate/)
main/centos | [CentOS](https://registry.hub.docker.com/_/centos/) *official* (prebuilt available from https://registry.hub.docker.com/u/mblaschke/php-boilerplate/)
main/ubuntu | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official* (prebuilt available from https://hub.docker.com/r/webdevops/php-boilerplate/)
main/centos | [CentOS](https://registry.hub.docker.com/_/centos/) *official* (prebuilt available from https://hub.docker.com/r/webdevops/php-boilerplate/)
storage | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official*
web | [Apache](https://registry.hub.docker.com/_/httpd/) *official* or [Nginx](https://registry.hub.docker.com/_/nginx/) *official*
mysql | [MySQL](https://registry.hub.docker.com/_/mysql/) *official*
Expand Down
2 changes: 1 addition & 1 deletion documentation/DOCKER-STARTUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Checkout this project and create and run the Docker containers using [docker-compose](https://github.com/docker/compose):

```bash
git clone https://github.com/mblaschke/php-docker-boilerplate.git projectname
git clone https://github.com/webdevops/php-docker-boilerplate.git projectname
cd projectname
docker-compose up -d
```
Expand Down
6 changes: 3 additions & 3 deletions documentation/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
If you want to run a Docker VM make sure you're using VMware or Parallels Desktop because of
the much faster virtualisation (networking, disk access, shared folders) compared to VirtualBox.

There is also a [Vagrant VM for VirtualBox, VMware and Parallels](https://github.com/mblaschke/vagrant-development)
There is also a [Vagrant VM for VirtualBox, VMware and Parallels](https://github.com/webdevops/vagrant-development)
with a mailcatcher (Postfix with Dovecot, catches all outgoing mails).

_Warning:_ Boot2docker ist not recommended because of slow/buggy file sharing between host and guest and there is no
convienient way to access the box with Samba or SSH.
This Docker boilerplate tries to avoid common anti-pattners like a Samba/SSH container because Boot2docker
isn't able to handle such tasks.

For more convenience use [CliTools.phar](https://github.com/mblaschke/clitools) (will also run on native Linux, not only inside a Vagrant box)
For more convenience use [CliTools.phar](https://github.com/webdevops/clitools) (will also run on native Linux, not only inside a Vagrant box)

## First startup

```bash
git clone --recursive https://github.com/mblaschke/TYPO3-docker-boilerplate.git projectname
git clone --recursive https://github.com/webdevops/php-docker-boilerplate.git projectname

cd projectname

Expand Down

0 comments on commit d9d98de

Please sign in to comment.