Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 634 Bytes

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