Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T21:26:00.000Z (over 10 years ago)
- Last Synced: 2023-04-07T13:51:28.774Z (over 1 year ago)
- Language: Shell
- Size: 121 KB
- Stars: 1
- Watchers: 2
- 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 \