https://github.com/mritd/consul-rpm
consul rpm
https://github.com/mritd/consul-rpm
Last synced: about 1 year ago
JSON representation
consul rpm
- Host: GitHub
- URL: https://github.com/mritd/consul-rpm
- Owner: mritd
- License: apache-2.0
- Created: 2017-09-13T04:31:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T14:42:03.000Z (almost 9 years ago)
- Last Synced: 2025-04-04T21:14:01.647Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## consul-rpm
### 安装 fpm
``` sh
# install rvm
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
# install ruby
rvm install 2.4.1
rvm use 2.4.1 --default
# install fpm
gem install fpm
```
### build rpm
``` sh
./build.sh 0.9.3
```