Browse Source

Add release apk, Minor fixes

master
Apostolos Fanakis 6 years ago
parent
commit
d067760911
  1. 2
      LICENSE.md
  2. 5
      UI/Database API/SETUP.md
  3. BIN
      UI/release.apk

2
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

5
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
```
---
<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>

BIN
UI/release.apk

Binary file not shown.
Loading…
Cancel
Save