Skip to content

Latest commit

 

History

History
executable file
·
45 lines (33 loc) · 575 Bytes

File metadata and controls

executable file
·
45 lines (33 loc) · 575 Bytes

Airplane Glue

A Graphical IDE for Knowledge Graphs

Installation

npm install

Development

npm run dev

Build

npm run validate

Dockerize

# build
npm run validate && \
  docker build -t airplane-glue:latest .

# run
docker rm -f airplane-glue
docker run --name airplane-glue -p 80:80 -d airplane-glue

# login
docker exec -it airplane-glue sh

# inspect
docker inspect airplane-glue

Deploy

# build docker images for airplane-glue and middlepacco

# run docker compose
docker-compose up -d