# drive **Repository Path**: iniself/drive ## Basic Information - **Project Name**: drive - **Description**: 100% open source file storage, sharing, and collaboration - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-19 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Frappe Drive logo #### **An easy to use, document sharing and management solution.**
home
More screenshots

 

search

 

upload

 

share

 

file-preview

 

file-preview

 

file-preview
> **Warning** > > Frappe Drive is currently in beta, and will let breaking changes through, **do not** use it as your sole backup/data storage. > **Note:** Frappe Drive is not currently accepting pull requests. File an issue to open a discussion to discuss an idea/feature request. ### Features - Upload and store files across multiple platforms. - View files and folders in List or Grid view and sort them by preference. - Preview files such as images, videos, PDFs, etc. - Share files or folders with others and manage their permissions. - Post comments on files shared with you. - Add files or folders to _favourites_ to make them easily accessible. - Use the Search Bar to search for any file or folder in your Drive. - Supports sharing files and folders with individual users and user groups. - Ships with a robust document editor that seamlessly integrates with Frappe Drive and supports real time collaborative editing. ### Installation To set up the repository locally, follow the steps mentioned below: 1. Install bench and set up a `frappe-bench` directory by following the [installation steps](https://frappeframework.com/docs/user/en/installation). 1. Move into your `frappe-bench` directory and get the Drive app ```sh bench get-app https://github.com/frappe/drive ``` 1. Create a new site ```sh bench new-site drive.site ``` 1. Map your site to localhost ```sh bench --site drive.site add-to-hosts ``` 1. Install the app onto your site ```sh bench --site drive.site install-app drive ``` 1. Start the bench server ```sh bench start ``` 1. Start the frontend development server ```sh cd apps/drive && yarn dev ``` 1. Finally, open the URL http://drive.site:8000/drive in your browser to see the app running. ### Contributions and Community There are many ways you can contribute even if you don't code: 1. You can start by giving a star to this repository! 1. If you find any issues, even if it is a typo, you can [raise an issue](https://github.com/frappe/drive/issues/new) to inform us. ### License [GNU Affero General Public License v3.0](LICENSE) ### Warning Frappe drive is currently marked as **beta** expect breaking changes between versions.