Build for Pkpu Dev Team ·
A brief description of your project here.
Simply clone this repo to your computer and change to your liking
git clone git@github.com:pkpudev/yii2-app-advanced.git <AppName>
composer install -vvv
chmod 777 backend/runtime
chmod 777 backend/web/assets
chmod 777 frontend/runtime
chmod 777 frontend/web/assets
cp .env-example .env
Use relevant configuration
docker-compose run --rm backend yii migrate
docker-compose up -d
Access it in your browser by opening
- frontend: http://127.0.0.1:20080
- backend: http://127.0.0.1:21080
./rsync.sh