Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ceeram/cakebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

Cakebox

Homestead on Steroids!

Requirements

  • VirtualBox 4.0 or higher
  • Vagrant 6.0 or higher
  • Windows users should additionally install the Git Bash to run the commands below

Installation

git clone https://github.com/alt3/cakebox.git
cd cakebox
vagrant up

Note: the initial download of the (~2GB) box image could take some time so please be patient.

Once provisioning has completed you are ready to:

Documentation

Full documentation found here.

Features

Command Line Provisioning

Provision applications, databases and virtual hosts directly from the command line:

# Automatically configured framework skeleton applications
$ cakebox application add mycake3.app
$ cakebox application add mycake2.app --majorversion 2
$ cakebox application add mylaravel.app --framework laravel

# Git and Composer applications (both public and private)
$ cakebox application add mypublic.app --source http://github.com/your-name/repository
$ cakebox application add myprivate.app --source [email protected]:your-name/repository.git
$ cakebox application add myyii.app --source yiisoft/yii2-app-basic

# Databases and virtual hosts
$ cakebox database add holiday2015
$ cakebox site add idea.com /var/www/some-idea

Management Dashboard

Comes with a dashboard for your convenience.

Cakebox Dashboard

About

CakePHP Development Server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 73.7%
  • Shell 26.3%