https://github.com/alt3/cakebox-builder
Sources used to generate the Cakebox (Vagrant) base box
https://github.com/alt3/cakebox-builder
Last synced: about 2 months ago
JSON representation
Sources used to generate the Cakebox (Vagrant) base box
- Host: GitHub
- URL: https://github.com/alt3/cakebox-builder
- Owner: alt3
- License: mit
- Created: 2014-10-27T18:12:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T15:10:29.000Z (over 11 years ago)
- Last Synced: 2025-01-16T22:23:56.542Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 370 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Cakebox Builder
===============
The sources used to build the [Cakebox]("http://github.com/alt3/cakebox") Vagrant base box.
# Requires:
- Vagrant
- Chef-DK
- Berksfile
- Test-kitchen
# Provisions:
- Ubuntu 14.04 TLS
- Git 2.x (PPA)
- Nginx (PPA)
- PHP 5.6 (PPA)
- Percona MySQL
- PostgreSQL
- Memcached
- Redis (PPA)
- Elasticsearch
- Logstash
* Kibana
- Curl
- Composer
- Java (OpenJDK)
- PHPUnit
- PHP CodeSniffer
- Heroku Toolbelt
- Python
- Ruby
- Cakebox customizations
# PHP Modules
See node.json for a full list of all installed PHP modules.
# Chef cookbooks
See Berksfile for a full list of all used cookbooks.
# Test-kitchen
cd cakebox-builder
kitchen create
kitchen verify
# Contributing
1. Fork it ( https://github.com/alt3/cakebox-builder/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make sure test-kitchen and foodcritic tests pass
4. Commit your changes (`git commit -am 'Adds some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request