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