Config detail of Employee demo
- Install the Zero Core and Samples plugins.
- Create the database artifacts either from the command line or from Eclipse:
- 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
- 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.
- Right-click on the zero.assemble.flow.demo project and select Run As, and then
Project Zero Application.