cookbook 'opencart', '= 0.1.0'
opencart (3) Versions 0.1.0 Follow1
Installs/Configures opencart
cookbook 'opencart', '= 0.1.0', :supermarket
knife supermarket install opencart
knife supermarket download opencart
Opencart Cookbook
Installs/Configures opencart
Requirements
Platform:
- Centos
- Redhat
- Fedora
- Debian
- Ubuntu
Cookbooks:
- tar
- git
- mysql
- composer
- php
- apache2
Attributes
<table>
<tr>
<td>Attribute</td>
<td>Description</td>
<td>Default</td>
</tr>
<tr>
<td><code>node['opencart']['git_url']</code></td>
<td>The URL of OpenCart repository to be installed</td>
<td><code>https://github.com/opencart/opencart.git</code></td>
</tr>
<tr>
<td><code>node['opencart']['revision']</code></td>
<td>The version number to be installed</td>
<td><code>latest</code></td>
</tr>
<tr>
<td><code>node['opencart']['url_path']</code></td>
<td>This is the path used after domain:port in URL. Ex.: http://local:port${url_path}</td>
<td><code>/</code></td>
</tr>
<tr>
<td><code>node['opencart']['home_dir']</code></td>
<td>The directory of OpenCart installation</td>
<td><code>/usr/local/opencart</code></td>
</tr>
<tr>
<td><code>node['opencart']['http_port']</code></td>
<td>The port number for HTTP connections</td>
<td><code>58080</code></td>
</tr>
<tr>
<td><code>node['opencart']['webmaster_email']</code></td>
<td>Admin email</td>
<td><code></code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['name']</code></td>
<td>The name of the RDBMS Server</td>
<td><code>mysqli</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['hostname']</code></td>
<td>The hostname of the RDBMS Server</td>
<td><code>localhost</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['port']</code></td>
<td>The port number of the RDBMS Server</td>
<td><code>3306</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['username']</code></td>
<td>The user of the RDBMS Server which will be used by OpenCart</td>
<td><code>opencart</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['password']</code></td>
<td>The password for the provided RDBMS Server username</td>
<td><code>opercart</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['dbname']</code></td>
<td>The name of the database which will be used by OpenCart</td>
<td><code>opencart</code></td>
</tr>
<tr>
<td><code>node['opencart']['rdbms']['table_prefix']</code></td>
<td>This prefix will be prepended to the table's name</td>
<td><code></code></td>
</tr>
<tr>
<td><code>node['opencart']['admin']['username']</code></td>
<td>Admin username</td>
<td><code>admin</code></td>
</tr>
<tr>
<td><code>node['opencart']['admin']['password']</code></td>
<td>Admin password</td>
<td><code>admin</code></td>
</tr>
</table>
Recipes
No recipes defined
License and Author
Author:: Manoel Carvalho (manoelhc@gmail.com)
Copyright:: 2016, Manoel Carvalho
License:: MIT
Dependent cookbooks
tar >= 0.0.0 |
git >= 0.0.0 |
mysql >= 0.0.0 |
composer >= 0.0.0 |
php >= 0.0.0 |
apache2 >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
opencart CHANGELOG
This file is used to list changes made in each version of the opencart cookbook.
0.1.0
- [your_name] - Initial release of opencart
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
0.1.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 failed this metric
0.1.0 passed this metric