First Steps¶
Need help getting set up?
Bunker Operations provides managed infrastructure and hands-on setup assistance for organizations running Changemaker Lite. We handle domains, tunnels, SMTP, and servers so you can focus on your campaign. Get in touch: bnkops.com | admin@bnkops.ca
You've installed Changemaker Lite — here's what to do next.
1. Log In¶
Open the admin panel at http://localhost:3000 (or app.DOMAIN in production) and sign in with the admin email and password you configured during setup.

Where's the password if I let the wizard generate one?
If you ran config.sh -y without --admin-password, the generated password was printed once to stdout and saved to data/admin-credentials.txt (mode 0600). Retrieve it with:
Delete the file once you've saved the password elsewhere (e.g. in Vaultwarden).
Change your password
Whatever password you're logging in with first, change it immediately from Settings > Organization.
2. Explore the Dashboard¶
The dashboard gives you an at-a-glance view of platform activity. Initially it will be empty — that's normal.

3. Configure Settings¶
Visit Settings (/app/settings) to:
- Set your organization name, logo, and tagline
- Choose theme colors for admin and public interfaces
- Enable feature modules (campaigns, map, media, payments, etc.)
- Configure email delivery (MailHog for testing, production SMTP for live use)
- Check the System tab to verify your installation and check for updates

4. Create Your First Campaign¶
Go to Campaigns (/app/campaigns) and click Create Campaign:
- Write a title and description
- Compose the email template supporters will send
- Select government levels to target
- Publish — the campaign appears at
/campaigns

5. Add Locations¶
Go to Locations (/app/map) and add addresses:
- Click on the map to drop a marker
- Import a CSV of addresses
- Use the NAR (National Address Register) import for Canadian data

6. Schedule a Shift¶
Go to Shifts (/app/map/shifts) and create your first volunteer shift:
- Set a date, time, and location description
- Optionally link it to a canvassing area
- Share the public shifts page (
/shifts) with volunteers

7. Invite Volunteers¶
Share the shifts page link or generate QR codes for in-person events. Volunteers sign up with just an email address.
Next Steps¶
- Services Overview — complete catalog of all 30+ Docker services
- Updates & Upgrades — keep your installation current
- Features at a Glance — visual overview of every module
- Admin Guide — full administration reference
- Deployment — production setup with tunneling and SSL