Add basic setup for FreeBSD

This commit is contained in:
Jakub Warmuz
2015-09-05 19:03:01 +00:00
parent c3941b1a8d
commit 75304ab6d1
2 changed files with 23 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh -xe
pkg install -Ay \
git \
python \
py27-virtualenv \
augeas \
libffi \
+15
View File
@@ -102,6 +102,21 @@ Centos 7
sudo ./bootstrap/centos.sh
FreeBSD
-------
.. code-block:: shell
sudo ./bootstrap/centos.sh
Bootstrap script for FreeBSD uses ``pkg`` for package installation,
i.e. it does not use ports.
FreeBSD by default uses ``tcsh``. In order to activate virtulenv (see
below), you will need a compatbile shell, e.g. ``pkg install bash &&
bash``.
Installation
============