TAK Server install (Docker)

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 29

  • @jeanburgos3416
    @jeanburgos3416 Год назад +1

    Brilliant! It worked on the first try, thank you! I did manage to break it, but it's back up working.

  • @warker_de
    @warker_de 5 месяцев назад

    you saved me soo much time! Thanks Mate / Team!

  • @Luke-iw6xe
    @Luke-iw6xe 8 месяцев назад +3

    How can we update the scripts to match current release files, e.g. "5.1-RELEASE-11"???

    • @cloudrfdotcom
      @cloudrfdotcom  8 месяцев назад +1

      Assuming Linux: Use the md5sum / sha1sum checksum utilities to create a checksum for the new releases then add the checksums to the file which is checked upon start.

  • @daumantasnavickas3495
    @daumantasnavickas3495 Год назад

    I am running this on wsl2. Stored everything in tmp folder as shown. After shutdown, nothing is found in tmp folder. How?

  • @bryanteger
    @bryanteger Год назад

    doesn't seem to work on bookworm. It checks ports and then immediately tells me i need to install net-tools, but net-tools is definately installed.

  • @ItsT1mm
    @ItsT1mm 3 месяца назад

    I cant get this to work on a PI...works flawlessly on AWS or an intel NUC running UBUNTU server but the PI just errors out. Anyone I could reach out to for help?

    • @cloudrfdotcom
      @cloudrfdotcom  3 месяца назад

      The place to report an issue is here: github.com/Cloud-RF/tak-server/issues
      We got it running on a 4GB Pi4 a while ago by reducing the postgres memory requirement.
      This appears to have been picked up by the upstream TPC repo so we use their changes now.

  • @tkwade79
    @tkwade79 2 года назад +2

    Install and certs worked great with 4.8. I'm having issues with WebTAK though. Socket Disconnected, not connected to TAK Server. Any suggestions are greatly appreciated.

    • @cloudrfdotcom
      @cloudrfdotcom  Год назад

      github.com/Cloud-RF/tak-server/issues/31

  • @b5nj1m9n
    @b5nj1m9n 2 года назад

    When I run this on my Synology NAS it gives me an error No container found for tak_1...

    • @cloudrfdotcom
      @cloudrfdotcom  2 года назад +1

      That NAS does not have the unzip utility. The latest release supports 7zip for a NAS: github.com/Cloud-RF/tak-server/releases/tag/4.7-r20-7zip

  • @Father_Blandingus
    @Father_Blandingus 2 года назад

    Hey, thanks for the tutorial. I'm having some issues with the cert gen.. It just keeps repeating and shows "ERROR: No container found for tak_1" on an Ubuntu 20.04 VM. I looked through the github page and checked everything. Any idea what I'm missing?

    • @cloudrfdotcom
      @cloudrfdotcom  2 года назад +1

      Try now with the latest release. Several bugs have been fixed. github.com/Cloud-RF/tak-server/releases

  • @WadeAbout
    @WadeAbout 2 года назад

    tried following tonight, with 4.8 release 31 - setup script keeps failing at line 279

    • @WadeAbout
      @WadeAbout 2 года назад

      tried using the same verson as you... 279 command not found

    • @cloudrfdotcom
      @cloudrfdotcom  2 года назад

      That's an old issue. If you run "git log -n 1 | grep commit" from the tak-server folder what does it give you?

    • @miguelreina4575
      @miguelreina4575 2 года назад

      Lo pudo hacer?

    • @Persianpower40
      @Persianpower40 2 года назад

      commit a0352491f98148b837cba48f0e49ed8b494e3eb0
      I’m having that same issue.

    • @chrisdreher9657
      @chrisdreher9657 Год назад +1

      same issue here with both 4.7/4.8 on CentOS and Ubuntu22
      line 283: docker: command not found

  • @theadolphs813
    @theadolphs813 11 месяцев назад

    This does no longer work for 5.0 will there be an update for it? I cant seem to get it working...

    • @cloudrfdotcom
      @cloudrfdotcom  11 месяцев назад

      It was built for v4.7. There's now a TPC setup script for this you might want to checkout at tak.gov

    • @herohagen3773
      @herohagen3773 10 месяцев назад

      @@cloudrfdotcomwhere is this script on the website?

  • @the.wizard
    @the.wizard 2 года назад

    Do you need docker and docker compose installed as prerequisite?

    • @cloudrfdotcom
      @cloudrfdotcom  2 года назад

      Answer is here: github.com/Cloud-RF/tak-server/blob/main/README.md

  • @AtaraxySup
    @AtaraxySup 11 месяцев назад

    does this work with 5.0?

    • @cloudrfdotcom
      @cloudrfdotcom  11 месяцев назад

      It was built for v4.7. There's now a TPC setup script for this you might want to checkout at tak.gov