Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

docker-drupal
=============

Full stack consisting of Varnish, Apache, Drupal, Memcache, and MySql.

Requirements:
Vagrant, Git

Install 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