FAMPサーバ・スクラッチインストール
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*FAMPサーバ・スクラッチインストール [#nc2be2b5]
[[FreeBSD を USB からインストールする:https://ineters.com...
**[[本家サイト:https://www.freebsd.org/ja/where/]]などか...
**インストールメディア作成 [#bac55614]
**FreeBSD をインストールする [#w88a3cc0]
* ssh 接続 [#j4f510aa]
リモートから操作できる様に、/etc/ssh/ssh_config /etc/ssh/...
hosts.allow を設定変更する。
**[[ports collection の更新]] [#n0e43ab6]
**[[portupgrade のインストール]] [#u1546846]
**[[screen]]のインストール [#x242bbcf]
***[[起動メニュー待ち時間]]の短縮 [#dbbe3ff8]
***[[コンソール上のログを採取]] [#a322298a]
* Apache [#t27f2dc4]
# portinstall apache24
mpm は、worker を選択~
&ref(Apache_mpm.PNG);
# portinstall apache24
Apache24 起動用コマンドを書き込む
echo apache24_enable=\"yes\" >> /etc/rc.conf
**[[SSL]]サーバー証明書 [#ia497be3]
portinstall security/py-certbot
証明書を自動的に更新するには、/etc/periodic.conf へ wee...
echo weekly_certbot_enable=\"YES\" >> /etc/periodic.conf
以下はインストール時に自動で書き込まれる。
/usr/local/etc/periodic/weekly/500.certbot-3.9
* MariaDB [#j3956ed2]
いつも悩むバージョン選びw
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb-co...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb101...
drwxr-xr-x 3 root wheel 512 Oct 12 03:25 mariadb101...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb105...
drwxr-xr-x 3 root wheel 512 Oct 10 15:57 mariadb105...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb106...
drwxr-xr-x 3 root wheel 512 Oct 10 15:57 mariadb106...
今回はこれで↓
# portinstall mariadb106-client
# portinstall mariadb106-server
コレですが、 mariadb106-server のほうから先に入れると、c...
[[mariadb105]]
**[[phpmyadmin]]5 をインストール [#q4883813]
依存関係で、php81がインストールされるので、ZTSオプション...
phpmyadmin の方は、Ver 4.9 と一個古いんだそうな。Ports ...
** portinstall [[www/mod_php81:https://piano2nd.smb.net/P...
ZTSオプションにチェック
[X] ZTS Force Zend Thread Safety (ZTS) build
*[[Postfix]] install [#mea3b547]
│[X] SASL Cyrus SASL support (Dovecot SASL is alwa...
*Mailman [#w66d2ace]
[[Mailman-2.1.14+j7スクラッチインストール]]
現状で、/usr/ports/mail/mailman3 はインストールエラー無...
が、有り難い事に、/usr/ports/mail/mailman に、python27 ...
189 16:15 cd /usr/ports/mail/mailman
190 16:15 make install clean
196 16:26 chown -R mailman:mailman /usr/local/mailm...
199 16:27 /usr/local/mailman/bin/check_perms -f
200 16:27 chown www /usr/local/mailman/archives/pri...
201 16:27 chmod o-x /usr/local/mailman/archives/pri...
202 16:27 bin/check_perms -f
No problems found
** /usr/local/mailman/Mailman/mm_cfg.py を設定 [#ydfed54d]
# Put YOUR site-specific settings below this line.
DEFAULT_SERVER_LANGUAGE = 'ja'
DEFAULT_EMAIL_HOST="k214.kuji-clinic.net"
DEFAULT_URL_HOST="k214.kuji-clinic.net"
MTA = 'Postfix'
USE_MAILMAN_MESSAGE_ID = Yes
"SMTPHOST = k214.kuji-clinic.net"
MTA = 'Postfix'
DEFAULT_SUBJECT_PREFIX = '[%(real_name)s:%%d]'
# This and the next three lines added by FreeBSD's post-...
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
OWNERS_CAN_DELETE_THEIR_OWN_LISTS = yes
203 16:29 /usr/local/etc/rc.d/mailman start
210 16:45 bin/newlist mailman
230 17:38 bin/mmsitepass サイトパスワードを変...
231 17:39 service mailman restart
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*FAMPサーバ・スクラッチインストール [#nc2be2b5]
[[FreeBSD を USB からインストールする:https://ineters.com...
**[[本家サイト:https://www.freebsd.org/ja/where/]]などか...
**インストールメディア作成 [#bac55614]
**FreeBSD をインストールする [#w88a3cc0]
* ssh 接続 [#j4f510aa]
リモートから操作できる様に、/etc/ssh/ssh_config /etc/ssh/...
hosts.allow を設定変更する。
**[[ports collection の更新]] [#n0e43ab6]
**[[portupgrade のインストール]] [#u1546846]
**[[screen]]のインストール [#x242bbcf]
***[[起動メニュー待ち時間]]の短縮 [#dbbe3ff8]
***[[コンソール上のログを採取]] [#a322298a]
* Apache [#t27f2dc4]
# portinstall apache24
mpm は、worker を選択~
&ref(Apache_mpm.PNG);
# portinstall apache24
Apache24 起動用コマンドを書き込む
echo apache24_enable=\"yes\" >> /etc/rc.conf
**[[SSL]]サーバー証明書 [#ia497be3]
portinstall security/py-certbot
証明書を自動的に更新するには、/etc/periodic.conf へ wee...
echo weekly_certbot_enable=\"YES\" >> /etc/periodic.conf
以下はインストール時に自動で書き込まれる。
/usr/local/etc/periodic/weekly/500.certbot-3.9
* MariaDB [#j3956ed2]
いつも悩むバージョン選びw
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb-co...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb101...
drwxr-xr-x 3 root wheel 512 Oct 12 03:25 mariadb101...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb105...
drwxr-xr-x 3 root wheel 512 Oct 10 15:57 mariadb105...
drwxr-xr-x 2 root wheel 512 Oct 10 15:57 mariadb106...
drwxr-xr-x 3 root wheel 512 Oct 10 15:57 mariadb106...
今回はこれで↓
# portinstall mariadb106-client
# portinstall mariadb106-server
コレですが、 mariadb106-server のほうから先に入れると、c...
[[mariadb105]]
**[[phpmyadmin]]5 をインストール [#q4883813]
依存関係で、php81がインストールされるので、ZTSオプション...
phpmyadmin の方は、Ver 4.9 と一個古いんだそうな。Ports ...
** portinstall [[www/mod_php81:https://piano2nd.smb.net/P...
ZTSオプションにチェック
[X] ZTS Force Zend Thread Safety (ZTS) build
*[[Postfix]] install [#mea3b547]
│[X] SASL Cyrus SASL support (Dovecot SASL is alwa...
*Mailman [#w66d2ace]
[[Mailman-2.1.14+j7スクラッチインストール]]
現状で、/usr/ports/mail/mailman3 はインストールエラー無...
が、有り難い事に、/usr/ports/mail/mailman に、python27 ...
189 16:15 cd /usr/ports/mail/mailman
190 16:15 make install clean
196 16:26 chown -R mailman:mailman /usr/local/mailm...
199 16:27 /usr/local/mailman/bin/check_perms -f
200 16:27 chown www /usr/local/mailman/archives/pri...
201 16:27 chmod o-x /usr/local/mailman/archives/pri...
202 16:27 bin/check_perms -f
No problems found
** /usr/local/mailman/Mailman/mm_cfg.py を設定 [#ydfed54d]
# Put YOUR site-specific settings below this line.
DEFAULT_SERVER_LANGUAGE = 'ja'
DEFAULT_EMAIL_HOST="k214.kuji-clinic.net"
DEFAULT_URL_HOST="k214.kuji-clinic.net"
MTA = 'Postfix'
USE_MAILMAN_MESSAGE_ID = Yes
"SMTPHOST = k214.kuji-clinic.net"
MTA = 'Postfix'
DEFAULT_SUBJECT_PREFIX = '[%(real_name)s:%%d]'
# This and the next three lines added by FreeBSD's post-...
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
OWNERS_CAN_DELETE_THEIR_OWN_LISTS = yes
203 16:29 /usr/local/etc/rc.d/mailman start
210 16:45 bin/newlist mailman
230 17:38 bin/mmsitepass サイトパスワードを変...
231 17:39 service mailman restart
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: