Skip to content

dgutierr/dashbuilder-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard Builder Demo

The following directories contain the needed files to run the Dashbuilder application in demo mode.

Feel free to run and modify this installation as much as you wish, but remember that's NOT RECOMMENDED to use this demo in production environments.

Prerequisites

The only prerequisite to run the demo application is to have the JDK 1.6 installed in your system.

If you don't have the JDK 1.6 installed in your system please use the following [link] (http://www.oracle.com/technetwork/java/javase/downloads/index.html) to download the JDK and get the installation instructions. (go the "Java SE 6 Update XX" section to select the last available update)

Installation steps

  • 1 Check your JDK installation:

    Open a command window a type the following command:

    $ java -version

  • If you have the JDK installed in your system you will see a command output like this:

      "java version "1.6.0_35"
      Java(TM) SE Runtime Environment (build 1.6.0_35-b10)
      Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01, mixed mode)"
    
  • Execute the start-demo.sh script for linux environments

      $ ./start-demo.sh
    

    NOTE: The application uses an auto-deployable embedded H2 database which it's automatically created when you start the app for the very first time. The database initialization procedure it takes a few minutes. Furthermore, you should take into account that the H2 database downgrades the application performance compared with other databases like PostgreSQL, MySQL, normally used in production environments.

  • Once the application is started, open a browser and type the URL: http://localhost:8080/dashbuilder. The following user/password are available by default:

    • root/root: to sign-in as the superuser
    • demo/demo: to sign-in as an end user.

    On start-up, the application installs automatically some ready-to-use sample dashboards, for demo and learning purposes.

  • To stop the application close the terminal window or type the "Ctrl + C" command.

Application database

The demo application database will be generated automatically when you start the application for the first time. If you want to restore the application to its initial state you can:

  1. Stop the application (if running).
  2. Delete the database files in the /db directory.
  3. Start the application.

About

Dashbuilder demo runnable app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages