From 30552d8fadffb22bd0d57f1f6ed9d2fe89406077 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Tue, 28 Mar 2023 10:32:25 +0200 Subject: [PATCH] Update README.md --- README.md | 74 ++++++------------------------------------------------- 1 file changed, 7 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 8b2af4f2..25bc44a9 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,12 @@ -![](https://twake.app/medias/Twake-long.png) +# Tdrive - Drive for the Twake Workplace -# Twake - The Open Digital Workplace +## Run it in development mode -![update-saas-backend](https://github.com/TwakeApp/Twake/workflows/update-saas-backend/badge.svg?branch=main&style=flat) -![update-saas-frontend](https://github.com/TwakeApp/Twake/workflows/update-saas-frontend/badge.svg?branch=main&style=flat) -![backend-build](https://github.com/TwakeApp/Twake/workflows/backend-build/badge.svg?branch=main&style=flat) -[![docker-build](https://github.com/Twake/Twake/actions/workflows/docker.yml/badge.svg)](https://github.com/Twake/Twake/actions/workflows/docker.yml) - -![Docker](https://img.shields.io/docker/pulls/twaketech/twake-node?style=flat) -[![Docs](https://img.shields.io/badge/docs-up--to--date-blueviolet?style=flat)](https://doc.twake.app) -[![Community](https://img.shields.io/badge/community-awesome-brightgreen?style=flat)](https://community.twake.app) -[![Twitter](https://img.shields.io/badge/twitter-%40twake-blue?style=flat)](https://twitter.com/twake) [![Join the chat at https://gitter.im/linagora/Twake](https://badges.gitter.im/linagora/Twake.svg)](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 - - - -## Demo - -You can try Twake 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. +1. Launch mongo using `docker run -p 27017:27017 -d mongo` +2. Launch frontend with `cd twake/frontend/; HTTPS=true yarn dev:start` +3. Launch backend with `cd twake/backend/node/; SEARCH_DRIVER=mongodb DB_DRIVER=mongodb PUBSUB_TYPE=local DB_MONGO_URI=mongodb://localhost:27017 STORAGE_LOCAL_PATH=/[full-path-to-store-documents]/documents NODE_ENV=development yarn dev` +4. If you need more parameters, create/edit `twake/backend/node/config/development.json` file ## License -Twake is licensed under [Affero GPL v3 with additional terms](https://github.com/TwakeApp/Twake/blob/main/LICENSE.md) +Tdrive is licensed under [Affero GPL v3 with additional terms](https://github.com/TwakeApp/Twake/blob/main/LICENSE.md)