diff options
author | Schylar <sutley@cwep.com> | 2017-04-18 17:21:12 -0500 |
---|---|---|
committer | Schylar <sutley@cwep.com> | 2017-04-18 17:21:12 -0500 |
commit | 5d63931e2cdfc3c60de39eeeceb71cf790ac553e (patch) | |
tree | ce58effe9bed0a2367be05a5a87e42e0f9862eed /README.md | |
parent | 0c0f276d870b0babb129c14a5e16bb72a256a9a9 (diff) |
Add freebsd support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 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,18 @@ 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 |