Awkan / Neko-Wiki

A wiki application running under symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A wiki application running under symfony

License:MIT License


Languages

Language:PHP 81.0%Language:HTML 12.1%Language:Gherkin 2.7%Language:ApacheConf 1.9%Language:JavaScript 1.4%Language:CSS 0.8%Language:Shell 0.1%