Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 946 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 946 Bytes

Neko Wiki

Build Status Stories in Ready

For now, nothing serious.

Requirements

  • PHP 5.6+ / composer
  • MariaDB
  • NodeJS/NPM

Docker

You can use Docker to launch NekoWiki.

$ docker-compose up -d

Installation

$ composer install
$ app/console doctrine:database:create
$ app/console doctrine:schema:create
$ app/console doctrine:fixture:load -n
$ app/console assetic:dump # Yes, it uses assetic
$ app/console server:run

Notice: If you use docker you have to run these commands in php container.

Many thanks to