/drive

An easy to use, document sharing and management solution.

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

Frappe Drive logo

An easy to use, document sharing and management solution.


Preview

Upload and store documents across platforms

FD home page

Share documents with others

FD sharing

Access documents shared with you

FD shared with me page


Installation

Local

To setup the repository locally follow the steps mentioned below:

  1. Install bench and set up a frappe-bench directory by following the installation steps.

  2. Once you're in the frappe-bench directory, start the server

    bench start
  3. In a separate terminal instance, but same directory, get the Drive app

    bench get-app https://github.com/frappe/drive
  4. Create a new site

    bench new-site drive.site
  5. Map your site to localhost

    bench --site drive.site add-to-hosts
  6. Install the app onto your site

    bench --site drive.site install-app drive
  7. Start the frontend development server

    cd apps/drive && yarn dev
  8. 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!
  2. If you find any issues, even if it is a typo, you can raise an issue to inform us.

If you want to contribute code then you can fork this repo, make changes and raise a PR. (see how to)


License

GNU Affero General Public License v3.0