Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.91 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.91 KB

ISOPHP DEV ENV DOCKER

Version 0.0.1 Build Status Phalcon v3.3.1 Issue

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.

Quick Start

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.

Manual Guide

  • 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

Documentation

The current version can be seen at docs.phalconphp.com.

License

ISOPHP DEV ENV DOCKER is open source software licensed under the MIT.
See the LICENSE file for more.
© 2018 ISOPHP Team