cookbook 'presidecms', '= 0.1.1'
presidecms (3) Versions 0.1.1 Follow1
Installs/Configures a PresideCMS server
cookbook 'presidecms', '= 0.1.1', :supermarket
knife supermarket install presidecms
knife supermarket download presidecms
PresideCMS Cookbook
This cookbook installs PresideCMS on Railo 4.2 and Tomcat 7 (configurable). The result is a vanilla Tomcat + Railo server with the following modifications:
- Tuckey URL Rewrite Filter is installed and configured for PresideCMS
- PresideCMS is downloaded and a server wide Railo mapping is created
- Railo is configured for PresideCMS (small tweaks to default configuration)
Right now, no example site is installed. The intention of this Cookbook is simply a working server that is ready to have sites running under Tomcat.
Requirements
The cookbook has been tested on Ubuntu 14.04, but should work on most platforms where Java 6 or 7 work.
Platforms
- Ubuntu
Cookbooks
- railo
- zip
Attributes
version
-
node['presidecms']['version']
PresideCMS version, right now only 'bleedingedge' (default) and 'stable' are available -
node['presidecms']['installation_root_directory']
Root directory in which to install PresideCMS. Defaults to "/opt" which result in the core CMS code being installed to "/opt/preside".
Usage
Just include recipe[presidecms]
in your node's run_list
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Test your change
- Submit a Pull Request
Dependent cookbooks
railo >= 0.0.0 |
zip >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Preside-CMS-Cookbook CHANGELOG
This file is used to list changes made in each version of the Preside-CMS-Cookbook cookbook.
0.1.0
- Dominic Watson - Initial release of PresideCMS Cookbook
0.1.1
- Dominic Watson - Updating the metadata and README for the Cookbook