diff options
author | ytti <saku@ytti.fi> | 2017-04-19 13:17:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-19 13:17:35 +0300 |
commit | 835041e39a854f7a7d0903fc3b93cfb5882dbbc3 (patch) | |
tree | a7869e062b85b8cc9541a230a983303e94e01f28 /README.md | |
parent | 0c0f276d870b0babb129c14a5e16bb72a256a9a9 (diff) | |
parent | f20713d3d0ee20e74783dc2dac1f73a1c04c9c1c (diff) |
Merge pull request #816 from MajesticFalcon/master
Add support for FreeBSD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -19,6 +19,7 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen 2. [Installation](#installation) * [Debian](#debian) * [CentOS, Oracle Linux, Red Hat Linux](#centos-oracle-linux-red-hat-linux) + * [BSD](#freebsd) 3. [Initial Configuration](#configuration) 4. [Installing Ruby 2.1.2 using RVM](#installing-ruby-2.1.2-using-rvm) 5. [Running with Docker](#running-with-docker) @@ -195,6 +196,19 @@ gem install oxidized gem install oxidized-script oxidized-web ``` +## FreeBSD +Use RVM to install Ruby v2.1.2 + +Install all required packages and gems. + +```shell +pkg install cmake pkgconf +gem install oxidized +gem install oxidized-script oxidized-web +``` + + + ## Build from Git ```shell git clone https://github.com/ytti/oxidized.git |