An Integration Hub for District Directory Contacts
Integrates with Wordpress & Mailchimp
If Composer is installed globally, run
git clone https://github.com/CubScoutCake/DistrictUserUploader.gitInstall the Project:
composer installYou can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake serverThen visit http://localhost:8765 to see the welcome page.
Read and edit config/app.php and setup the 'Datasources' and any other
configuration relevant for your application.