-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata.json
34 lines (34 loc) · 2.96 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"dependencies": {
"mysql": ">= 0.0.0",
"php": ">= 0.0.0",
"openssl": ">= 0.0.0",
"git": ">= 0.0.0",
"apache2": ">= 0.0.0"
},
"name": "sugarcrm",
"maintainer_email": "wwalter@sugarcrm.com",
"attributes": {
},
"license": "Apache 2.0",
"suggestions": {
},
"platforms": {
},
"maintainer": "Wyatt Walter",
"long_description": "= DESCRIPTION:\nThe 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. \n\n\n= REQUIREMENTS:\n\n== Opscode cookbooks, http://github.com/opscode/cookbooks/tree/master:\n\n* mysql\n* php\n* apache2\n* opensssl\n* git\n\n== Platforms\n\nSo far was tested on Ubuntu 10.04, but should work against any platform supported by Opscode apache2, php, and mysql cookbooks.\n\n\n= ATTRIBUTES:\n* sugarcrm[:admin_pass] - sets the admin password for SugarCRM instance (default is admin)\n* sugarcrm[:dir] - Subdirectory to place sugarcrm files. Default is 'sugarcrm' under Apache's webroot (configured in Opscode apach2 cookbook)\n* sugarcrm[:db][:database] - sugarcrm will use this MySQL database to store its data.\n* sugarcrm[:db][:user] - sugarcrm will connect to MySQL using this user.\n* sugarcrm[:db][:password] - Password for the sugarcrm MySQL user. The default is a randomly generated string.\n\nThe 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.\n\n= USAGE:\n\nUses 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!). \n\nJust add the recipe to your node or role and let Chef do the rest.\n\nYou 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.\n\n\n= LICENSE and AUTHOR:\n \nAuthor:: Wyatt Walter (<wwalter@sugarcrm.com>)\n\nCopyright:: 2011, SugarCRM\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.",
"version": "0.1.2",
"recommendations": {
},
"recipes": {
},
"groupings": {
},
"conflicting": {
},
"replacing": {
},
"description": "Installs/Configures SugarCRM CE",
"providing": {
}
}