-
Run
makecommand from project's root directory. -
Write a .env (See .env.sample)
- Run
php -S localhost:8000 -t `web` - Open
http://localhost:8000
- Run
make run-dockerordocker run -d --name ridi-intranet -p 8000:80 -v `pwd`:/var/www/html --env-file .env ridibooks/intranet - Open
http://localhost:8000
- Write Phinx configuration. (reference)
$EDITOR phinx.yml
- Run
make deploy-db