Skip to content

Nekland/Neko-Wiki

Repository files navigation

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