Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robnewman/php-expressionengine-env
Chef recipe for sanely building a VM that runs a LAMP stack with the Ellis Labs Expression Engine PHP framework
https://github.com/robnewman/php-expressionengine-env
Last synced: about 1 month ago
JSON representation
Chef recipe for sanely building a VM that runs a LAMP stack with the Ellis Labs Expression Engine PHP framework
- Host: GitHub
- URL: https://github.com/robnewman/php-expressionengine-env
- Owner: robnewman
- Created: 2014-07-30T21:14:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T21:44:16.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:37:35.420Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
php-expressionengine-env Cookbook
=================================
Chef recipe for sanely building a VM that runs a LAMP stack with
the Ellis Labs Expression Engine PHP framework for IRIS VMs
and websites.Requirements
------------
Needs a basic Ubuntu/RHEL flavor VM. Works on RHEL 6.5 (PVHVM)Attributes
----------
* ipv4_address
* ipv6_address
* db_username
* db_password
* vm_name
* server_name
* ee_source
* vhostsdir
* iris_path
* iris_server_admin
* iris_customlog_path
* iris_customlog_format
* iris_errorlog_pathUsage
-----
Include `php-expressionengine-env` in your node's `run_list` in
addition to `apt` and `user::data_bag`.```json
{
"name":"PHPExpressionEngineEnv",
"run_list": [
"recipe[apt]",
"recipe[php-expression-engine-env]",
"recipe[user::data_bag]",
]
}
```Further Reading
---------------* ExpressionEngine website: http://ellislab.com/expressionengine
* Their installation guide: http://ellislab.com/expressionengine/user-guide/installation/installation.html
* Their best practices: http://ellislab.com/expressionengine/user-guide/installation/best_practices.htmlContributing
------------
Don't contribute just yet - this is purely for Rackspace DevOps to
see if it can be integrated into their managed VM DevOps env.License and Authors
-------------------
* Rob Newman