Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrmanu10 authored Aug 2, 2024
1 parent 9283641 commit 87b7de2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,18 @@ The following software is neeeded to run UGBI if you want to install via local:
- Install PostgreSQL
- C++ Dev Tools from Visual Studio: ![visual_studio_c++_features](apps\static\assets\img\image.png)

You can install UGBI via docker
You can install UGBI via docker (easier way):

> Copy the content from ".env.sample" and paste it in a new ".env" in the "docker" folder
``` bash
$ docker-compose -f docker-compose-dev.yml up
$ docker-compose -f docker/docker-compose-nvidia.yml up
```

> Note:Remember to attach the container in VS code and install python for that container instance.
> Note:Remember to attach the container "docker-screen-rpa" in VS code and install python for that container instance.

Independently if you have installed UBGI via local or via Docker:
Independently if you have installed UBGI via local or via Docker and the virtualenv is not activated:

```bash
$ # Virtualenv modules installation (Unix based systems)
Expand All @@ -64,8 +66,6 @@ $
$
```

> Copy the content from ".env.sample" and paste it in a new ".env" . This ".env" must be placed in ubgi/core. Change the values if you need it
```bash

$ python manage.py makemigrations apps_analyzer apps_behaviourmonitoring apps_featureextraction apps_notification
Expand Down Expand Up @@ -112,4 +112,4 @@ By following these steps, you will effectively utilize the eye tracking capabili

This research was supported by the EQUAVEL project PID2022-137646OB-C31, funded by MICIU/AEI/10.13039/501100011033 and by FEDER, UE;
the DISCOVERY project (2021/C005/00148631), funded by Unión Europea NextGeneration EU and “Plan de Recuperación, Transformación y Resiliencia” of the Ministry of Economic and Digital Transformation;
and the grant FPU20/05984 funded by MICIU/AEI/10.13039/501100011033 and by FSE+.
and the grant FPU20/05984 funded by MICIU/AEI/10.13039/501100011033 and by FSE+.

0 comments on commit 87b7de2

Please sign in to comment.