Welcome to **Hyrieus** installation guide (the API for the application Flavours Without Borders).
**This installation guide is intended for computers using Debian based, Linux distributions!**
The software provided will work on other operating systems too, after loosely following this guide, but changes and decisions may have to be made along the way.
This guide will help you set up the database and Django API required to test the application. Although the guide is pretty detailed don't hesitate to open an issue or contact me directly for any questions.
2. Revert changes done to the settings.py file by the installation script:
```bash
git checkout -- settings.py
git checkout -- hyrieus/flavoursAPI/settings.py
```
3. Revert changes to the file `/etc/mysql/mysql.conf.d/mysqld.cnf`. Use an editor to change the line starting with `bind-address` to `bind-address = 127.0.0.1`.
@ -86,4 +87,4 @@ mysql -h localhost -u root -p -e "DROP DATABASE IF EXISTS flavoursWithoutBorders
```
---
<sub><sub>Hyrieus was a Greek mythical figure known for his son, Orion. Gods gave Orion to Hyrieus because he was super lonely, like me when working on this assignment. 😔</sub></sub>
<sub>Hyrieus was a Greek mythical figure known for his son, Orion. Gods gave Orion to Hyrieus because he was super lonely, like me when working on this assignment. 😔</sub>