> ## Documentation Index
> Fetch the complete documentation index at: https://docs.t3planet.de/en/latest/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the latest Slider Revolution extension for TYPO3.

## License Activation & Installation

To activate license and install this premium TYPO3 product, Please refer this documentation [https://docs.t3planet.de/en/latest/License/Index.html](/en/latest/en/latest/License/Index)

<Warning>
  For TYPO3 >= v11 composer-based TYPO3 instance, Please don’t forget to run below commands.
</Warning>

```python theme={"theme":{"light":"github-light","dark":"github-dark"}}
vendor/bin/typo3 extension:setup
vendor/bin/typo3 nsrevolution:setup
```

## Symlink Assets to TYPO3

For the composer based instance, it is very imporatnt to Symlink all the assets to TYPO3’s fileadmin.

**For TYPO3 v11 and below**

```python theme={"theme":{"light":"github-light","dark":"github-dark"}}
- mkdir fileadmin/revslider
- mv typo3conf/ext/ns_revolution_slider/vendor/wp/wp-content/uploads fileadmin/revslider/uploads
- chmod -R 755 fileadmin/revslider/uploads
- rm -rf typo3conf/ext/ns_revolution_slider/vendor/wp/wp-content/uploads
- ln -sf ../../../../../../../public/fileadmin/revslider/uploads/ typo3conf/ext/ns_revolution_slider/vendor/wp/wp-content/
```

**For TYPO3 v12 and above**

```python theme={"theme":{"light":"github-light","dark":"github-dark"}}
- mkdir fileadmin/revslider
- mv vendor/nitsan/ns-revolution-slider/Resources/Public/vendor/wp/wp-content/uploads public/fileadmin/revslider
- chmod -R 755 fileadmin/revslider/uploads
- rm -rf vendor/nitsan/ns-revolution-slider/Resources/Public/vendor/wp/wp-content/uploads
- ln -sf ../../../../../../../../public/fileadmin/revslider/uploads vendor/nitsan/ns-revolution-slider/Resources/Public/vendor/wp/wp-content/uploads
```

## Check System Requirements

> Switch to NITSAN > Slider Revolution
> Click on “Updates” and check system requirements. Please make sure to have all green-signals ;) If something is wrong then adjust your server according to needs.
>
> [<img src="https://mintcdn.com/t3planet/6kCE-jdWVC54r2pB/en/latest/ExtNsRevolutionSlider/RevolutionSliderLatest/Installation/images/TYPO3-Revolution-Slider-System-Check1.webp?fit=max&auto=format&n=6kCE-jdWVC54r2pB&q=85&s=ff208b0a3cf8d1a7039780670157157c" alt="TYPO3-Revolution-Slider-System-Check" width="1436" height="866" data-path="en/latest/ExtNsRevolutionSlider/RevolutionSliderLatest/Installation/images/TYPO3-Revolution-Slider-System-Check1.webp" />](../../../_images/TYPO3-Revolution-Slider-System-Check1.png)
