The official ISOPHP development environment Docker Edition
This is an official, open-source and community-driven boilerplate for Phalcon + React projects that run on Docker. It's an attempt of standardizing and making it easier to bootstrap ISOPHP community website ready for development and production environments.
git clone https://github.com/isophp/isophp_dev_env_docker.git
cd isophp_dev_env_docker && sh auto_install.sh
Then check http://devel.isophp.cn for index page and check http://devel.isophp.cn:8000 for admin page.
- Install Docker and Docker-Compose in your machine
git clone https://github.com/isophp/isophp_dev_env_docker.git
cd isophp_dev_env_docker && ./run_before_up.sh
sudo docker-compose up app && sudo docker-compose up node_app
The current version can be seen at docs.phalconphp.com.
ISOPHP DEV ENV DOCKER is open source software licensed under the MIT.
See the LICENSE file for more.
© 2018 ISOPHP Team