https://github.com/martinrusev/nextcloud-operator
https://github.com/martinrusev/nextcloud-operator
charm juju
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinrusev/nextcloud-operator
- Owner: martinrusev
- License: gpl-3.0
- Created: 2021-03-30T19:34:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T19:36:35.000Z (about 4 years ago)
- Last Synced: 2025-01-15T10:06:35.119Z (4 months ago)
- Topics: charm, juju
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcloud-operator
## Description
TODO: Describe your charm in a few paragraphs of Markdown
## Usage
TODO: Provide high-level usage, such as required config or relations
## Developing
Create and activate a virtualenv with the development requirements:
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt## Testing
The Python operator framework includes a very nice harness for testing
operator behaviour without full deployment. Just `run_tests`:./run_tests