Files
workavia-drive/README.md
T
Romaric Mourgues 30552d8fad Update README.md
2023-03-28 10:32:25 +02:00

13 lines
667 B
Markdown

# Tdrive - Drive for the Twake Workplace
## Run it in development mode
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
Tdrive is licensed under [Affero GPL v3 with additional terms](https://github.com/TwakeApp/Twake/blob/main/LICENSE.md)