prete / irods-browser

iRODS browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iRODS Browser 🔎📂

(yet another) web based iRODS browser.

Requirements

  • python 3+
  • yarn/npm

Installing python libraries

  • pip install python-irodsclient
  • pip install starlette
  • pip install uvicorn

Installing web dependencies and build client

  1. cd client
  2. yarn install
  3. yarn run build

Run server

  1. uvicorn server:app
  2. Open web browser at http://127.0.0.0:8000
  3. Profit!

Built with

About

iRODS browser


Languages

Language:JavaScript 49.3%Language:Python 43.9%Language:HTML 6.8%