Front-end
Instructions for running the user interface
Step-by-step
1. Access the repository on GitHub via the link
2. Clone the repository to your server
$ git clone https://github.com/guiaedutec/geos-frontend.git
3. Access the created folder
$ cd geos-frontend
4. Environment variables
At the root of the project, rename the .env.example file to just .env
5. Set environment variables as needed
# URL to connect to back-end web services
API_URL=
# Basic application settings
TITLE=
WEBSITE_URL=
PROJECT_NAME=
# Google Analytics ID
TRACKING_ID=
6. Change the visual identity
7. Run docker-compose command
~/geos-frontend$ docker-compose up -d --build
Last updated
Was this helpful?