https://github.com/victorkp/tomcat-tools
Some scripts to setup and deploy to a Tomcat / MySQL server
https://github.com/victorkp/tomcat-tools
Last synced: 4 months ago
JSON representation
Some scripts to setup and deploy to a Tomcat / MySQL server
- Host: GitHub
- URL: https://github.com/victorkp/tomcat-tools
- Owner: victorkp
- Created: 2014-08-27T23:55:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T21:26:00.000Z (almost 11 years ago)
- Last Synced: 2025-02-24T13:55:23.708Z (4 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Server Tools ##
Some scripts to help get a Tomcat and MySQL server up and running, as well as deploy code through SSH.## Usage ##
install-server.sh can install Tomcat and MySQL on Fedora/Redhat and Ubuntu/Debian distributions, as well as setup the appropriate services to start automatically at boot time.ssh-deploy.sh will deploy a WAR file to a server through SSH. It's assumed you have a server with Tomcat installed, as well as a certificate to SSH into the server with. After deploying, the script asks if it should save the credentials you enter, for faster use next time.
./ssh-deploy.sh \local-deploy.sh will deploy a WAR file to a local Tomcat installation.
./local-deploy.sh \