https://github.com/inwinstack/owncloud-files_sharing_ext
https://github.com/inwinstack/owncloud-files_sharing_ext
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inwinstack/owncloud-files_sharing_ext
- Owner: inwinstack
- License: agpl-3.0
- Created: 2016-01-21T02:13:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T02:14:40.000Z (over 9 years ago)
- Last Synced: 2025-03-01T14:37:59.647Z (4 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Share Extension
Place this app in **owncloud/apps/**## Publish to App Store
First get an account for the [App Store](http://apps.owncloud.com/) then run:
make appstore_package
The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
## Running tests
After [Installing PHPUnit](http://phpunit.de/getting-started.html) run:phpunit -c phpunit.xml