https://github.com/ubc/puppet-cat
Curriculum Alignment Tool (CAT) Puppet Module
https://github.com/ubc/puppet-cat
Last synced: about 1 month ago
JSON representation
Curriculum Alignment Tool (CAT) Puppet Module
- Host: GitHub
- URL: https://github.com/ubc/puppet-cat
- Owner: ubc
- Created: 2014-02-05T00:40:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T21:27:49.000Z (over 11 years ago)
- Last Synced: 2024-12-18T00:22:10.887Z (11 months ago)
- Language: Puppet
- Size: 160 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Curriculum Alignment Tool (CAT) Puppet Module
-------------------
This module installs CAT with Apache, Tomcat and MySQL. It will clone the CAT git repo and compile the code into a war file, and then deploy the file into Tomcat contianer. Whenever a configuration file is changed, the module will recompile the CAT and redeploy the war file as the configurations are written in the source directory.
Tested with uppet 3.4 under RHEL 6.5
NOTE: The SQL for creating the structures and admin account still need to be manually executed.
Dependencies
------------
* puppet-module/puppetlabs-apache
* puppet-module/git
* puppet-module/vcsrepo
* puppet-module/evenup-tomcat