* Put the SD card in the Raspberry Pi and **plug the Ethernet cable** in
* Do not forget to **plug a screen** if you want to see how boot is going, and a keyboard if you want to have a **command-line access** to your Raspberry Pi
* Plug the USB power and wait until you see a big squared `Y`
You should be able to see an `IP address` field on the screen, write it down: It is your Raspberry Pi **local IP address**.
## <small>3.</small> Post-Installation
You have two different ways to configure YunoHost, it just has to be done once:
### Web
On your other computer, open a web browser and type down your **local IP address** in the address bar. It should looks like `https://192.168.1.3`.
A warning message appears, just ignore it by clicking the "**Proceed Anyway**" or "**Add an exception**" button.
You are now on the post-installation screen, follow the instructions and proceed. Remember that your Raspberry Pi is not really powerful, this process may thus take several minutes.
### Command-line
If you choose to do the post-installation process directly from your Raspberry Pi, log in at boot screen with the credentials **root** / **yunohost**, and execute:
```bash
yunohost tools postinstall
```
The administration password and a domain will be asked.
---
You can get more information on the post-installation process here: