Skip to content

Development

ScotDex edited this page Feb 14, 2022 · 2 revisions

Feel free to check the code for bugs and security issues. Issues should be reported in the Issue section.


DEVELOPMENT

Some Development configurations that have worked well for me have been saved in the development/ directory, including step debugging for VsCode using xdebug

Development configs and docker files can be quickly restored using:

chmod +x ./development/development.sh && ./development/development.sh This creates a partial .env file, but you will need to add your CCP SSO client and keys manually.

It's best to create a new SSO application for development work, so that you can set the callback url to https://localhost/sso/callbackAuthorization.

Clone this wiki locally