Step 5: Rebuild the system

Learn how to rebuild the system.

To rebuild the system:

  1. Go to <HYBRIS_HOME>/bin/platform and rebuild the system using theant clean all

    command. Note: If you are using the OOB storefront, you must use the ant customize all command.

  2. Start the server with the following command:

    • Windows: hybrisserver.bat start

    • Unix: ./hybrisserver.sh start

Last updated