Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axonops/axonops-installer-packages-downloader
https://github.com/axonops/axonops-installer-packages-downloader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axonops/axonops-installer-packages-downloader
- Owner: axonops
- License: apache-2.0
- Created: 2024-10-09T15:23:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:46:44.000Z (3 months ago)
- Last Synced: 2024-10-18T16:03:55.519Z (3 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axonops-installer-packages-downloader
AxonOps installation is generally performed using either YUM or APT package managers as described in https://axonops.com/docs/installation-starter/axon-server/axonserver_install/.
In some cases, you may be interested in downloading the latest packages from these repositories. The scripts in this project allow you to download the packages from the AxonOps repositories.
## Requirements
Python3 is installed on your machine.## YUM - RPM Packages Downloader
Use the following set of commands to download the latest AxonOps packages to your machine.
```
python3 axonops_rpm_packages_downloader.py
```## APT - DEB Packages Downloader
Use the following set of commands to download the latest AxonOps packages to your machine.
```
python3 axonops_deb_packages_downloader.py
```