Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Conversation

iandroogmans
Copy link

Let people who don't know much about local server infrastructure get started fast and easy with the php-apache docker image.
Download and install docker runtime from www.docker.com.

In terminal:
$ cd /local/your/project
$ docker-compose up -d

-> Surf to localhost:8002

Let people who don't know much about local server infrastructure get started fast and easy with the php-apache docker image.
Download and install docker runtime from www.docker.com.

In terminal:
$ cd /local/your/project
$ docker-compose up -d

-> Surf to localhost:8002
@nickberens360
Copy link
Owner

Hey, great idea. I'll review it and add to documentation. Thanks.

@iandroogmans
Copy link
Author

Nick I'm adding an automated script to compile the sass library because it's not included right now. I don't know what your vision is but it's possible to include sass, less & javascript compilers in the docker image to provide simple options for the users.

@nickberens360
Copy link
Owner

@iandroogmans I'd like it to be as easy to set up as possible, so any automation would be great.

@nickberens360
Copy link
Owner

@iandroogmans I've been having difficulties installing docker. I'm not sure how this would be any easier than installing MAMP or XAMPP??

@malithmcr
Copy link
Contributor

docker run -d -p 8080:80 --name atomic-docs -v “$PWD”:/var/www/html php:7.0-apache

@scarroll32
Copy link

Great PR - can it be merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants