Skip to content

Commit 7fedbbf

Browse files
authored
Remove duplicated info from README
It now belongs to docs repo
1 parent 1e55182 commit 7fedbbf

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

README.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP for Drupal
1+
PHP
22
=====================
33
[![Build Status](https://travis-ci.org/drupal-docker/php.svg?branch=master)](https://travis-ci.org/drupal-docker/php)
44
[![Docker Pulls](https://img.shields.io/docker/pulls/drupaldocker/php.svg?maxAge=2592000)](https://hub.docker.com/r/drupaldocker/php)
@@ -28,36 +28,3 @@ Version | Type | Tags | Dockerfile
2828
| | `7.1-alpine-fpm`, `7.1-alpine` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/7.1/Dockerfile-alpine-fpm)
2929

3030
**Deprecation notice:** drupaldocker/php:5.4 and drupaldocker/php:5.5 EOL date: **December 13, 2016**
31-
32-
# Quickstart:
33-
34-
PHP 5.6 + Apache
35-
```bash
36-
docker run -dP drupaldocker/php:apache
37-
```
38-
39-
# Environmental variables
40-
41-
No variables
42-
43-
# Description
44-
45-
> PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language. PHP can be added to straight HTML or it can be used with a variety of templating engines and web frameworks. PHP code is usually processed by an interpreter, which is either implemented as a native module on the web-server or as a common gateway interface (CGI).
46-
47-
> source: [php](https://hub.docker.com/_/php/)
48-
49-
# Status
50-
51-
Proof of concept
52-
53-
# Contributing
54-
55-
1. Fork the repo
56-
1. Create your feature branch
57-
1. Commit your changes
58-
1. Push to the branch
59-
1. Create new Pull Request
60-
1. Wait for result of automate tests
61-
62-
# Credits
63-
`drupaldocker/php images were built on the top of official [PHP images](https://hub.docker.com/r/_/php/). Big kudos to people from Docker community for official [Drupal image](https://hub.docker.com/r/_/drupal/).

0 commit comments

Comments
 (0)