2014年4月5日土曜日
[FreeBSD]10.0設置までの道のり2[webmin,virtualmin]
普段お世話になっているblueonyxは、とても良く出来たアプリケーションだと思います。
今回のサーバーではコマンドラインでの操作を減らすため、webminを導入しようと思います。
あまり考えずに、できるだけ簡単に進めてみます。
# sudo pkg install webmin
Updating repository catalogue
digests.txz 100% 1073KB
packagesite.txz 100% 4959KB
Incremental update completed, 22958 packages processed:
12135 packages updated, 53 removed and 83 added.
New version of pkg detected; it needs to be installed first.
The following 1 packages will be installed:
Upgrading pkg: 1.2.7 -> 1.2.7_1
The installation will require 266 B more space
2 MB to be downloaded
Proceed with installing packages [y/N]: y
pkg-1.2.7_1.txz 100% 2025KB
Checking integrity... done
[1/1] Upgrading pkg from 1.2.7 to 1.2.7_1... done
If you are upgrading from the old package format, first run:
# pkg2ng
Updating repository catalogue
The following 6 packages will be installed:
Installing perl5: 5.16.3_9
Installing p5-Authen-PAM: 0.16_1
Installing python27: 2.7.6_4
Installing p5-IO-Tty: 1.10
Installing p5-Net-SSLeay: 1.58
Installing webmin: 1.680
The installation will require 178 MB more space
35 MB to be downloaded
Proceed with installing packages [y/N]: y
perl5-5.16.3_9.txz 100% 13MB
p5-Authen-PAM-0.16_1.txz 100% 24KB
python27-2.7.6_4.txz 100% 9998KB
p5-IO-Tty-1.10.txz 100% 30KB
p5-Net-SSLeay-1.58.txz 100% 331KB
webmin-1.680.txz 100% 12MB
Checking integrity... done
[1/6] Installing perl5-5.16.3_9... done
[2/6] Installing p5-Authen-PAM-0.16_1... done
[3/6] Installing python27-2.7.6_4... done
[4/6] Installing p5-IO-Tty-1.10... done
[5/6] Installing p5-Net-SSLeay-1.58... done
[6/6] Installing webmin-1.680... done
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:
bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
Install them as needed.
====
After installing Webmin for the first time you should perform the following
steps as root:
* Configure Webmin by running /usr/local/lib/webmin/setup.sh
* Add webmin_enable="YES" to your /etc/rc.conf
* Start Webmin for the first time by running /usr/local/etc/rc.d/webmin start
The parameters requested by setup.sh may then be changed from within Webmin
itself.
インストール完了。最後のコメ印部分を指示通りrootで実行していきます。
特に気をつけることもなく終了。
ローカルで動いているので、サーバーのローカルIPアドレス:10000でアクセスします。
ページが表示されて、完了ですね。
0 件のコメント:
コメントを投稿