- 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"- Checkout the v2 branch and install the required dependencies.
cd "$HOME/.iris"
git checkout v2
make install- Add the Iris CLI to your
$PATH.
PATH=$PATH:"$HOME/.iris/cli/bin"- Create a folder somewhere to hold your Iris projects.
mkdir -p "$HOME/iris-projects"- Start Iris from your projects folder.
cd "$HOME/iris-projects"
iris start- Point your browser to http://localhost:9000
git clone git@github.com:cloud-annotations/iris.git
cd iris
git checkout v2
make installmake watchOpen a directory with Iris project folders
node <path-to-repo>/iris/dist/index.js