Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuco1/tagsistant-build
Build image for tagsistant
https://github.com/fuco1/tagsistant-build
build debian docker tagsistant ubuntu
Last synced: 14 days ago
JSON representation
Build image for tagsistant
- Host: GitHub
- URL: https://github.com/fuco1/tagsistant-build
- Owner: Fuco1
- Created: 2017-05-27T14:52:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T20:01:24.000Z (about 7 years ago)
- Last Synced: 2024-12-14T06:27:55.080Z (28 days ago)
- Topics: build, debian, docker, tagsistant, ubuntu
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tagsistant-build [![Build Status](https://semaphoreci.com/api/v1/github-fuco1/tagsistant-build/branches/master/shields_badge.svg)](https://semaphoreci.com/github-fuco1/tagsistant-build)
Build image for [tagsistant](https://github.com/StrumentiResistenti/Tagsistant/).
This project uses [build-base](https://github.com/Fuco1/build-base) structure.
# Usage
``` shell
git clone --recursive https://github.com/Fuco1/tagsistant-build.git
cd tagsistant-build
./build
sudo ./install
```For the `./install` to work the host system needs these libraries installed:
* `libglib2.0-dev`
* `libextractor-dev`
* `libdbi-dev`
* `libfuse-dev`Use `sudo apt-get install libglib2.0-dev libextractor-dev libdbi-dev libfuse-dev` to install them
Their footprint is rather small, all in all they only take about 5 megabytes of space. If someone figures out how to install this without them I would be grateful to know!