Git Product home page Git Product logo

tak-server-install-scripts's Introduction

TAK Server 15min Install Script Packages

10min Video Walkthru: https://youtu.be/6r0QeBpZpjY

You should be able to get a TAK server up and running within 15mins of starting these scripts (assuming you already have the TAK Server ZIP downloaded and stored on google drive or your local machine)

LOCALLY HOSTED INSTALL (Ubuntu 20.04 & ARM Builds like RPI/BPI)

  1. Clone this repo

git clone https://github.com/atakhq/tak-server-install-scripts.git

  1. Move into the scripts folder that was just cloned from github, make the script files executable, and run the local install script. (linux prevents files from being executable by default for security)

cd tak-server-install-scripts/ && sudo chmod +x * && sudo ./localInstallScript.sh

SERVER INSTALL (CLOUD) (Ubuntu 20.04)

  1. Buy a VPS from somewhere online - UBUNTU 20.04LTS

  2. SSH into the VPS as root (replace 192.168.1.1 with your VPS Server IP)

ssh [email protected]

When prompted, type 'yes' and hit enter to accept your servers ECDSA key fingerprint:

The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established. ECDSA key fingerprint is SHA256:hjgYgfUYTrfdTglkjhHNjlkhIUGYtyfrftyuGUIil. Are you sure you want to continue connecting (yes/no/[fingerprint])?

  1. Clone this repo

git clone https://github.com/atakhq/tak-server-install-scripts.git

  1. Move into the scripts folder that was just cloned from github, make the script files executable, and run the first script. (linux prevents files from being executable by default for security)

cd tak-server-install-scripts/ && sudo chmod +x * && ./installScript1.sh

  1. The first install script will now prompt you to Login as tak superuser and run the final script.

su - tak

. installScript2.sh

Enable Auto-Start on Server Reboots (existing installations)

Download and run auto-start-tak.sh

New Installations will prompt you if you want this enabled and do it for you under a new service called "tak-server-docker"

tak-server-install-scripts's People

Contributors

atakhq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.