Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Installation image vom 27.11.2019

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Installation image vom 27.11.2019

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @SMS last edited by

      @SMS sagte in Installation image vom 27.11.2019:

      Ich habe aber ein Pi 1 oder 2, eher 1.

      Und? Da musst du eigentlich nur die aktuelle nodeJS noch von Hand vorab installieren:

      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian/4

      Szenario 2 / eine aktuelle Version wird nicht zur Installation angeboten

      1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @SMS last edited by

        @SMS sagte in Installation image vom 27.11.2019:

        Ich habe aber ein Pi 1

        Dafür gibt es keine Images

        SMS 1 Reply Last reply Reply Quote 0
        • SMS
          SMS @Homoran last edited by

          OK, installiert habe ich das hier: Raspberry Pi OS Lite, Release date: December 2nd 2020
          Wo oder wie finde ich die aktuelle Versionsnummer raus? Ist damit iobroker gemeint? Müsste ja 12 sein, aber denke das wird nicht funktionieren?

          Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @SMS last edited by Homoran

            @SMS sagte in Installation image vom 27.11.2019:

            installiert habe ich das hier: Raspberry Pi OS Lite, Release date: December 2nd 2020

            das ist ok!

            @SMS sagte in Installation image vom 27.11.2019:

            Wo oder wie finde ich die aktuelle Versionsnummer raus?

            Version wovon?

            @SMS sagte in Installation image vom 27.11.2019:

            Müsste ja 12 sein

            das klingt nach node.js

            @SMS sagte in Installation image vom 27.11.2019:

            aber denke das wird nicht funktionieren?

            weil es kein fertiges node.js v12 für ARMv6 (RPi1) gibt

            Der RPi1 hat sowieso höchstens 500MB RAM.
            Das reicht für einen reibungslosen ioBroker Betrieb sowieso nicht

            SMS 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @SMS last edited by Thomas Braun

              @SMS

              v12.20.1 vom 04.01.21

              Aber ich bezweifle das ein aktueller ioBroker auf dem kleinen Pi noch brauchbar läuft.

              @Homoran

              weil es kein fertiges node.js v12 für ARMv6 (RPi1) gibt

              Jein. Kein fertiges über apt, aber händisch kann man das schon noch installieren. Siehe mein HowTo für solche Fälle.

              Homoran 1 Reply Last reply Reply Quote 0
              • SMS
                SMS @Homoran last edited by

                @Homoran hier steht: Aktuelle node-Version in das System setzen (aktuellste Versionsnummer bitte selber herausfinden...):

                Lief bis gestern, da ich mich aber nicht mehr per ssh verbinden konnte, musste ich den Netzstecker ziehen und habe dabei wohl was verschossen und der Pi lief nicht mehr.

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Thomas Braun last edited by

                  @Thomas-Braun sagte in Installation image vom 27.11.2019:

                  Kein fertiges über apt

                  so ist es korrekt formuliert

                  1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @SMS last edited by

                    @SMS sagte in Installation image vom 27.11.2019:

                    hier steht:

                    Wo ist "hier"?

                    Aktuelle node-Version in das System setzen

                    So eine Formulierung kenne ich nicht

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Homoran last edited by

                      @Homoran sagte in Installation image vom 27.11.2019:

                      So eine Formulierung kenne ich nicht

                      Die stammt ja auch von mir. Steht so im HowTo drin.
                      @SMS
                      Hab die Pfade jetzt aber auch auf node 12.20.1 angepasst. Kannste per copy&paste verwenden.

                      SMS 1 Reply Last reply Reply Quote 0
                      • SMS
                        SMS @Thomas Braun last edited by

                        @Thomas-Braun wie geht's denn danach weiter?

                        wget https://unofficial-builds.nodejs.org/download/release/v12.20.1/node-v12.20.1-linux-armv6l.tar.xz 
                        tar -xvf node-v12.20.1-linux-armv6l.tar.xz
                        cd node-v12.20.1-linux-armv6l/
                        sudo cp -R * /usr/local/
                        sudo ln -s /usr/local/bin/node /usr/local/bin/nodejs
                        sudo reboot
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @SMS last edited by

                          @SMS
                          Stimmt die Installation dann jetzt?

                          which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                          

                          Dann sollte ioBroker sich eigentlich per 'Einzeiler' installieren lassen.

                          curl -sL https://iobroker.net/install.sh | bash -
                          
                          SMS 1 Reply Last reply Reply Quote 0
                          • SMS
                            SMS @Thomas Braun last edited by

                            @Thomas-Braun

                            pi@wohnzimmerpi1:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                            /usr/local/bin/nodejs
                            v12.20.1
                            /usr/local/bin/node
                            v12.20.1
                            /usr/local/bin/npm
                            
                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @SMS last edited by

                              @SMS da fehlt noch eine Zeile

                              SMS 1 Reply Last reply Reply Quote 0
                              • SMS
                                SMS @Homoran last edited by

                                @Homoran
                                jetzt 🙂

                                pi@wohnzimmerpi1:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v
                                /usr/local/bin/nodejs
                                v12.20.1
                                /usr/local/bin/node
                                v12.20.1
                                /usr/local/bin/npm
                                6.14.10
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @SMS last edited by

                                  @SMS Ja, das schaut gut aus.
                                  Läuft das Installer-Skript dann jetzt durch?

                                  SMS 1 Reply Last reply Reply Quote 0
                                  • SMS
                                    SMS @Thomas Braun last edited by

                                    @Thomas-Braun scheint zu funktionieren. Dankeschön!

                                    1 Reply Last reply Reply Quote 1
                                    • First post
                                      Last post

                                    Support us

                                    ioBroker
                                    Community Adapters
                                    Donate
                                    FAQ Cloud / IOT
                                    HowTo: Node.js-Update
                                    HowTo: Backup/Restore
                                    Downloads
                                    BLOG

                                    954
                                    Online

                                    31.9k
                                    Users

                                    80.2k
                                    Topics

                                    1.3m
                                    Posts

                                    image
                                    4
                                    19
                                    806
                                    Loading More Posts
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    Community
                                    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                    The ioBroker Community 2014-2023
                                    logo