Skip to content

goghh/yii2-news

 
 

Repository files navigation

Copy .env

cp .env.example .env

Copy frontend .env

cd frontend
cp .env.example .env
cp ..

Change runtime folder permissions

sudo chmod 777 -R runtime

Start the container

docker-compose up -d --build

Install vendor packages

docker-compose run --rm php composer install

Run migrations

docker-compose run --rm php yii migrate

Open

http://localhost:3000/

About

Yii 2.0 Basic Application Template

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.6%
  • JavaScript 12.5%
  • CSS 6.0%
  • Shell 5.4%
  • Awk 2.1%
  • Batchfile 1.7%
  • Other 1.7%