Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

TODOs

  1.  Deploydb:
    - fix root/cloud permission issue
    - create cloud user is it does not exist
    - create schema/tables for cloud_usage and cloudbridge databases
    - see if we can use http://code.google.com/p/flyway/ etc. for database upgrading/migration during development (suggested by John Burwell <jburwell@basho.com>)
  2. Compile:
    - use jetty to run and debug webapp
    - fix tomcat webapp compilation issue - fix compilation of some projects still under WIP
  3. Unittests:
    - fix unittests so they are more useful during compilation
  4. Deploy and Debug:
    - deploy and debug with jetty
    - configure tomcat plugin to do tomcat:deploy and tomcat:run, debugArtifacts
    - Client-ui.war (done, requires testing)
    - awsapi.war (done, requires testing)
    - usage.jar (wip) - systemvm.iso (done, requires testing)
    - agent.zip (not started yet)
  5. External Packaging:
    - deb packaging (wip)
    - rpm packaging (almost done)
  6. Site/doc generation with maven

...

Code Block
mvn clean install -P developer,systemvm

To build nonoss code:

Code Block
$ mvn clean
$ mvn install -Dnonoss

...