Skip to content

Commit

Permalink
Tool Mode turn on info
Browse files Browse the repository at this point in the history
  • Loading branch information
edolganov committed Aug 16, 2015
1 parent 1bc4554 commit 3125d34
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ Contains server-side (chats storing, users and billing management), operators ca
### Software as a Service (SaaS mode)

In [SaaS mode](https://en.wikipedia.org/wiki/Software_as_a_service) clients create accounts for themselves and pay monthly bills.
This mode is ready for production usage.
This mode is ready for production usage and enabled by default.

Example of implementation: [cheapchat.me](http://cheapchat.me)

Other popular examples: [olark](https://www.olark.com/), [livezilla](http://www.livezilla.net/), [boldchat](https://www.boldchat.com/) and others

### Tool for Other System (Tool mode)
In Tool Mode admin creates accounts, user can be only a operator, no monthly bills. You can use Tool Mode for live chats for single site with own hosting for example.
In Tool Mode admin creates accounts, user can be only a operator, no monthly bills. You can use Tool Mode for single site with own hosting for example.

To enable this mode change:

- before build open file /components/cache-remote/extra/net-props/common.properties
- or after build open file /build/_servers/chat-central-server/net-props/common.properties
- change prop 'toolMode' to true

**Tool mode is not completed yet! Implementation is in progress...**

## Requirements
- Java 8
Expand Down

0 comments on commit 3125d34

Please sign in to comment.