Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

729 changes: 0 additions & 729 deletions LICENSE.md

This file was deleted.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ Twake offers all the features for collaboration :
- Video call and conferencing
- Real time document collaboration

<a href="https://twakeapp.com"><img width=800 src="https://github.com/linagora/Twake/raw/main/twake.png"/></a>
<a href="https://twake.app"><img width=800 src="https://github.com/linagora/Twake/raw/main/twake.png"/></a>

## Demo

You can <a href="https://twake.app"> try Twake</a> in SaaS.

Or run your own local Twake instance with :

```
cd twake
sudo ./start.sh
```bash
cd twake
export COMPOSE_FILE=docker-compose.onpremise.yml
docker compose up -d
```

Twake will be running on http//localhost and by default redirect to https and uses a self-signed certificate. If you want to run http only then set SSL_CERTS=none at docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Twake 2022.Q3.1120
# Twake 2022.Q4.1120

- Message delivery status 🟢
- New quote-reply feature ⤴️
Expand Down
Loading