It's recommended that you use Composer to install Vanilla.
$ composer create-project vanduke/vanilla-x blog
This will install Vanilla and all required dependencies. Vanilla requires PHP 7.1.3 or newer.
You may quickly test this using the built-in PHP server:
$ php -S localhost:8000
To execute the test suite, you'll need phpunit.
$ phpunit
The Vanilla Framework is licensed under the MIT license. See License File for more information.