-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Colin Woodcock
committed
Jul 1, 2014
1 parent
a4c0a9c
commit 9c169a7
Showing
2 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ provisioner: | |
|
||
platforms: | ||
- name: ubuntu-14.04 | ||
- name: centos-6.5 | ||
|
||
suites: | ||
- name: default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# servicemix-cookbook | ||
|
||
Installs and configures Apache ServiceMix | ||
Installs and configures Apache ServiceMix. | ||
|
||
## Requirements | ||
Java must be installed on the node. | ||
Java must be installed. Although this cookbook does not install it for you, Berkshelf has been configured with the | ||
[java cookbook](https://github.com/socrata-cookbooks/java) which should make adding it to your node's run list easier. | ||
|
||
## Supported Platforms | ||
|
||
* Ubuntu | ||
* 14.04 Trusty Tahr | ||
This cookbook has been tested on: | ||
|
||
* Ubuntu 14.04 Trusty Tahr | ||
* Centos 6.5 | ||
|
||
## Attributes | ||
|
||
|
@@ -43,16 +46,16 @@ currently exists for moving over installed jars and bundles, care should be take | |
|
||
Author:: Colin Woodcock ([email protected]) | ||
|
||
Copyright (C) 2014 NetSrv Consulting Ltd. | ||
Copyright (C) 2014 NetSrv Consulting Ltd. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |