ogTAK-Server-Setup-Guides
Setup guides and things to watch for when setting up local tak.gov server
File Explorer
- FUNDING.yml
- .gitignore
- FEDERATION_SETUP.md
- LDAP_SETUP_GUIDE.md
- OMNITAK_TEST_GUIDE.md
- README.md
- TAK_5.7_DATA_PACKAGE_GUIDE.md
- TAK_5.7_DOCKER_DELTAS.md
- TAK_SERVER_5.5_COMPLETE_TUTORIAL.md
- TAK_SERVER_5.5_INSTALLATION_GUIDE.md
- TAK_SERVER_5.6_COMPLETE_TUTORIAL.md
- TAK_SERVER_5.7_COMPLETE_TUTORIAL.md
- TAK_SERVER_DOCKER_GUIDE.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
dpkg
View Details ▼
dpkg
Debian package manager.
Some subcommands such as `deb` have their own usage documentation.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
sudo dpkg {{[-i|--install]}} {{path/to/file.deb}}
Install a package:
sudo dpkg {{[-r|--remove]}} {{package}}
Remove a package:
dpkg {{[-l|--list]}} {{pattern}}
List installed packages:
