Files
BastilleBSD_bastille/docs/chapters/installation.rst

45 lines
854 B
ReStructuredText
Raw Normal View History

2018-11-24 20:07:20 -07:00
Installation
============
Bastille is available in the official FreeBSD ports tree at
`sysutils/bastille`. Binary packages available in `quarterly` and `latest`
repositories.
2018-11-24 20:07:20 -07:00
2019-11-28 09:21:13 -07:00
Current version is `0.5.20191128`.
2018-11-24 20:07:20 -07:00
To install from the FreeBSD package repository:
2018-11-24 20:07:20 -07:00
* quarterly repository may be older version
* latest repository will match recent ports
2018-11-24 20:07:20 -07:00
PKG
---
2019-11-20 19:24:11 -07:00
.. code-block:: shell
pkg install bastille
2018-11-24 20:07:20 -07:00
To install from source (don't worry, no compiling):
2018-11-24 20:07:20 -07:00
ports
-----
2019-11-20 19:24:11 -07:00
.. code-block:: shell
make -C /usr/ports/sysutils/bastille install clean
2019-11-28 09:21:13 -07:00
GIT
---
.. code-block:: shell
git clone https://github.com/BastilleBSD/bastille.git
cd bastille
make install
This method will install the latest files from GitHub directly onto your
system. It is verbose about the files it installs (for later removal), and also
has a `make uninstall` target.