Some features need to be developed across this codebase and the file-explorer-service. And in some other cases, it can
be helpful to do manual testing via the frontend of a feature or bugfix done within file-explorer-service. In each of
these situations, there is a mechanism built into the BioFile Finder for using a locally running version of the
file-explorer-service.
Instructions:
- Run
file-explorer-servicein your favorite way such that it is accessible fromhttp://localhost:9081/file-explorer-service. Note that it must be running without SSL, accessible throughlocalhost, and running on port9081. If you runfile-explorer-serviceon one computer (e.g., an in-office workstation) but have the frontend running on another computer (e.g., your laptop), you can make the service available throughlocalhostby making use of port forwarding (e.g.:ssh -L 9081:localhost:9081 dev-aics-gmp-001.corp.alleninstitute.org -N -f). - From within the running Electron application, under the "Data Source" menu bar option, select "Localhost."