Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/pkg-mgr
Remote bash-based Linux package manager
https://github.com/electrocucaracha/pkg-mgr
docker go swagger vagrant
Last synced: about 1 month ago
JSON representation
Remote bash-based Linux package manager
- Host: GitHub
- URL: https://github.com/electrocucaracha/pkg-mgr
- Owner: electrocucaracha
- Created: 2019-11-05T06:24:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T07:47:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T06:24:19.487Z (about 1 month ago)
- Topics: docker, go, swagger, vagrant
- Language: Go
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cURL package installer - Local Web server
[![Build Status](https://travis-ci.org/electrocucaracha/pkg-mgr.png)](https://travis-ci.org/electrocucaracha/pkg-mgr)
[![Go Report Card](https://goreportcard.com/badge/github.com/electrocucaracha/pkg-mgr)](https://goreportcard.com/report/github.com/electrocucaracha/pkg-mgr)
[![GoDoc](https://godoc.org/github.com/electrocucaracha/pkg-mgr?status.svg)](https://godoc.org/github.com/electrocucaracha/pkg-mgr)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Docker](https://images.microbadger.com/badges/image/electrocucaracha/pkg_mgr.svg)](http://microbadger.com/images/electrocucaracha/pkg_mgr)This project provides a Web Server for collecting information about
package installation metrics and also it can be used to centralize the
installation of Linux packages for different distributions. This
initiative is under development but it can be tested using the
[All-in-One deployment script](aio.sh).$ curl -fsSL https://raw.githubusercontent.com/electrocucaracha/pkg-mgr/master/aio.sh | bash
Once it's dependencies are installed and services are running locally,
it's possible to consume the scripts. The following example shows how
install and configure docker properly:$ curl -fsSL http://localhost:3000/install_pkg?pkg=docker | bash