Irelia
GitHubBlogs
  • Welcome to Irelia!
  • Installation
  • HOW-TO TUTORIALS
    • Analyze and visualize
  • MANAGING DOCUMENTS
    • Create a document
    • Sharing a document
    • Copying a document
    • Importing data
    • Exports & backups
    • Document history
  • PAGES AND TABLES
    • Entering data
    • Pages & widgets
    • Search, sort & filter
  • USING FORMULAS
    • Intro to formulas
    • Python versions
    • Function reference
  • Solutions
    • Personal
    • Business
    • Industry
    • Funding
    • Finance
    • Sales
    • Customers
  • APPENDIX
    • Contribute
    • FAQs
    • gVisor
    • Help
Powered by GitBook
On this page

Installation

Irelia Installation.

PreviousWelcome to Irelia!NextAnalyze and visualize

Last updated 2 years ago

There are docker images set up for individual use, or self-hosting.

docker pull guinsoolab/irelia
docker run -p 8686:8686 -it guinsoolab/irelia

Then, 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