Pre-requistites:

  • You're on a unix based machine, e.g. Linux or Mac
  • If you're on windows you're on your own for now...
  • You have PHP installed on the machine you're running it on

Requirements

  • PHP 5.4.0+
  • Curl

Install instructions

Installing Schematic is simple! follow the steps below.

  1. Download the compiled version of Schematic to your machine

    wget https://github.com/andrefigueira/Schematic/raw/master/schematic.phar
    
  2. Set the downloaded phar file to executable

    chmod +x schematic.phar
    
  3. Move the executable file to your local bin folder

    mv schematic.phar /usr/local/bin/schematic
    

Thats it! now just run

    schematic

And you should see the Schematic options appear.