Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 804 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 804 Bytes

App Advanced PkpuDev

Build for Pkpu Dev Team ·

A brief description of your project here.

Cloning

Simply clone this repo to your computer and change to your liking

git clone [email protected]:pkpudev/yii2-app-advanced.git <AppName>

Installing packages

composer install -vvv

Chmod

chmod 777 backend/runtime
chmod 777 backend/web/assets
chmod 777 frontend/runtime
chmod 777 frontend/web/assets

Configure env file

cp .env-example .env

Use relevant configuration

Coding

docker-compose run --rm backend yii migrate

docker-compose up -d

Access it in your browser by opening

Use Git

Deploy

./rsync.sh