Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 758 Bytes

File metadata and controls

43 lines (28 loc) · 758 Bytes

Install Composer

I install Globally on my Mac

Clone repository to your desktop

    git clone git@github.com:zmon/Site-Org.git

Change to the directory

    cd Site-Org

Change to the composer branch

    git checkout composer

Run composer to grab all of the dependancies

    composer install

you sould see something simular to the following:

Loading composer repositories with package information
Installing dependencies (including require-dev)       
  - Installing commonaccord/ccmac (dev-master 6d54920)
    Cloning 6d54920dbb67f75c9bed957abdc9969325cc3c2b

Writing lock file
Generating autoload files

You should be good to go.