Skip to content

Docker container with LExpress/symfony1 (1.4 with backports) + php7 + doctrine

Notifications You must be signed in to change notification settings

karlhungus/php_is_fine_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP IS FINE DOCKER

This is probably all kinds of wrong, but I need

  • php7.0
  • symfony1 that works on php 7.0
  • a testable environment i don't care about
git clone [email protected]:karlhungus/askeet_php_is_fine.git
sudo docker build -f ./Dockerfile -t php_is_fine:1 ./
sudo docker run --rm -it --user sfproject -v $(pwd)/askeet_php_is_fine/:/home/sfproject/ php_is_fine:1

# inside the container

sudo service mysql start
sudo service apache2 start

# now hit docker-container-ip:8080 in your browser and modify things in project

Tutorial i'm following askeet.pdf

About

Docker container with LExpress/symfony1 (1.4 with backports) + php7 + doctrine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published