Config detail of Employee demo

  1. Install the Zero Core and Samples plugins.
  2. Create the database artifacts either from the command line or from Eclipse:
    1. To create using the command line you must has the Zero command line interface installed and execute the following from the project's root directory:

      zero runsql theDB setup_db.sql

    2. To create using Eclipse Right-click on the zero.assemble.flow.demo project and select Run As > Runtime Configurations. In the run dialog, select Project Zero Application and click the "New" button. Click on the Arguments tab and replace with the following in the Program Arguments field:

      runsql theDB setup_db.sql

      Click the Run button.

  3. Right-click on the zero.assemble.flow.demo project and select Run As, and then Project Zero Application.