Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziishaned committed Nov 3, 2018
1 parent 5f8d218 commit 3d542dd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 87 deletions.
4 changes: 2 additions & 2 deletions .env.dist
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ OPUS_MAIL_SENDER_ADDRESS=you@domain.com
OPUS_MAIL_SENDER_NAME=you@domain.com OPUS_MAIL_SENDER_NAME=you@domain.com


DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=mysql
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=opus DB_DATABASE=opus
DB_USERNAME=opus DB_USERNAME=opus
DB_PASSWORD=secret DB_PASSWORD=change_this_user_password


BROADCAST_DRIVER=log BROADCAST_DRIVER=log
CACHE_DRIVER=file CACHE_DRIVER=file
Expand Down
40 changes: 0 additions & 40 deletions docker.md

This file was deleted.

74 changes: 29 additions & 45 deletions readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ Opensource knowledge base application for Teams.
</p> </p>


<p align="center"> <p align="center">
<a href="https://travis-ci.org/ziishaned/opus"><img src="https://travis-ci.org/ziishaned/opus.svg?branch=master"/></a> <a href="https://travis-ci.org/ziishaned/opus">
<a href="https://github.com/ziishaned/opus"><img src="https://img.shields.io/github/release/ziishaned/opus.svg" /></a> <img src="https://img.shields.io/travis/ziishaned/opus/master.svg?style=flat-square"/>
</a>
<a href="https://www.paypal.me/zeshanu">
<img src="https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square" />
</a>
</p> </p>


## Introduction ## Introduction
Expand Down Expand Up @@ -40,13 +44,31 @@ There are spaces for every team, department or major project. Then employees can
* Search across the knowledge base * Search across the knowledge base
* ..and more * ..and more


## Requirements ## Screenshots


* PHP 7.0+ You can find some screenshots of the application in this following [link](https://github.com/ziishaned/opus/blob/master/demo.md).
* MySQL 5+


## Installation ## Installation


You can use one of the following methods:

* [Docker](#docker)
* [Localhost](#localhost)

### Docker

```bash
composer create-project ziishaned/opus
cd opus
cp .env.dist .env
docker-compose up
docker-compose exec app php artisan key:generate
docker-compose exec app php artisan migrate
docker run -v "$PWD":/var/www/ opus_app /usr/local/bin/composer install
```

### Localhost

- Run the below command in your terminal: - Run the below command in your terminal:
```bash ```bash
composer create-project ziishaned/opus composer create-project ziishaned/opus
Expand All @@ -69,50 +91,12 @@ There are spaces for every team, department or major project. Then employees can
php artisan db:seed php artisan db:seed
``` ```


## Todo ## Contributions

- [x] ~~Access Control~~
- [x] ~~Create and Update User Roles~~
- [x] ~~Create User Roles~~
- [x] ~~Assign Roles to Employees~~
- [x] ~~Invite employees by email~~
- [x] ~~Wikis~~
- [x] ~~Create Spaces (Group of Wikis)~~
- [x] ~~Create Wikis inside Spaces~~
- [x] ~~Update and Delete Wikis~~
- [x] ~~Create Pages inside Wikis~~
- [x] ~~Syntax Highlighting for Code~~
- [x] ~~Update and Delete Pages~~
- [x] ~~Hierarchical Page Trees~~
- [x] ~~Rearrange Pages in Wikis~~
- [x] ~~Mark Pages as Favorite~~
- [x] ~~Leave Comments~~
- [x] ~~Mention Team Members~~
- [x] ~~Add Emojis~~
- [x] ~~Watch Wikis to get notified for updates~~
- [x] ~~Save pages in Read List (Like Watch Later in Youtube)~~
- [x] ~~Add Tags to Pages~~
- [x] ~~List all Pages available in a tag~~
- [x] ~~Team Dashboard (Monitor Team Activity)~~
- [x] ~~User Dashboard (Monitor User Activity)~~
- [x] ~~Export Documents~~
- [x] ~~Export Page as PDF~~
- [x] ~~Export Page as MS Word File~~
- [x] ~~Notifications~~
- [x] ~~Add slack integration in team~~
- [x] ~~Notify on slack~~
- [x] ~~In-app Notification balloon~~
- [x] ~~Mentioned in comment notifications~~
- [x] ~~Global Search~~
- [ ] Responsive
- [x] ~~Upload demo somewhere~~

## Contribution


* Report issues * Report issues
* Open pull request to **DEV BRANCH** with improvements
* Spread the word * Spread the word
* Reach out to me directly at ziishaned@gmail.com or on twitter [@ziishaned](https://twitter.com/ziishaned) * Reach out to me directly at ziishaned@gmail.com or on twitter [@ziishaned](https://twitter.com/ziishaned)


## License ## License

The license holder is allowed to use the software for free, as long as they don't make money using it. [Read more in License](https://github.com/ziishaned/opus/blob/master/LICENSE.md) The license holder is allowed to use the software for free, as long as they don't make money using it. [Read more in License](https://github.com/ziishaned/opus/blob/master/LICENSE.md)

0 comments on commit 3d542dd

Please sign in to comment.