mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
added extra information for installation and GUI
This commit is contained in:
@@ -92,6 +92,18 @@ In Terminal, enter the following command ensuring that you identify the correct
|
||||
|
||||
If you will be using Kerberos.io with a WIFI dongle, then check out the [F.A.Q. page](/1.0.0/FAQ#setup-wifi).
|
||||
|
||||
<a name="power-on-raspberry-pi"></a>
|
||||
### 5. Power on the Raspberry Pi
|
||||
|
||||
When the installation is completed, you can plugin the SD card in your Raspberry Pi, and that's all what you need to do. From this point all you need is to figure out the IP address of your Raspberry Pi. If you found your IP address (dynamic or static), you can open your favorite browser and type in the IP address. This will open the kerberos login page, which you can access with the username: **root** and password: **root**.
|
||||
|
||||

|
||||
|
||||
<a name="access-raspberry-pi"></a>
|
||||
### 6. (Optional) Access the Raspberry Pi with SSH
|
||||
|
||||
To use Kerberos you only need access to the webinterface, however you can also [access the system with SSH](/1.0.0/FAQ#how-to-access-the-pi).
|
||||
|
||||
<a name="install-from-source"></a>
|
||||
## Install from source
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
The FAQ, Frequently Asked Questions, page contains **technical solutions** for common problems concerning the installation of Kerberos. This page does **NOT** contain non-technical questions and answers; The Raspberry Pi doesn't turn on, I don't have WIFI access, etc. Therefore you can access our [**knowledge base**](https://kerberosio.zendesk.com).
|
||||
|
||||
* [How to access the Raspberry Pi](#how-to-access-the-pi)
|
||||
* [How to expand SD card root partition](#expand-sd-card)
|
||||
* [Arch Linux](#expand-sd-card-archlinux)
|
||||
* [How to backup SD card](#backup-sd-card)
|
||||
@@ -10,6 +11,16 @@ The FAQ, Frequently Asked Questions, page contains **technical solutions** for c
|
||||
* [Arch Linux](#how-to-enable-camera-module-archlinux)
|
||||
* [Clean up disk and memory space](#clean-up-disk)
|
||||
|
||||
<a name="how-to-access-the-pi"></a>
|
||||
## How to access the Raspberry Pi
|
||||
|
||||
Kerberos is built on Arch Linux, which by default is installad **without** a **Graphical User Interface**. This means that when attaching the Raspberry Pi to a monitor or connecting with SSH, will **only show you a command prompt**.
|
||||
|
||||
macbook:~ cedricverstraeten$ ssh root@192.168.0.10
|
||||
root@192.168.0.10's password:
|
||||
|
||||
You can sign in with the default Arch Linux credentials: username "root" and password "root".
|
||||
|
||||
<a name="expand-sd-card"></a>
|
||||
## How to expand SD card root partition
|
||||
|
||||
|
||||
@@ -90,9 +90,21 @@ In Terminal, enter the following command ensuring that you identify the correct
|
||||
<a name="setup-wifi-connection"></a>
|
||||
### 4. (Optional) Setup WIFI connection
|
||||
|
||||
If you will be using Kerberos.io with a WIFI dongle, then check out the [F.A.Q. page](/1.0.0/FAQ#setup-wifi).
|
||||
If you will be using Kerberos.io with a WIFI dongle, then check out the [F.A.Q. page](/dev/FAQ#setup-wifi).
|
||||
|
||||
<a name="power-on-raspberry-pi"></a>
|
||||
### 5. Power on the Raspberry Pi
|
||||
|
||||
When the installation is completed, you can plugin the SD card in your Raspberry Pi, and that's all what you need to do. From this point all you need is to figure out the IP address of your Raspberry Pi. If you found your IP address (dynamic or static), you can open your favorite browser and type in the IP address. This will open the kerberos login page, which you can access with the username: **root** and password: **root**.
|
||||
|
||||

|
||||
|
||||
<a name="access-raspberry-pi"></a>
|
||||
### 6. (Optional) Access the Raspberry Pi with SSH
|
||||
|
||||
To use Kerberos you only need access to the webinterface, however you can also [access the system with SSH](/dev/FAQ#how-to-access-the-pi).
|
||||
|
||||
<a name="install-from-source"></a>
|
||||
## Install from source
|
||||
|
||||
This will be the procedure if you want to contribute to Kerberos or if you want to use Kerberos on your local machine. To install Kerberos from source; you will need to [compile the machinery](/1.0.0/machinery/installation) from source and [import the webinterface](/1.0.0/web/installation) into your favorite webserver.
|
||||
This will be the procedure if you want to contribute to Kerberos or if you want to use Kerberos on your local machine. To install Kerberos from source; you will need to [compile the machinery](/dev/machinery/installation) from source and [import the webinterface](/dev/web/installation) into your favorite webserver1.
|
||||
11
dev/5_FAQ.md
11
dev/5_FAQ.md
@@ -2,6 +2,7 @@
|
||||
|
||||
The FAQ, Frequently Asked Questions, page contains **technical solutions** for common problems concerning the installation of Kerberos. This page does **NOT** contain non-technical questions and answers; The Raspberry Pi doesn't turn on, I don't have WIFI access, etc. Therefore you can access our [**knowledge base**](https://kerberosio.zendesk.com).
|
||||
|
||||
* [How to access the Raspberry Pi](#how-to-access-the-pi)
|
||||
* [How to expand SD card root partition](#expand-sd-card)
|
||||
* [Arch Linux](#expand-sd-card-archlinux)
|
||||
* [How to backup SD card](#backup-sd-card)
|
||||
@@ -10,6 +11,16 @@ The FAQ, Frequently Asked Questions, page contains **technical solutions** for c
|
||||
* [Arch Linux](#how-to-enable-camera-module-archlinux)
|
||||
* [Clean up disk and memory space](#clean-up-disk)
|
||||
|
||||
<a name="how-to-access-the-pi"></a>
|
||||
## How to access the Raspberry Pi
|
||||
|
||||
Kerberos is built on Arch Linux, which by default is installad **without** a **Graphical User Interface**. This means that when attaching the Raspberry Pi to a monitor or connecting with SSH, will **only show you a command prompt**.
|
||||
|
||||
macbook:~ cedricverstraeten$ ssh root@192.168.0.10
|
||||
root@192.168.0.10's password:
|
||||
|
||||
You can sign in with the default Arch Linux credentials: username "root" and password "root".
|
||||
|
||||
<a name="expand-sd-card"></a>
|
||||
## How to expand SD card root partition
|
||||
|
||||
|
||||
Reference in New Issue
Block a user