deploymate / app /templates /tomcat_setup.j2
shakauthossain's picture
Version 1.0.0
4e9eb6a
raw
history blame contribute delete
146 Bytes
#!/bin/bash
# Tomcat setup script
sudo apt-get update
sudo apt-get install -y tomcat9
sudo systemctl enable tomcat9
sudo systemctl start tomcat9