Enables buckets (or in fact any complex JSON object) to be built up by adding cards to a grid and using automatically-generated forms to configure them to build JSON based on a set of uploaded templates.
Live demos:
The wiki contains the user documentation for the builder.
- Clone/download this project
- Install the following:
- node.js
- sbt
- ant
- Run
sbt fullOptJSthenantfrom the project root - Copy the
dist/aleph2_bucket_builder.warfile onto the web server(s)
For development:
- Install an eclipse with Scala support, eg "Scala IDE"
- Install a static web server, eg (from the root of the project):
npm install node-static
static -p 8181
- Now set up the project by navigating to the project root, running
sbtand executing:
eclipse
fastOptJS
Now you can modify the code in eclipse, use fastOptJS in sbt to compile it, and to test browse to localhost:8181/assets/html/index-dev.html#/home
Note there is currently no test suite for the webapp, this is forthcoming
