Brique » Historique » Version 4
Florent Guillot, 19/03/2017 16:21
1 | 2 | Florent Guillot | h1. Installer une Brique Internet Illyse |
---|---|---|---|
2 | |||
3 | * Télécharger le fichier attachment:install.hypercube |
||
4 | * Se rendre sur https://install.labriqueinter.net/ et cliquer, en haut à gauche sur "Charger un fichier". Charger le fichier _install.hypercube_ téléchargé à l'étape précédente. |
||
5 | * Dans la section *VPN*, renseigner "Adresse IPv4 assignée" et "Préfixe IPv6 délégué" (info disponible dans COIN) |
||
6 | * Dans la section *YunoHost*, compléter le formulaire (Nom, mdp, domaine, etc) |
||
7 | * Sur la dernière étape, cliquer sur le lien *Télécharger votre fichier HyperCube* et suivre les indications (copier sur une clef USB, brancher la brique, attendre) |
||
8 | * Si possible, tout en bas de la dernière étape, cliquer sur *Télécharger le guide personnalisé (PDF)* et le fournir à l’adhérent. Attention il contient les mots de passe en clair ! |
||
9 | |||
10 | 4 | Florent Guillot | * Une fois l'install terminée, faire le tour de l'interface |
11 | * Dans domains/*/Certificate, intaller un certificat Let's Encrypt. |
||
12 | 2 | Florent Guillot | |
13 | h3. Astuces: |
||
14 | |||
15 | * Trouver les briques connectées sur le même réseau local que nous: |
||
16 | <pre>sudo arp-scan -l --interface="eth0" | grep -P '\t02' </pre> |
||
17 | 3 | Florent Guillot | * Pour suivre l'installation, se connecter sur: |
18 | <pre>http://<IP_de_la_brique>:2468/install.html</pre> |
||
19 | * Supprimer le cron dyndns (les IP fournies par le VPN sont fixes, donc inutile d'update) |
||
20 | <pre> rm /etc/cron.d/yunohost-dyndns </pre> |
||
21 | |||
22 | h3. Logs hypercube |
||
23 | |||
24 | Pour info, sur une install ok, fait derrière une connexion très haut débit: |
||
25 | |||
26 | <pre> |
||
27 | 1970-01-01 01:01: [INFO] ===== Start HyperCube Service ===== |
||
28 | 1970-01-01 01:01: [INFO] Detecting USB sticks... |
||
29 | 2017-03-19 14:05: [INFO] Looking for HyperCube file |
||
30 | 2017-03-19 14:05: [INFO] HyperCube file found |
||
31 | 2017-03-19 14:05: [INFO] Loading JSON |
||
32 | 2017-03-19 14:05: [INFO] Extracting settings for Unix |
||
33 | 2017-03-19 14:05: [INFO] Extracting settings for YunoHost |
||
34 | 2017-03-19 14:05: [INFO] Extracting settings for Wifi Hotspot |
||
35 | 2017-03-19 14:05: [INFO] Extracting settings for VPN Client (logging) |
||
36 | 2017-03-19 14:05: [INFO] Extracting .cube file for VPN Client |
||
37 | 2017-03-19 14:05: [INFO] Updating Debian root password |
||
38 | 2017-03-19 14:05: [INFO] Changing hostname |
||
39 | 2017-03-19 14:05: [INFO] Updating hosts file |
||
40 | 2017-03-19 14:05: [INFO] Setting locales |
||
41 | 2017-03-19 14:05: [INFO] Upgrading Debian/YunoHost... |
||
42 | 2017-03-19 14:15: [INFO] Check online DynDNS domains list |
||
43 | 2017-03-19 14:15: [INFO] Checking DynDNS domain availability |
||
44 | 2017-03-19 14:15: [INFO] Doing YunoHost post-installation... |
||
45 | 2017-03-19 14:22: [INFO] Fetching YunoHost apps list for labriqueinternet |
||
46 | 2017-03-19 14:22: [INFO] Creating first user |
||
47 | 2017-03-19 14:22: [INFO] Installing VPN Client... |
||
48 | 2017-03-19 14:24: [INFO] Installing Wifi Hotspot... |
||
49 | 2017-03-19 14:29: [INFO] Installing DoctorCube... |
||
50 | 2017-03-19 14:29: [INFO] Installing Roundcube Webmail... |
||
51 | 2017-03-19 14:34: [INFO] Configuring VPN Client... |
||
52 | 2017-03-19 14:35: [INFO] Configuring Wifi Hotspot... |
||
53 | 2017-03-19 14:36: [INFO] Rebooting... |
||
54 | 2017-03-19 14:41: [INFO] ===== Start HyperCube Service ===== |
||
55 | 2017-03-19 14:41: [INFO] Detecting USB sticks... |
||
56 | 2017-03-19 14:41: [INFO] Starting second step |
||
57 | 2017-03-19 14:41: [INFO] Wifi device already detected, nothing to do |
||
58 | 2017-03-19 14:41: [INFO] Finished! |
||
59 | 2017-03-19 14:41: [INFO] No USB stick detected for log copying |
||
60 | 2017-03-19 14:41: [INFO] 4 hours (without reboot) before disabling this interface |
||
61 | 2017-03-19 14:41: [INFO] Please, save this page with Ctrl+S |
||
62 | </pre> |