Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/docker-drupal
Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.
https://github.com/mingfang/docker-drupal
Last synced: about 2 months ago
JSON representation
Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.
- Host: GitHub
- URL: https://github.com/mingfang/docker-drupal
- Owner: mingfang
- Created: 2013-09-18T05:38:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T16:33:34.000Z (over 10 years ago)
- Last Synced: 2023-03-14T04:15:33.244Z (almost 2 years ago)
- Language: PHP
- Size: 136 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-drupal
=============Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.
Requirements:
Vagrant, GitInstall Docker
```bash
git clone https://github.com/dotcloud/docker.git
```Enable Port Forwarding
```bash
export FORWARD_DOCKER_PORTS=1
```Start VM
```bash
cd docker
vagrant up
vagrant ssh
sudo -i
```Install Git inside VM
```bash
apt-get install git -y
```Get My Dockerfile
```bash
git clone https://github.com/mingfang/docker-drupal.git
cd docker-drupal
```Build
```bash
docker build -t="drupal" .
```Run
```bash
docker run -p 49800:80 -p 49801:6081 drupal
```Point your browser to http://localhost:49801
Admin login is admin/admin