Skip to content

neurodata/Graph-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroData's Graph Explorer

Web-based graph analytics and some visualization

To run:

  1. go to the shiny dir
  2. start R
  3. type library('shiny')
  4. type runApp()

Deploy Updates

  1. log in to brainapps1.neurodata.io
  2. cd /srv/shinyapps/Graph-Explorer
  3. git pull deploy
  4. (maybe restart shiny)

If docker container goes down

  1. ./graphexplorerstart.sh

If we want to add more dependencies to installation

  • Update dockerfile
  • Run sudo docker build -t graph_explorer . in the same directory as the Dockerfile

To get a terminal on the docker container

  • docker exec -it <<container name>> /bin/bash
  • Find the container name by running docker ps

About

Web-based graph analytics and some visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages