Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

sugarcrm (2) Versions 0.1.1

Installs/Configures SugarCRM CE

Policyfile
Berkshelf
Knife
cookbook 'sugarcrm', '= 0.1.1', :supermarket
cookbook 'sugarcrm', '= 0.1.1'
knife supermarket install sugarcrm
knife supermarket download sugarcrm
README
Dependencies
Quality -%
= DESCRIPTION: The cookbook downloads SugarCRM Community Edition and configures SugarCRM's silent installer for easy installation. The user must go to http://server/sugarcrm/ to complete installation. = REQUIREMENTS: == Opscode cookbooks, http://github.com/opscode/cookbooks/tree/master: * mysql * php * apache2 * opensssl * git == Platforms So far was tested on Ubuntu 10.04, but should work against any platform supported by Opscode apache2, php, and mysql cookbooks. = ATTRIBUTES: * sugarcrm[:admin_pass] - sets the admin password for SugarCRM instance (default is admin) * sugarcrm[:dir] - Subdirectory to place sugarcrm files. Default is 'sugarcrm' under Apache's webroot (configured in Opscode apach2 cookbook) * sugarcrm[:db][:database] - sugarcrm will use this MySQL database to store its data. * sugarcrm[:db][:user] - sugarcrm will connect to MySQL using this user. * sugarcrm[:db][:password] - Password for the sugarcrm MySQL user. The default is a randomly generated string. The random generation is handled with the secure_password method in the openssl cookbook which is a cryptographically secure random generator and not predictable like the random method in the ruby standard library. = USAGE: Uses Opscode mysql, php, apache2 cookbooks to configure LAMP stack and git to checkout the latest stable build of SugarCRM CE. Cookbook just stages installation, setting values in config_si.php, so the first time the user hits the instance installation will finish (no need to answer any questions!). Just add the recipe to your node or role and let Chef do the rest. You can login to application using 'admin' username and password to create additional users. Default admin user's password can be overridden at the role or node level. = LICENSE and AUTHOR: Author:: Wyatt Walter (<wwalter@sugarcrm.com>) Copyright:: 2011, SugarCRM 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 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.

Dependent cookbooks

mysql >= 0.0.0
php >= 0.0.0
openssl >= 0.0.0
git >= 0.0.0
apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found