doc/install_on_cubieboard.md
2014-05-18 10:33:55 +02:00

2.6 KiB

Install YunoHost on CubieBoard

Find other ways to install YunoHost here.

Requirements

  • CubieBoard & µ-SD of at least 4GB
  • Internet access
  • Access to server administration
  • A Cubieboard Debian 7 image compatible with YunoHost:

Copy the image to your µ-SD card

On Windows

  • Download and install Win32 Disk Imager
  • Plug your µ-SD card in
  • Copy the CubieBoard_image.img file to your µ-SD card using Win32 Disk Imager.

On GNU/Linux, BSD or Mac OS X

  • Open a terminal
  • Plug your µ-SD card in
  • Identify the device name by typing:
sudo fdisk -l

It should be /dev/diskN, where N is a number, or /dev/sdX, where X is a letter.

  • Copy the image by typing:
sudo dd bs=1M if=/path/to/your/CubieBoard_image.img of=/your/device/name

Do not forget to change /path/to/your/CubieBoard_image.img and /your/device/name with the appropriate values.

The command may take a few minutes.

You can also expand the partition using GParted.


Start

Put the µ-SD in the CubieBoard and start it up.

Get the local IP address of your CubieBoard

nmap 192.168.0.0/24 or nmap 192.168.1.0/24

Redirect your domain name to the local IP address of the CubieBoard

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 connection

ssh root@votre_domaine.org

Install YunoHost

  1. Install git
apt-get install git
  1. Clone the installation script repository
git clone https://github.com/YunoHost/install_script /tmp/install_script
  1. Execute the script
cd /tmp/install_script && ./install_yunohostv2

Post-installation

Once the installation is complete, the script will ask you to proceed to the post-install configuration. You will have to enter a domain name and the administration password.

More information here: yunohost.org/postinstall

System upgrade

It is wisely recommended to execute a full system upgrade as soon as possible. To do so, you have to go to the administration interface by entering its URL in a web browser: https://<your_domain.org>/yunohost/admin, then click on "Tools" and "System upgrade".

The operation may take a few minutes, then confirm the package upgrade and wait a few more minutes.


If you need help during one of these steps, do not hesitate to use our support tools.