A microblogging platform
Gorilla allows you to manage easily and fast your microblog.
You can also take advantage of the full power of Twig to build awesome templates!
Gorilla utilizes Composer to manage its dependencies.
First, download a copy of the composer.phar
.
Once you have the PHAR archive, you can either keep it in your local project directory or move to usr/local/bin to use it globally on your system. On Windows, you can use the Composer Windows installer.
To install Gorilla clone the project and then running composer install command:
git clone git@github.com:billmn/gorilla.git && cd gorilla && php composer.phar install
After this open the setup wizard: http://your_website.ext/install
and follow steps to complete installation.