# Dymension Documentation:
Roller is the cli that is used to deploy the rollapp.
## Recommended hardware
Dual Core
At least 100GB of SSD disk storage
At least 16GB of memory (RAM)
At least 100mbps network bandwidth
### Install Roller
```curl -L https://dymensionxyz.github.io/roller/install.sh | bash```
### Initialiaze the rollapp
roller config init <rollapp-id> <denom>
### Request for faucet in the froopyland channel(previous incentivised testnet)
```$request <dym-address> ```
You can request funding for Avail or celestia addresses as well
```
$request <celestia-address>
/deposit <avail-address>
```
### Register your rollapp
```
roller tx register
It should return the following:
💈 Rollapp '<rollapp-id>' has been successfully registered on the hub.
```
### Run the rollapp
``` roller run```
* It can be run in the production mode as well.Check the following link
https://docs.dymension.xyz/build/production/run .