1.Apache
portsでインストール
portinstall www/apache22
/etc/rc.confに
apache22_enable="YES"
を追加
2.MySQL
インストール
/usr/local/etc/pkgtools.confに
続きを読む
portsでインストール
portinstall www/apache22
/etc/rc.confに
apache22_enable="YES"
を追加
/usr/local/etc/pkgtools.confに
続きを読む
portinstallなら
portinstall portsnap
普通にPortsからなら
cd /usr/ports/sysutils/portsnap make install clean
ports からインストールした場合
続きを読む
cd /usr
mv ports ports.org
fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ports/ports.tar.gz
tar zxf ports.tar.gz
rm ports.tar.gz
whereis [インストールしたいプログラム名]