73 lines
3.2 KiB
Markdown
73 lines
3.2 KiB
Markdown

|
|
|
|
# Twake - The Open Digital Workplace
|
|
|
|

|
|

|
|

|
|
[](https://github.com/Twake/Twake/actions/workflows/docker.yml)
|
|
|
|

|
|
[](https://doc.twake.app)
|
|
[](https://community.twake.app)
|
|
[](https://twitter.com/twake) [](https://gitter.im/linagora/Twake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
|
Twake is a secure open source collaboration platform to improve organizational productivity.
|
|
Twake offers all the features for collaboration :
|
|
|
|
- Team chat
|
|
- File Storage
|
|
- Team Calendar
|
|
- Task Management
|
|
- 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>
|
|
|
|
## Demo
|
|
|
|
You can <a href="https://twake.app"> try Twake</a> in SaaS.
|
|
|
|
Or run your own local Twake instance with :
|
|
|
|
```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
|
|
|
|
## Documentation
|
|
|
|
Twake's documentation can be found at [doc.twake.app](https://doc.twake.app)
|
|
|
|
More information at twake.app : [twake.app](https://twake.app)
|
|
|
|
## Community
|
|
|
|
The Twake community is gathered on the forum: [community.twake.app](https://community.twake.app).
|
|
|
|
If you have any questions or suggestions, we will be happy to answer them.
|
|
|
|
### Translations
|
|
|
|
We use [Weblate](https://hosted.weblate.org/projects/twake/) for translation management. Create an account on weblate to improve our Twake internationalisation.
|
|
|
|
## How to contribute
|
|
|
|
Everyone can contribute at their own level, even if they only give a few minutes of their time. Whatever you do, your help is very valuable. Only thanks to you Twake can be a powerful software. Check out how you can help [twake.app/en/how-to-contribute/](https://twake.app/en/how-to-contribute/)
|
|
|
|
## Manual install of Twake
|
|
|
|
Install Twake on your machine with docker-compose using the install documentation here :
|
|
[linagora.github.io/Twake/onprem/installation.html](https://linagora.github.io/Twake/onprem/installation.html)
|
|
|
|
`cd twake; docker-compose -f docker-compose.onpremise.mongo.yml up -d`
|
|
|
|
Twake will be available on port 3000.
|
|
|
|
## License
|
|
|
|
Twake is licensed under [Affero GPL v3 with additional terms](https://github.com/TwakeApp/Twake/blob/main/LICENSE.md)
|