summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--extra/oxidized.logrotate7
2 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index 076c4d5..ce4d1a3 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,7 @@ gem install oxidized-script oxidized-web
### FreeBSD
-[Use RVM to install Ruby v2.1.2](#installing-ruby-2.1.2-using-rvm)
-
-Install all required packages and gems.
+[Use RVM to install Ruby v2.1.2](#installing-ruby-212-using-rvm), then install all required packages and gems:
```shell
pkg install cmake pkgconf
@@ -105,6 +103,12 @@ gem install oxidized
gem install oxidized-script oxidized-web
```
+Oxidized is also available via [FreeBSD ports](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203374):
+
+```shell
+pkg install rubygem-oxidized rubygem-oxidized-script rubygem-oxidized-web
+```
+
### Build from Git
```shell
diff --git a/extra/oxidized.logrotate b/extra/oxidized.logrotate
new file mode 100644
index 0000000..8c76dee
--- /dev/null
+++ b/extra/oxidized.logrotate
@@ -0,0 +1,7 @@
+/var/log/oxidized/*.log {
+ weekly
+ rotate 3
+ size 10M
+ compress
+ delaycompress
+}