Prerequisites
Verify your server, operating system, network, and software requirements before deploying JetAdmin On-Premise.
Last updated
Was this helpful?
Was this helpful?
ssh username@your-server-ipsh <(curl -s https://get.docker.com)sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-Linux-x86_64 -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-composesudo apt install nginx -ysudo ufw allow 80/tcp
sudo ufw allow 443/tcpdocker --version
docker-compose --version
nginx -v