https://github.com/pellaeon/owncloud-ftpquota
An ownCloud app that updates .ftpquota file when needed
https://github.com/pellaeon/owncloud-ftpquota
Last synced: over 1 year 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T03:15:45.000Z (over 10 years ago)
- Last Synced: 2025-01-21T10:50:45.448Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 2
- 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