Skip to content

linagora/twake-drive

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2025
Feb 29, 2024
Apr 11, 2023
Mar 23, 2023
Sep 26, 2024
Feb 27, 2025
Apr 2, 2024
Mar 23, 2023
Dec 11, 2023
Mar 23, 2023
Dec 27, 2024
Oct 6, 2023
Jan 31, 2025
Jul 26, 2024
Nov 7, 2024
Mar 23, 2023
Jul 8, 2024

Twake Drive

Logo

The open-source alternative to Google Drive.
Learn more »

Telegram | Website | Issues | Roadmap

About

booking-screen

Getting Started

To get a local copy up and running, please follow these simple steps.

  1. Clone the repo
    git clone https://github.com/linagora/twake-drive
  2. Run it with Docker
    cd tdrive
    docker compose -f docker-compose.minimal.yml up
  3. Open http://localhost/ in a browser

Development

Prerequisites

  • Node.js (Version: >=18.x)
  • MongoDB
  • Yarn (recommended)

Setup

  1. Launch MongoDB using

    docker run -p 27017:27017 -d mongo
  2. Launch frontend with

    cd tdrive/frontend/; yarn dev:start
  3. Launch backend with

    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

  4. The app will be running on port 3000

License

Twake Drive is licensed under Affero GPL v3