Wishlist for playing music on the party.
- Clone repo
- Update composer in root folder
- Create MySQL database (structure is in sql/structure.sql file)
- Copy config/local.neon.tpl to config/local.neon
- Copy www/htaccess.tpl to www/.htaccess
- Setup database in config/local.neon
- Create App in Spotify API dasboard (https://developer.spotify.com/dashboard/applications)
- Setup client_id and client_secret in config/local.neon
- Add absolute address of Sign:Callback action to Project settings/Redirect URI (spotify API dashboard)
- Add allowed user to User and Access settings (spotify API dashboard)