rgomesf / janus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

janus

Dockerfile with janusgraph + graphexp + apache2 + sample data

Thanks to: https://github.com/bricaud/graphexp https://github.com/krlawrence/graph


git config --global core.autocrlf true

git clone https://github.com/rgomesf/janus.git

docker build --rm -f Dockerfile -t janus:latest .

docker run --rm --name=workshop -d -p 80:80 -p 8182:8182 janus

docker exec -it workshop bash

/work/janusgraph/bin/gremlin.sh

:remote connect tinkerpop.server conf/remote.yaml session-managed

:remote console


docker stop workshop

docker build --rm -f Dockerfile -t janus:latest .

docker run --rm --name=workshop -d -p 80:80 -p 8182:8182 janus

docker exec -it workshop bash

/work/janusgraph/bin/gremlin.sh

:remote connect tinkerpop.server conf/remote.yaml session-managed

:remote console

About


Languages

Language:Java 73.5%Language:Groovy 18.5%Language:JavaScript 4.7%Language:Shell 3.4%