An Integration Hub for District Directory Contacts
Integrates with Wordpress & Mailchimp
If Composer is installed globally, run
git clone https://github.com/CubScoutCake/DistrictUserUploader.git
Install the Project:
composer install
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server
Then 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.