glial/new-project

Create a new project with Glial


License
GPL-3.0

Documentation

Latest Stable Version Total Downloads License

You need :

  • PHP 5.5
  • Distribution based on Linux. (don't work with windows!)

To install a new project working with Glial :

install composer

$ curl -sS https://getcomposer.org/installer | php

$ mv composer.phar /usr/local/bin/composer

install a new project (install in current directory, will create a new dir)

$ composer create-project --keep-vcs glial/new-project:5.1.15 --prefer-dist my_glial_project

./install

You are ready to work !