User Tools

Site Tools


en:cube:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:cube:install [2021/08/14 21:36] – [Issues with `/tmp` in RAM] hgoen:cube:install [2021/08/15 00:09] hgo
Line 35: Line 35:
 ./faire_un_point_cube.sh  ./faire_un_point_cube.sh 
 ``` ```
- 
- 
  
  
Line 63: Line 61:
 ### Download the Yunohost image ### Download the Yunohost image
  
-Download the latest version of Yunohost for internet cubes (Olimex Lime1 or Lime2) from https://yunohost.org/en/administrate/install/hardware:internetcube+Download the latest version of Yunohost for internet cubes (Olimex Lime1 or Lime2) from [[https://yunohost.org/en/administrate/install/hardware:internetcube]]
  
 For instance, for a Lime2 board: For instance, for a Lime2 board:
Line 70: Line 68:
 ``` ```
  
-Download the image's signature:+Import the Yunohost GPG key:
 ```bash ```bash
-wget https://build.yunohost.org/internetcube-buster-4.1.7.4_v2021.04.01-lime2-stable.img.gz.sig+gpg --keyserver keyserver.ubuntu.com --recv-keys 1904C5B42E4856DCD4E9CF96360AAF3259A3E6FF
 ``` ```
  
-Import the Yunohost GPG key:+Download the image's signature:
 ```bash ```bash
-gpg --keyserver keyserver.ubuntu.com --recv-keys 1904C5B42E4856DCD4E9CF96360AAF3259A3E6FF+wget https://build.yunohost.org/internetcube-buster-4.1.7.4_v2021.04.01-lime2-stable.img.gz.sig
 ``` ```
  
Line 92: Line 90:
 ### Flash the SD card ### Flash the SD card
  
-Read the Yunohost documentatioin for graphical methods: https://yunohost.org/en/administrate/install/hardware:internetcube#flash-the-image-type-image+Read the Yunohost documentation for graphical methods: [[https://yunohost.org/en/administrate/install/hardware:internetcube#flash-the-image-type-image]]
  
 First, find the device name of your SD card: First, find the device name of your SD card:
Line 103: Line 101:
 ```bash ```bash
 sudo dd if=internetcube-buster-4.1.7.4_v2021.04.01-lime2-stable.img of=/dev/mmcblk0 status=progress sudo dd if=internetcube-buster-4.1.7.4_v2021.04.01-lime2-stable.img of=/dev/mmcblk0 status=progress
-sync 
 ``` ```
 +FIXME Ensure that the SD card is *not* mounted during the copy process!
  
 Remove the SD card from your computer when it's done. Remove the SD card from your computer when it's done.
Line 143: Line 141:
 If you cannot find your cube, try again a couple of minutes later. If you cannot find your cube, try again a couple of minutes later.
  
-## Run the Yunohost postinstall+## Run the Internet Cube installer
  
 Connect to https://192.168.1.46 Connect to https://192.168.1.46
-(Please replace 192.168.1.46 with the IP address of your Cube found in the previous step)+(Please replace `192.168.1.46with the IP address of your Cube found in the previous step)
  
 Provide the following details: Provide the following details:
   * The main domain name   * The main domain name
   * First user name   * First user name
-  * First user password (this will be your admin password)+  * First user password (this will be your admin password as well)
   * Your cube file generated in a previous step   * Your cube file generated in a previous step
-  * Your Wifi hotspot credentials+  * Your Wifi hotspot credentials (optional)
  
 You will be able to change your passwords later on if you want. You will be able to change your passwords later on if you want.
Line 177: Line 175:
  
 See [this page](dns). See [this page](dns).
 +
 +## Configure IPv6 for the Hotspot Wifi
 +
 +If you installed the hotspot Wifi, you need an extra step to configure IPv6.
 +
 +Connect to https://user.neutrinet.be/ and enter your VPN credentials. You can find them in your cube file or in `/etc/openvpn/keys/credentials` on your internet cube.
 +
 +Go to your client details by clicking on the entry with mail address.
 +
 +You should see IPv6 subnet lease (the row with a `/64` IPv6). 
 +
 +In case you don't have a IPv6 subnet lease yet, click on `Modify IP lease assignment`.
 +
 +Then click on your mail address and click `Add IPv6 subnet lease`.
 +
 +Choose a range of 64, and click on the `Assign` button.
 +
 +You can then go back to the home page to see your new IPv6 subnet lease.
 +
 +Connect to Wifi Hotspot admin of your internet cube: https://192.168.1.46/wifiadmin/
 +
 +Then, under the tab `IPv6`, paste the IPv6 subnet lease to the delegated prefix field. 
 +
 +Click on the button `Save and reload` to apply your changes.
  
 ## Troubleshootings ## Troubleshootings
en/cube/install.txt · Last modified: 2022/09/16 13:07 by celo