/vero-hello-app

"Hello World" application for Vero Framework

Primary LanguagePHPMIT LicenseMIT

Vero Framework "Hello World" App

@TODO

Requirements

  • PHP 5.4+

Installation

Get application code, e.g.:

git clone https://github.com/minchal/vero-hello-app.git

Install Composer and dependencies:

cd vero-hello-app/system
curl -sS https://getcomposer.org/installer | php
php composer.phar install

Create configuration file:

cp config.php.example config.php

Make Vero visible for Apache, ex.:

cd ..
sudo ln -s . /var/www/vero/

and go to http://localhost/vero/

Authors

Michał Pawłowski - michal@pawlowski.be - http://pawlowski.be

License

The MIT License (MIT) - see the LICENSE file for details