Brique » Historique » Révision 3
Révision 2 (Florent Guillot, 19/03/2017 14:59) → Révision 3/4 (Florent Guillot, 19/03/2017 15:33)
h1. Installer une Brique Internet Illyse * Télécharger le fichier attachment:install.hypercube * 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. * Dans la section *VPN*, renseigner "Adresse IPv4 assignée" et "Préfixe IPv6 délégué" (info disponible dans COIN) * Dans la section *YunoHost*, compléter le formulaire (Nom, mdp, domaine, etc) * 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) * 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 ! h3. Astuces: * Trouver les briques connectées sur le même réseau local que nous: <pre>sudo arp-scan -l --interface="eth0" | grep -P '\t02' </pre> * Pour suivre l'installation, Suivre l'installation: se connecter sur: <pre>http://<IP_de_la_brique>:2468/install.html</pre> * Supprimer le cron dyndns (les IP fournies par le VPN sont fixes, donc inutile d'update) <pre> rm /etc/cron.d/yunohost-dyndns </pre> h3. Logs hypercube Pour info, sur une install ok, fait derrière une connexion très haut débit: <pre> 1970-01-01 01:01: [INFO] ===== Start HyperCube Service ===== 1970-01-01 01:01: [INFO] Detecting USB sticks... 2017-03-19 14:05: [INFO] Looking for HyperCube file 2017-03-19 14:05: [INFO] HyperCube file found 2017-03-19 14:05: [INFO] Loading JSON 2017-03-19 14:05: [INFO] Extracting settings for Unix 2017-03-19 14:05: [INFO] Extracting settings for YunoHost 2017-03-19 14:05: [INFO] Extracting settings for Wifi Hotspot 2017-03-19 14:05: [INFO] Extracting settings for VPN Client (logging) 2017-03-19 14:05: [INFO] Extracting .cube file for VPN Client 2017-03-19 14:05: [INFO] Updating Debian root password 2017-03-19 14:05: [INFO] Changing hostname 2017-03-19 14:05: [INFO] Updating hosts file 2017-03-19 14:05: [INFO] Setting locales 2017-03-19 14:05: [INFO] Upgrading Debian/YunoHost... 2017-03-19 14:15: [INFO] Check online DynDNS domains list 2017-03-19 14:15: [INFO] Checking DynDNS domain availability 2017-03-19 14:15: [INFO] Doing YunoHost post-installation... 2017-03-19 14:22: [INFO] Fetching YunoHost apps list for labriqueinternet 2017-03-19 14:22: [INFO] Creating first user 2017-03-19 14:22: [INFO] Installing VPN Client... 2017-03-19 14:24: [INFO] Installing Wifi Hotspot... 2017-03-19 14:29: [INFO] Installing DoctorCube... 2017-03-19 14:29: [INFO] Installing Roundcube Webmail... 2017-03-19 14:34: [INFO] Configuring VPN Client... 2017-03-19 14:35: [INFO] Configuring Wifi Hotspot... 2017-03-19 14:36: [INFO] Rebooting... 2017-03-19 14:41: [INFO] ===== Start HyperCube Service ===== 2017-03-19 14:41: [INFO] Detecting USB sticks... 2017-03-19 14:41: [INFO] Starting second step 2017-03-19 14:41: [INFO] Wifi device already detected, nothing to do 2017-03-19 14:41: [INFO] Finished! 2017-03-19 14:41: [INFO] No USB stick detected for log copying 2017-03-19 14:41: [INFO] 4 hours (without reboot) before disabling this interface 2017-03-19 14:41: [INFO] Please, save this page with Ctrl+S </pre> http://<IP_de_la_brique>:2468/install.html