Step 5: Rebuild the system
Learn how to rebuild the system.
To rebuild the system:
Go to
<HYBRIS_HOME>/bin/platform
and rebuild the system using theant clean all
command. The
ant customize all
command is required if you are using the OOB storefront.Start the server with the following command:
Windows:
hybrisserver.bat start
Unix:
./hybrisserver.sh start
Last updated