Skip to content

euonymus/menu_search_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirement

  • Vagrant
  • Chef
  • knife-solo
  • librarian-chef
  • vagrant-digitalocean
  • digital_ocean.box
  • vagrant-omnibus

Prepare cookbooks

$ cd {menu_search_env}/chef
$ librarian-chef install

Prepare following files as git submodules

$ git submodule init
$ git submodule update
  • src/cakephp-2.5.5
  • src/secrets/data_bag_key
  • src/digitalocean/digitalocean_token.rb
  • src/cakephp-2.5.5/app/Plugin/DebugKit
  • src/cakephp-2.5.5/app/Plugin/Phpunit

Prepare the application source

$ cd {menu_search_env}/src/cakephp-2.5.5
$ git checkout master
$ git submodule init
$ git submodule update

Prepare the Phpunit source

$ cd {menu_search_env}/src/cakephp-2.5.5/app
$ Console/cake Phpunit.Phpunit install

(略) Installing PHPUnit 3.7 ...

  1. /app/Vendor/
  2. /vendors/ Select VENDOR path to install into (q/1/2) [q] > 1
  • インストール場所を聞かれるので、「app/Vendor」を選択

Prepare Opauth source

$ cd {menu_search_env}/src/cakephp-2.5.5/app/Plugin/Opauth
$ git checkout master
$ git submodule init
$ git submodule update

About

coozoのDigitalOcean環境設定(Vagrant and Chef)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published