Camagru
A mini social network centered around taking webcam images with goofy overlay images. Dockerfile builds and compiles a Debian container with a mail server, Apache, and mysql.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes: ```
git clone https://github.com/samescolas/camagru
docker build -t camagru camagru
docker run -it -p80:80 camagru
Camagru is set up to run inside a Docker container.