An open source project to support bike coops - organizations that repair bicycles to give to clients
Initial development
Defining bikes, establishing application architecture
- Prepare the server for Symfony
- Download/clone or fork the repo
- Setup a database
- Run
composer install - Setup
.env.local- specifically the database connection and the organization text - override the text from.env - For development, you may use
symfony server:startand navigate tohttp://127.0.0.1:8000 - For deployment, configure the web server
To create an admin user use bin/console app:add-admin [email protected] password
The database migration stuff is all messed up. I'll fix it later. Sorry. Likely related to the use of MariaDB The steps described in the documentation worked.