Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwinstack/owncloud-files_sharing_ext
https://github.com/inwinstack/owncloud-files_sharing_ext
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T02:14:40.000Z (about 9 years ago)
- Last Synced: 2023-03-03T01:53:09.278Z (almost 2 years ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- 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