Skip to content
GautierMichelin edited this page Mar 29, 2015 · 7 revisions

Sqwack is boxed into Phar through box command.

install box as a phar executable

curl -LSs https://box-project.github.io/box2/installer.php | php

on a mac through homebrew

brew install box

php configuration

php.ini directive phar.readonly must be defined to 0

Search

[Phar]
; http://php.net/phar.readonly
phar.readonly = Off

and edit phar.readonly = Off ; remember to remove semi-column

install composer

Install composer as dependancy configuration tool.

Help for installation is here

on a mac, through homebrew

brew install composer

build

  1. go into sqwack root dir
  2. run
composer update
box build

Clone this wiki locally