Web-based graph analytics and some visualization
To run:
- go to the shiny dir
- start R
- type
library('shiny')
- type
runApp()
- log in to brainapps1.neurodata.io
cd /srv/shinyapps/Graph-Explorer
git pull deploy
- (maybe restart shiny)
./graphexplorerstart.sh
- Update dockerfile
- Run
sudo docker build -t graph_explorer .
in the same directory as the Dockerfile
docker exec -it <<container name>> /bin/bash
- Find the container name by running
docker ps