Skip to content

Commit

Permalink
Adding details
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 3, 2024
1 parent 73b92dc commit b23920d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ The documentation below is for the installation of the API, sheduler and the fro
9. Install the requirements of the vdi (frontend) : `pip install -r requirements.txt`
10. Create a folder /var/log/VDI/API for the logs of the API : `mkdir -p /var/log/VDI/APP`
10.1. Set the rights of the user who runs the API (here vdi) on this folder : `chown -R vdi:vdi /var/log/VDI/APP`
11.2 Create all necessary files for the logs : `touch /var/log/VDI/API/access.log /var/log/VDI/API/error.log`
11. Create a folder /var/log/VDI/API for the logs of the API : `mkdir -p /var/log/VDI/API`
11.1. Set the rights of the user who runs the API (here vdi) on this folder : `chown -R vdi:vdi /var/log/VDI/API`
12. Create a folder /var/log/VDI/Scheduler for the logs of the scheduler : `mkdir -p /var/log/VDI/Scheduler`
12.1. Set the rights of the user who runs the scheduler (here vdi) on this folder : `chown -R vdi:vdi /var/log/VDI/Scheduler`
11.1. Set the rights of the user who runs the API (here vdi) on this folder : `chown -R vdi:vdi /var/log/VDI/API`
11.2 Create all necessary files for the logs : `touch /var/log/VDI/API/access.log /var/log/VDI/API/error.log /var/log/VDI/APP/api-flask.log`
12. Create a folder /var/log/VDI/Scheduler for the logs of the scheduler : `mkdir -p /var/log/VDI/SCHEDULER`
12.1. Set the rights of the user who runs the scheduler (here vdi) on this folder : `chown -R vdi:vdi /var/log/VDI/SCHEDULER`

### Database
We recommend using a MariaDB or MySQL database that you can install on your server.
Expand Down

0 comments on commit b23920d

Please sign in to comment.