Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 621 Bytes

getting_started.md

File metadata and controls

53 lines (34 loc) · 621 Bytes

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:

gem install fog-proxmox

With bundler:

Create a Gemfile with:

source 'https://rubygems.org'

gem 'fog-proxmox'

then:

bundler install

Exploring capabilities

irb
require 'fog/proxmox'
Fog::Proxmox.services

This command show you a summary of the available services.

Available services in details