Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Proxmox
    5. Tasmocompiler unter Proxmox installieren

    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

    Tasmocompiler unter Proxmox installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • Wal
      Wal Developer last edited by Wal

      Neuen Debian 11 LXC erstellen und auf z.B. Deutsch einrichten.
      Screenshot 2023-02-12 101145.png

      als root:

      apt update
      apt full-upgrade
      apt install sudo git mc nodejs npm curl python3-venv
      curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
      python3 get-platformio.py
      mkdir -p /usr/local/bin
      ln -s ~/.platformio/penv/bin/platformio /usr/local/bin/platformio
      ln -s ~/.platformio/penv/bin/pio /usr/local/bin/pio
      ln -s ~/.platformio/penv/bin/piodebuggdb /usr/local/bin/piodebuggdb
      adduser tasmota
      adduser tasmota sudo
      exit
      

      als User tasmota:

      sudo npm install -g yarn
      exit
      

      wieder als User tasmota:

      git clone https://github.com/benzino77/tasmocompiler
      cd tas*
      yarn install
      yarn build
      

      zum Test:

      sudo node server/app.js
      

      Tasmocompiler Webadresse aufrufen-:

      http://ContainerIP:3000
      

      wenn der Test funktioniert gehts hier weiter ->
      Autostart:

      sudo nano /lib/systemd/system/tasmocompiler.service
      
      [Unit]
      Description=TasmoCompiler Service
      After=multi-user.target
      
      [Service]
      ExecStart=/usr/bin/node /home/tasmota/tasmocompiler/server/app.js &
      
      [Install]
      WantedBy=multi-user.target
      
      sudo chmod 644 /lib/systemd/system/tasmocompiler.service
      sudo systemctl enable tasmocompiler
      sudo reboot
      

      Screenshot 2023-02-12 101422.png

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

      Support us

      ioBroker
      Community Adapters
      Donate

      906
      Online

      31.8k
      Users

      80.0k
      Topics

      1.3m
      Posts

      1
      1
      472
      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