-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,10 +170,23 @@ INFO: | |
INFO: ssh [email protected] 'tail -f /opt/dotpi/var/log/dotpi_prepare_system_*.log' | ||
``` | ||
Once the network is ready and the ssh able to establish a connection, your system (as it's never seen this host key before) might prompt: | ||
```sh | ||
The authenticity of host dotpi-getting-started-001.local can not be established. | ||
Are you sure you want to continue connecting (yes/no/[fingerprint])? | ||
``` | ||
Type "yes" and enter. | ||
After a few minutes, you should see a log saying `INFO: System prepared`: | ||
![dotpi-install-log](../assets/introduction/getting-started/dotpi-install-log.png) | ||
::: info | ||
The installation process requires an internet connection to the oustide world in order to install dependencies. Make sure you have an internet connection and note that installation time depends on your bandwidth. | ||
::: | ||
Your RPi is ready! Let's now install and launch the _dotpi-manager_ | ||
## Using the `dotpi-manager` | ||
|
@@ -205,6 +218,8 @@ Once the server is up and running, go to <a href="http://127.0.0.1:9000" target= | |
![dotpi-manager](../assets/introduction/getting-started/dotpi-manager.png) | ||
Now if you click the check-sound bang (on the right-hand side of the RPI status in your manager), you should hear a full volume short white noise coming out of the mini jack output of your RPI. | ||
## Conclusion | ||
In this tutorial, you have learned how to simply prepare a Raspberry Pi using the _dotpi-install_ tool and how this tool relates to the _dotpi-manager_ application. | ||
|