diff --git a/LICENSE.md b/LICENSE.md index a65a34c..ed149f7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ "THE BEER-WARE LICENSE" -Copyright (c) 2018 Apostolof, TheofilosG +Copyright (c) 2018 Apostolof, charaldp, tsakonag As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy us a diff --git a/UI/Database API/SETUP.md b/UI/Database API/SETUP.md index b504ee9..98968c5 100644 --- a/UI/Database API/SETUP.md +++ b/UI/Database API/SETUP.md @@ -3,6 +3,7 @@ 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. @@ -66,7 +67,7 @@ rm -rf hyrieus/flavoursAPI/hyrieus/migrations 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 ``` --- -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. 😔 \ No newline at end of file +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. 😔 \ No newline at end of file diff --git a/UI/release.apk b/UI/release.apk new file mode 100644 index 0000000..2cee9c9 Binary files /dev/null and b/UI/release.apk differ