Skip to content

cloud-annotations/iris

 
 

Repository files navigation

Iris

Manual Installation

  1. Clone this repo somewhere. Here we'll use $HOME/.iris.
mkdir -p "$HOME/.iris"
git clone https://github.com/cloud-annotations/iris.git "$HOME/.iris"
  1. Checkout the v2 branch and install the required dependencies.
cd "$HOME/.iris"
git checkout v2
make install
  1. Add the Iris CLI to your $PATH.
PATH=$PATH:"$HOME/.iris/cli/bin"

Getting started

  1. Create a folder somewhere to hold your Iris projects.
mkdir -p "$HOME/iris-projects"
  1. Start Iris from your projects folder.
cd "$HOME/iris-projects"
iris start
  1. Point your browser to http://localhost:9000

Development

Setup

git clone git@github.com:cloud-annotations/iris.git
cd iris

git checkout v2

make install

Build & Watch the Frontend

make watch

Run the backend

Open a directory with Iris project folders

node <path-to-repo>/iris/dist/index.js

About

Source for the Cloud Annotations tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •