/owl

Owl is a simple collaboration tool.

Primary LanguagePHPMIT LicenseMIT

Owl Build Status Scrutinizer Code Quality

Owl is a simple team collaboration tool.
This software is released under the MIT License, see LICENSE.txt.

screenshot

Feature

  • Markdown
  • Syntax Highlight
  • Like button
  • Comment
  • Favorite
  • Tags
  • Full Text Search
  • Item Publishing Settings (Public, Limited, Only Me)
  • Mail Notification
  • Slack Notification(webhook)
  • Export data as .md files (YAML front matter)

Demo

http://demo-owl.fortkle.com/

Data will be deleted in a few months.

Requirements

  • PHP 5.4
    • php-mcrypt
    • php-mbstring
    • pdo-sqlite
    • openssl
  • SQLite 3
  • npm

Document

Owl Documentation ※ Sorry, Japanese Only.

How to setup

1.Clone the project

$ git clone https://github.com/owl/owl.git
$ cd owl

2.execute setup shell

$ sh ./setup_app.sh

3.Access the page

php artisan serve --host 0.0.0.0 --port 3000

access http://localhost:3000

You can sign in as an owner with id:admin pw:password

How to update

1.execute update shell

$ sh ./update_app.sh

Test

Behat acceptance test (after execute setup_app.sh)

$ vendor/bin/behat --colors