Skip to content

andreybolonin/phpschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

https://www.docker.com/what-docker

Installation (Ubuntu)

  1. sudo apt-get install git docker.io docker-compose

  2. git clone https://github.com/andreybolonin/phpschool.git

  3. sudo docker-compose up

  4. http://127.0.0.1:8000

Installation (macOS)

  1. https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac

  2. git clone https://github.com/andreybolonin/phpschool.git

  3. sudo docker-compose up

  4. http://127.0.0.1:8000

Installation (Windows)

  1. https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows

  2. git clone https://github.com/andreybolonin/phpschool.git

  3. sudo docker-compose up

  4. http://127.0.0.1:8000

sudo docker exec CONTAINER php /var/www/bin/console

p.s. To see your CONTAINER execute

sudo docker ps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages