Skip to content

biocodellc/arctos_interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Netlify Status

A lightweight interface for visualizing arctos. This interface is written in angularJS v1.7 and bootstrap v3.x and calls ElasticSearch via biscicol-server

The master branch of this repository is hosted on netlify and currently running at: https://arctos_interface.netlify.app/

first time installation steps


// first ensure you have the correct versions
$ node -v
v18.2.0
$ npm -v
8.9.0

# git checkout main codebase
# git checkout trait-viz submodule
$ cd app
$ git submodule add https://github.com/biocodellc/trait-viz.git
$ git commit -am "add trait-viz submodule"

npm install 

to run on a local server

npm start 

deployment

The following uses public/ as the output directory:

gulp clean
gulp   

Serving on the Web

  1. Just point Apache or Nginx to the public/ directory after running gulp
  2. Netlify: deploy build command, use gulp and point to directory public

About

Interface for arctos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 19.2%
  • CSS 16.7%