https://github.com/cuba-platform/webdav-demo
This sample application demonstrates the usage of CUBA WebDAV add-on
https://github.com/cuba-platform/webdav-demo
Last synced: over 1 year ago
JSON representation
This sample application demonstrates the usage of CUBA WebDAV add-on
- Host: GitHub
- URL: https://github.com/cuba-platform/webdav-demo
- Owner: cuba-platform
- Created: 2019-09-16T13:00:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T13:01:53.000Z (over 6 years ago)
- Last Synced: 2025-01-23T08:19:31.158Z (over 1 year ago)
- Language: Java
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
# WebDAV demo project
This is a demo project for the [CUBA WebDAV addon](https://www.cuba-platform.com/marketplace/webdav/).
## How to Include the WebDAV Trial Version
You can get trial subscription from [CUBA marketplace](https://www.cuba-platform.com/marketplace/webdav/) to run this application on your local environment. After getting trial subscription you'll receive an email with a link for downloading ZIP archive with artifacts.
To install the trial version of WebDAV add-on:
1. Get trial subscription from [CUBA Marketplace](https://www.cuba-platform.com/marketplace/webdav/). You'll get an email with a link and instructions.
2. Download ZIP archive with artifacts at link from the email.
3. Clone the repository of this demo project.
4. Open demo project in CUBA Studio.
5. Create a directory called `repository` in the root directory of the demo project.
6. Unzip the file with artifacts into this directory. You should get the following directory structure:

7. Open `build.gradle` file and register a new Maven repository.
```
maven {
url './repository'
}
```

8. Find a string with add-on coordinates and replace the add-on version with the latest one. Check the latest version on [CUBA Marketplace](https://www.cuba-platform.com/marketplace/webdav/).

9. Then add `.trial` to the end of add-on coordinates.

10. Go to *CUBA -> Build Tasks -> Deploy* to check that the add-on was installed successfully.