Versions Compared

Key

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

...

  1. Checkout and build ACE.
  2. Start the server with integrated Web UI. Go to core/deploy/target/dev-server-webui. Start it using the run.sh or run.bat file.
  3. Launch a browser, point it to http://localhost:8080/webui/
  4. Click on 'Retrieve' to get the initial version of the repository.
  5. Copy some sample bundles into the 'store' folder of the server.
  6. Click on the '+' in the Bundles column and select one or more bundles to import from the OBR (you have to select them one at a time for now) and hit 'Save'.
  7. Create a group by hitting the '+' in the groups column.
  8. Create a license by hitting the '+' in the licenses column.
  9. Select the bundle and group, hit the '<->' button between those columns to link them.
  10. Drag a bundle on a group to create an association.
  11. Drag a group to a license to create an associationSelect the group and license, hit the '<->' button between those columns to link them.
  12. Start a target. Go to core/deploy/target/dev-gateway. Start it using the run.sh or run.bat file.
  13. The target should show up in the Web UI. select it and the To associate it to a license, hit the '<->' button between those columns to link themdrag that license onto the target.
  14. Click on 'Store' to actually store changes on the server, which should trigger the actual deployment of the bundle to the target.

...