arkisto/README.md

39 lines
753 B
Markdown
Raw Normal View History

2022-08-19 10:12:59 +00:00
2022-07-09 14:19:44 +00:00
# Arkisto
2022-08-19 10:12:59 +00:00
[![Build Status](https://cicd.apps.glenux.net/api/badges/glenux/arkisto/status.svg?ref=refs/heads/develop)](https://cicd.apps.glenux.net/glenux/arkisto)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
A simple tool to automate and manage openstack snapshots
2022-07-22 15:33:11 +00:00
## Installation
2022-08-19 10:12:59 +00:00
### With docker
Make sure you have Docker and Make installed. Then type
make docker-build
### Manual
Make sure you have installed the following software on your system:
* Crystal
* Make
* libevent-core-2.1-7
* python-openstackclient
Then type
make build
2022-07-22 15:33:11 +00:00
## Usage
## Licence
2022-07-09 14:19:44 +00:00