biodivportal / ontoportal_web_ui

A Rails application for ontologies
Other
1 stars 0 forks source link

Fix: UI development envirenement docker #2

Closed Bilelkihal closed 4 months ago

Bilelkihal commented 8 months ago

Problems

Done in this PR

I've addressed these issues by migrating the Docker environment to the latest version utilized in AgroPortal. This enhancement streamlines the local UI development environment setup process significantly.

The new way to run the UI locally

After cloning ontoportal_web_ui and having docker running. use this command: bin/ontoportal dev --api-url <api url> --api-key <apikey> in BiodivPortal example: bin/ontoportal dev --api-key 47a57aa3-7b54-4f34-b695-dbb5f5b7363e --api-url https://data.biodivportal.gfbio.org

The UI app is accessible from: localhost:3000

Bilelkihal commented 4 months ago

Yes, you can merge it