A simple web-based Cognitive Behavior Therapy tool
- Install vendor packages with
composer update
- copy
app/settings/base.SAMPLE.php
toapp/settings/base.php
and fill in your values - symlink
app/app-settings.php
toapp/settings/development.php
withln -s app/settings/development.php app/app-settings.php
cd
to the base directory of the project (the one that containsapp
,www
, etc).- run the dev server with
./dev-server.sh
. - Open
http://0.0.0.0:9909
in a web browser.