Installation
Irelia Installation.
There are docker images set up for individual use, or self-hosting.
docker pull guinsoolab/irelia
docker run -p 8686:8686 -it guinsoolab/ireliaThen, to visit http://localhost:8686 in your browser, you'll be able to create, edit, import and explore your documents.
yarn install
yarn run build:prod
yarn run install:python
yarn start
# Irelia will be available at http://localhost:8686/For any problems, please refer to here.
Last updated