GithubHelp home page GithubHelp logo

ntj / dvid-console Goto Github PK

View Code? Open in Web Editor NEW

This project forked from janelia-flyem/dvid-console

0.0 1.0 0.0 9.31 MB

Web console and API help for DVID

License: Other

JavaScript 46.22% HTML 3.28% CSS 50.50%

dvid-console's Introduction

dvid-console Picture

Web console for DVID, a distributed, versioned image-oriented datastore. The console allows administration of a DVID server without the need to install additional tools.

This code can be used with DVID in two ways:

  • Specify the repo location using the -webclient option with the DVID servecommand.
  • Compile the entire repository into gzipped data that is included in dvid executable. This allows a single DVID executable to have an embedded console and is the default way that DVID is built.

Usage

Quick Install

When you want to use the latest release of the console without making any changes.

  • Make sure you have DVID installed and configured

  • Download the dvid-console-<version>.tar.gz file from the [latest release] (https://github.com/janelia-flyem/dvid-console/releases/latest)

  • Unpack it

      tar -zxvf dvid-console-<version>.tar.gz
  • Make sure to set the webClient in [server] section of the TOML file when starting the DVID server:

    dvid -verbose serve /path/to/config.toml

For Developers

When you want to use the bleeding edge or make your own modifications

  • Clone the repository

  • Make sure you have node and npm installed.

  • Install grunt-cli globally

  • Install all the dependencies with npm

    cd /into/the/repository/clone
    npm install
  • build the console with grunt

    grunt dist
  • Make sure to set the webClient in [server] section of the TOML file when starting the DVID server

dvid-console's People

Contributors

docsavage avatar dylex avatar jennyxing avatar neomorphic avatar robsv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.