voonne/web-project

Prepared Voonne platform web project for fast development.


Licenses
MIT/BSD-3-Clause/GPL-2.0/GPL-3.0

Documentation

Voonne Platform Web Project

Prepared Voonne platform web project for fast development.

Requirements

  • PHP 5.6 or higher
  • Nette 2.4 or higher

Installation

  • In first place download web project by Composer:
$ composer create-project voonne/web-project app
  • And now check whether /log and /temp folders writable for your web server (Apache etc.).
  • Create app/config/config.local.neon copying a file app/config/config.local.template.neon and adjusting parameters.
  • Create a database schema using Doctrine create command:
$ php www/index.php orm:schema-tool:create
  • Enjoy!