The Data Portal is responsible for organizing the entry of researchers and users in the form of a web interface and the platform's functionalities. Inspired by digital libraries, the Data Portal will provide navigation through all published data sets, visualization of research groups, generation of citation of data sets, download of data among other functions. This project was generated with Angular CLI version 8.0.3.
Run ng serve
for a dev server. Navigate to http://0.0.0.0:4200/
. The app will automatically reload if you change any of the source files.
Image build
docker build -t terrabrasilisrd/data-hub .
Container run
docker run -d -p 4200:4200 --name tbrd_data-hub terrabrasilisrd/data-hub
or
docker-compose up -d --build