From e0bc1593952636f7bc1147e93265ca37cdb2c21d Mon Sep 17 00:00:00 2001 From: moni Date: Mon, 14 Apr 2025 22:15:57 +0200 Subject: [PATCH] Update os/FreeBSD/Bastille/Bastille.md --- os/FreeBSD/Bastille/Bastille.md | 45 +-------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/os/FreeBSD/Bastille/Bastille.md b/os/FreeBSD/Bastille/Bastille.md index 9d70d9a..d22a5c8 100644 --- a/os/FreeBSD/Bastille/Bastille.md +++ b/os/FreeBSD/Bastille/Bastille.md @@ -167,47 +167,4 @@ Now destroy it: ```sh bastille stop alcatraz bastille destroy force alcatraz -``` - -# Using ports - -```sh -bastille create alcatraz 14.2-RELEASE 192.168.1.201 em0 -bastille pkg alcatraz bootstrap -bastille pkg alcatraz update -bastille pkg alcatraz install -y git -bastille cmd alcatraz git clone --depth 1 https://git.FreeBSD.org/ports.git /usr/ports -``` - -and then go in the console: - -```sh -bastille console alcatraz -``` - -within the console... - -```sh -export BATCH=yes -cd /usr/ports/www/apache24/ && make install clean -exit -``` - -enable and start it ... - -```sh -bastille sysrc alcatraz apache24_enable=YES -bastille service alcatraz apache24 start -``` - -Test it: - -```sh -curl http://192.168.1.201/ -``` - -Destroy it: - -```sh -bastille destroy force alcatraz -``` +``` \ No newline at end of file