Skip to content

Instantly share code, notes, and snippets.

@christianjul
Created September 9, 2012 20:40
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianjul/3687135 to your computer and use it in GitHub Desktop.
Save christianjul/3687135 to your computer and use it in GitHub Desktop.
Installing FLOW3 via Composer

Please note: This is work in progress

FLOW3 is installable via Composer and excutable from the commandline with this fork, but has not been fully tested.

Most likely several things are broken. Also the package structure has changed, a migration tool will be provided

Installing FLOW3 with Composer

  1. Create an empty directory for your project

  2. Download https://gist.github.com/3683972 as composer.json in the directory

    wget --no-check-certificate https://raw.github.com/gist/3683972/composer.json

  3. Get composer

    curl -s https://getcomposer.org/installer | php

    (http://getcomposer.org/download/)

  4. from the root of the directory run

    composer.phar install

  5. that's it. now run

    ./flow3

@mneuhaus
Copy link

awesome :)

@sascha-egerer
Copy link

nice! thanks!

@mrimann
Copy link

mrimann commented Sep 17, 2012

Nice one - thanks!

@kdambekalns
Copy link

This is a composer.json that works for me as of no: https://gist.github.com/3783752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment