Skip to content

consilience/opus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opus is a Laravel-powered Wiki originally written by ziishaned

This fork has had the Slack notifications pulled out, has been upgraded to Laravel 5.8 and has a few further modifications to make the overall experience smoother and more stable.

Installation:

git clone https://github.com/stokoe0990/opus
cd opus
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate:fresh --force --seed

Known issues

Sometimes the log channel and session driver are set incorrectly. I've found in my own setups it's way easier to run your session through the database and use a custom log channel. The logging issues tend to be a permissions issue, so make sure whichever user on your server has the correct permissions for the application's files.

About

Open source knowledge base application for Teams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rich Text Format 42.2%
  • HTML 34.8%
  • JavaScript 17.2%
  • PHP 5.7%
  • CSS 0.1%
  • Shell 0.0%