An environment for MySQL and MariaDB
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Bash
- MariaDB or MySQL
- Rename
.envexample
file to.env
- Insert your database credentials into
.env
file, remember to don't commit it - If you have, paste your database structure into
struct.sql
file. - If you have, paste your database sample data into
sample.sql
file.
sh script/initialize-db.sh
sh script/update-db.sh
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Giuseppe mastrobirraio Matranga - Initial work - Github
This project is licensed under the GNU GENERAL PUBLIC Version 3 LICENSE - see the LICENSE.md file for details.