Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelchcki/fpm-recipes
https://github.com/pawelchcki/fpm-recipes
dockerfile fpm fpm-cookery ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawelchcki/fpm-recipes
- Owner: pawelchcki
- Created: 2015-05-05T10:31:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T00:51:27.000Z (almost 9 years ago)
- Last Synced: 2024-04-18T04:11:48.494Z (8 months ago)
- Topics: dockerfile, fpm, fpm-cookery, ruby
- Language: Ruby
- Size: 10.1 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fpm-recipes
TODO: polish up this documentation
## Initializing the build system
1) install vagrant from https://www.vagrantup.com/downloads.html
2) Run following commands:```
vagrant up
```## Docker base
Docker is used to provide common build environment that works fast on linux machines and can be managed by Dockerfiles.
### Reloading changes to Dockerfile:
```
vagrant reload
```## Building packages - example usage
```
make consul-replicate TARGET=ubuntu1404
make
make consul-replicate recipes/consul-wikia-tools TARGET=ubuntu1204
```###
Some ideas and code for this repo were borrowed from https://github.com/Graylog2/fpm-recipes