Skip to content

h4ck3rm1k3/calipso-hub

 
 

Repository files navigation

Modules

Howto Build

To build Calipso you need a Java Development Kit and Apache Maven installed.

  1. To start, checkout the project:

    $ git clone git://github.com/abissgr/calipso-hub.git

  2. Change to the project base directory:

    $ cd calipso-hub

  3. Rename HOWTO.txt to dev.properties and (optionally) edit it:

    $ mv HOWTO.txt dev.properties

  4. Build the project

    $ mvn clean install

  5. Change to webapp module directory

    $ cd calipso-hub-webapp

  6. Start the Jetty server

    $ mvn clean install jetty:run

Browse Calipso

After you complete the steps above, you can access Calipso using your web browser:

http://localhost:8080/

Browse the Database Console

By default, Calipso uses H2, an in-memory database that works great for development. A fresh copy is created with test data each time you start Jetty using mvn:run. The database console is available at:

http://localhost:8080/console/database/

Use a custom database

You can use a database like MySQL by commenting out the H2 database section in your dev.properties, then uncommenting the MySQL section. Other databases can be also be used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published