Sha256: 1f25d595777a2114cab407fca6cdd7caaafc01224bf6327a6f405d866f0dbbc6
Contents?: true
Size: 621 Bytes
Versions: 21
Compression:
Stored size: 621 Bytes
Contents
# Getting started with Fog proxmox ## Requirements ### Ruby 2.3, 2.4 and 2.5 ruby versions are tested and required. Fog requires 2.0+ for new projects. ## Installation With rubygems: ```ruby gem install fog-proxmox ``` With bundler: Create a Gemfile with: ```ruby source 'https://rubygems.org' gem 'fog-proxmox' ``` then: ```ruby bundler install ``` ## Exploring capabilities ```ruby irb ``` ```ruby require 'fog/proxmox' ``` ```ruby Fog::Proxmox.services ``` This command show you a summary of the available services. ### Available services in details * [Identity](identity.md) * [Compute](compute.md)
Version data entries
21 entries across 21 versions & 1 rubygems