From 01735100062b623821c2673b60fee884dcd262cd Mon Sep 17 00:00:00 2001
From: Quentin Valmori
Date: Sat, 22 Nov 2025 09:06:34 +0100
Subject: [PATCH] Revise README for Twake Drive Legacy
Updated README to reflect the legacy status of Twake Drive and provided a link to the new version.
---
README.md | 80 +++----------------------------------------------------
1 file changed, 3 insertions(+), 77 deletions(-)
diff --git a/README.md b/README.md
index 80e59803..b9bb2256 100644
--- a/README.md
+++ b/README.md
@@ -1,82 +1,8 @@
-# Twake Drive
-
-
-
-
+# Twake Drive Legacy
-
-
-
-
-
- The open-source alternative to Google Drive.
-
- Learn more ยป
-
-
- Telegram
- |
- Website
- |
- Issues
- |
- Roadmap
-
-
-
-## About
-
-
-
-## Getting Started
-
-To get a local copy up and running, please follow these simple steps.
-
-1. Clone the repo
- ```sh
- git clone https://github.com/linagora/twake-drive
- ```
-2. Run it with Docker
- ```sh
- cd tdrive
- docker compose -f docker-compose.minimal.yml up
- ```
-3. Open in a browser
-
-
-## Development
-
-### Prerequisites
-
-- Node.js (Version: >=18.x)
-- MongoDB
-- Yarn _(recommended)_
-
-### Setup
-
-1. Launch MongoDB using
- ```sh
- docker run -p 27017:27017 -d mongo
- ```
-
-2. Launch frontend with
-
- ```sh
- cd tdrive/frontend/; yarn dev:start
- ```
-
-3. Launch backend with
-
- ```sh
- cd tdrive/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
- ```
- > If you need more parameters, create/edit ```tdrive/backend/node/config/development.json``` file
-
-6. The app will be running on port 3000
+Go check the new Twake Drive: https://github.com/linagora/twake-drive
## License
-Twake Drive is licensed under [Affero GPL v3](https://github.com/linagora/twake-drive/blob/main/LICENSE)
+Twake Drive is licensed under [Affero GPL v3](https://github.com/linagora/twake-drive-legacy/blob/main/LICENSE)