jmarin / geogit-demo

A demo of the GeoGit ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geogit-demo

A distributed versioning demo

Requirements

  • npm must be installed.

Running

  • Start the play console (with 'play' or 'sbt')

  • To install all JavaScript dependencies:

npm install
  • Run the application
run

Grunt runs automatically one time.
Then Grunt is watching for modifications and compiles again when necessary.

Later

  • To update all JavaScript dependencies:
npm update
  • To prepare the application for production:
stage

Grunt runs automatically before the application is staged.

About

A demo of the GeoGit ecosystem

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scala 81.6%Language:JavaScript 18.4%