Skip to content

will-moore/omero-iviewer

 
 

Repository files navigation

OMERO.iviewer

Requirements

In order to build you need npm version equal or greater to 3.0!

Build

To build an uncompressed version, run:

$ npm run debug

To build an uglified version, run:

$ npm run prod

All builds will build into the build directory and deploy to the plugin directory which can then be used like any Django plugin. For further installation help have a look at the respective README.rst.

Note:

Should you like or need to rebuild OMERO.iviewer's internal ol3 viewer, please have a look at the section ol3-viewer below!

Development

Run:

$ npm run dev

To be able to run the webpack-dev server locally at: localhost:3000

Documentation

To build the html in build/docs, run:

$ npm run docs

ol3-viewer

The OMERO.iviewer's internal image viewer is based on OpenLayers 3,

The following software has to be installed in order to compile the java script code:

  1. npm (node package manager)
  2. apache ant (and therefore a java runtime)
  3. python (for closure's calcdeps.py)

To build the OpenLayers viewer for OMERO.iviewer (deploys into libs directory), run:

$ ant

For further options type `ant -p`.

More detailed resources on how to create a web app and development setup can be found at:

  1. CreateApp
  2. Deployment

About

An OMERO.web app allowing to view images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • Python 4.7%
  • HTML 4.3%
  • CSS 2.7%
  • Shell 0.1%