Skip to content

Commit d9d98de

Browse files
committed
Release 4.0.0
1 parent 592154f commit d9d98de

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PHP Docker Boilerplate Changelog
22
==================================
33

4-
4.0.0 - UPCOMING
5-
-----------------------
4+
4.0.0 - 2015-08-17
5+
------------------
66
- Seperated TYPO3 Docker Boilerplate and PHP Docker Boilerplate
77
- Switched to Ansible provisioning (playbook)
88
- Added multiple Ubuntu versions

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerized PHP web project boilerplate
22

3-
[![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)
3+
[![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)
44
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
55
[![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")
66
[![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")

Diff for: documentation/DOCKER-INFO.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This directory will be mounted under `/docker` in `main` and `web` container.
2323
## Docker images
2424
Container | Source
2525
------------------------- | -------------------------------
26-
main/ubuntu | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official* (prebuilt available from https://registry.hub.docker.com/u/mblaschke/php-boilerplate/)
27-
main/centos | [CentOS](https://registry.hub.docker.com/_/centos/) *official* (prebuilt available from https://registry.hub.docker.com/u/mblaschke/php-boilerplate/)
26+
main/ubuntu | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official* (prebuilt available from https://hub.docker.com/r/webdevops/php-boilerplate/)
27+
main/centos | [CentOS](https://registry.hub.docker.com/_/centos/) *official* (prebuilt available from https://hub.docker.com/r/webdevops/php-boilerplate/)
2828
storage | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official*
2929
web | [Apache](https://registry.hub.docker.com/_/httpd/) *official* or [Nginx](https://registry.hub.docker.com/_/nginx/) *official*
3030
mysql | [MySQL](https://registry.hub.docker.com/_/mysql/) *official*

Diff for: documentation/DOCKER-STARTUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Checkout this project and create and run the Docker containers using [docker-compose](https://github.com/docker/compose):
88

99
```bash
10-
git clone https://github.com/mblaschke/php-docker-boilerplate.git projectname
10+
git clone https://github.com/webdevops/php-docker-boilerplate.git projectname
1111
cd projectname
1212
docker-compose up -d
1313
```

Diff for: documentation/INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
If you want to run a Docker VM make sure you're using VMware or Parallels Desktop because of
1313
the much faster virtualisation (networking, disk access, shared folders) compared to VirtualBox.
1414

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

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

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

2525
## First startup
2626

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

3030
cd projectname
3131

0 commit comments

Comments
 (0)