MPS-FGA / Avaleasy-app

Front-end do aplicativo Avaleasy para gerenciamento e criação de avaliações
GNU General Public License v3.0
4 stars 0 forks source link

Installation and usage

Using Docker

  1. Create the network to connect the backend

    docker network create avaleasy-net
  2. Run with:

    docker-compose up 
  3. You MUST IGNORE the QR code printed on the container output(here's why)

  4. Run the script to show the right address to connect with the app:

    ./show-address.sh
  5. Access Expo app on your smartphone
    4.1 Tap on "Explore"
    4.2 Write the address showed on the step before
    4.3 Tap on "Tap to attempt to open the project at"

Troubleshooting

  1. "There are no available inotify watches"

Obs: You must run this command in the Host, not in the container.