mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1007 B
1007 B
Ruby
TODO
Intro
TL;DR
Setup
apt install 'ruby'
brew install 'ruby'
SSL_CERT_FILE='path/to/ssl.cert'
Usage
# Check file syntax.
# Does *not* run the code.
ruby -c '/etc/gitlab/gitlab.rb'
# Create ruby gems from code.
gem build
# Unpack gems into code.
gem unpack 'logstash-filter-custom-0.1.2.gem'