Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pellaeon/owncloud-ftpquota
An ownCloud app that updates .ftpquota file when needed
https://github.com/pellaeon/owncloud-ftpquota
Last synced: about 1 month ago
JSON representation
An ownCloud app that updates .ftpquota file when needed
- Host: GitHub
- URL: https://github.com/pellaeon/owncloud-ftpquota
- Owner: pellaeon
- License: agpl-3.0
- Created: 2015-09-01T16:07:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T03:15:45.000Z (about 9 years ago)
- Last Synced: 2023-03-24T11:29:39.020Z (almost 2 years ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Ftp Quota
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