328bb7f1618558c05d46685dd258717132ed4734
💚 add healthchecks to the docker compose services used in CI testing, removed scylladb, add env vars that are always set, removed unused dependencies
Twake Drive
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.
- Clone the repo
git clone https://github.com/linagora/twake-drive - Run it with Docker
docker-compose up -d
Development
Prerequisites
- Node.js (Version: >=18.x)
- MongoDB
- Yarn (recommended)
Setup
-
Launch MongoDB using
docker run -p 27017:27017 -d mongo -
Launch frontend with
cd tdrive/frontend/; yarn dev:start -
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 devIf you need more parameters, create/edit
tdrive/backend/node/config/development.jsonfile -
The app will be running on port 3000
License
Twake Drive is licensed under Affero GPL v3
Languages
TypeScript
59.1%
JavaScript
32.5%
SCSS
3.7%
CSS
2.2%
HTML
1.3%
Other
1.1%