naeri / naeri

A platform for an efficient and flexible collaboration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kokoto

Kokoto is a platform for an efficient and flexible collaboration.

Features

Check out our introduction video and paper.

  • Beautiful theme
  • Tag classification & search
  • Inline-comment
  • History archiving
  • Extensible editor
  • ...

Installation

git clone https://github.com/hatamake/kokoto.git
cd kokoto/
npm install

Usage

npm start

Configuration

Configuration is loaded from the exported object of config.js. Following options are configurable.

Key Default Description
[config.secret] A random string of 44 chars A key phrase for encrypting sessions
[config.session] 'session' A cookie field name for storing session ID
[config.database.persist] 'mysql://127.0.0.1:3306/kokoto' A full database URI or an array of arguments passed to the Sequelize constructor
[config.database.cache] null The URL of the Redis server or an array of arguments passed to redis.createServer(). To disable the cache server, use null.
[config.site.name] 'Kokoto' The name of the site
[config.site.pagination] 20 A count of items displayed in each page
config.listen An argument or an array of arguments passed to http.Server.listen()

License

Kokoto is licensed under the MIT License. See LICENSE and NOTICE for full license text.

MIT License

Copyright (c) 2017 cumul <gg6123@naver.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A platform for an efficient and flexible collaboration

License:MIT License


Languages

Language:JavaScript 100.0%