> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/sap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/sap/1.1/install-a-new-instance-of-the-1.0-app/step-3-run-the-installation-command.md).

# Step 3: Run the installation command

Learn how to run the installation command.

To run the installation command:

1. Stop the Hybris server if it is already running. Depending on the server's `start` mode, use one of the following methods to stop the Hybris server:
   * If you started the Hybris server using `embedded` mode, press `Ctrl+C` to stop the Hybris server.
   * If you started the Hybris server with `service` mode, use the command appropriate for your system to stop it:\
     **Windows**: `hybrisserver.bat stop`\
     **Unix**: `./hybrisserver.sh stop`
2. Go to `<HYBRIS_HOME>/bin/platform` and run the following command if was not applied in this terminal:
   * **Windows**: `setantenv.bat`
   * **Unix**: `./setantenv.sh`
3. Go to `<HYBRIS_HOME>/bin/platform` and run the installation add-on with the following command:

```
ant addoninstall -Daddonnames="digitalriveraddon" - 
DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
```

{% hint style="info" %}
The storefront name may differ from the Hybris' default storefront name based on the project.
{% endhint %}
