- CubieBoard & µ-SD of at least 4GB
- Internet access
- Access to server administration
With the "Disks" application in Debian and its derivatives, select the µ-SD and choose "Restore Disk Image".
Get the device name of the µ-SD (/dev/...) with :
df -h
Write the image to disk from the folder you downloaded it to:
(sudo) dd if=/image/debian/ of=/dev/<µ-SD> bs=1M && sync
Expand the Partition using GParted.
Put the µ-SD in the CubieBoard and start it up.
nmap 192.168.0.0/24 or nmap 192.168.1.0/24
Edit /etc/hosts on your local computer:
(sudo) nano /etc/hosts
Add a line in the following format:
ip_address_of_cubieboard your_domain.org
ssh root@votre_domaine.org
- Install git
apt-get install git
- Clone the installation script repository
git clone https://github.com/YunoHost/install_script /tmp/install_script
- Execute the script
cd /tmp/install_script && ./install_yunohostv2
Once the installation is complete, the script will ask you to proceed to the post-install configuration. This will ask you for a few options:
-
Domain name: You must choose a domain name that will point at the IP address of your YunoHost instance. If you choose a name that ends with .nohost.me or .noho.st, the DNS configuration stage will be completed automatically and you will only need to wait for about 3 minutes for the installation to complete. If you opt for another domain name, you will need to have one purchased and configured so it points at your IP address.
-
Administrator password: This is the password that you will need to administer your YunoHost instance, choose it carefully, it should not be given out or easily guessed, or else you might lose control of your system.
The post-install configuration will take place after this, and you will be able to access your administration interface with https://your-domain.org/ynhadmin
apt-get update && apt-get upgrade && apt-get dist-upgrade
uPnP doesn't work just yet, so you will need to manually open the ports on your firewall or router.
To see the ports that need to be opened:
yunohost firewall list