Compare commits
No commits in common. "b15e2e0e4cfb893fa5a552c9b0812e648f648413" and "99f33f84e6ce385db02ba8e903e54d8bfac5dc7c" have entirely different histories.
b15e2e0e4c
...
99f33f84e6
2 changed files with 2 additions and 27 deletions
2
Makefile
2
Makefile
|
@ -22,4 +22,4 @@ docker-save:
|
|||
docker save $(DOCKER_IMAGE)
|
||||
|
||||
docker-load:
|
||||
docker load
|
||||
docker load $(DOCKER_IMAGE)
|
||||
|
|
27
README.md
27
README.md
|
@ -1,34 +1,9 @@
|
|||
|
||||
|
||||
# Arkisto
|
||||
|
||||
[](https://cicd.apps.glenux.net/glenux/arkisto)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://patreon.com/glenux)
|
||||
|
||||
A simple tool to automate and manage openstack snapshots
|
||||
A simple tool to automate openstack snapshots management
|
||||
|
||||
## Installation
|
||||
|
||||
### 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
|
||||
|
||||
## Usage
|
||||
|
||||
## Licence
|
||||
|
|
Loading…
Add table
Reference in a new issue