« USBメモリのフォーマット | トップページ | WSH - コマンドラインパラメータ »

2009年4月 9日 (木)

CentOS5で自前yumリポジトリ構築

LAN内のFedoraへ提供するために、CentOSに自前yumリポジトリを構築した。

  • createrepoコマンドのインストール。
    # yum install createrepo
    ...
  •  RPMファイルのコピー
    # mkdir -p /var/www/yum/fedora/updates/10/i386

    # cp *.rpm /var/www/yum/fedora/updates/10/i386/
  • createrepoコマンドで、yumリポジトリを構築。
    # createrepo -v /var/www/yum/fedora/updates/10/i386/
    1/10 - xxxx-xxxx.fc10.i386.rpm
    ...
    10/10 - xxxx-xxxx.fc10.i386.rpm

    Saving Primary metadata
    Saving file lists metadata
    Saving other metadata

    # ls /var/www/yum/fedora/updates/10/i386/repodata/
    filelists.xml.gz  other.xml.gz  primary.xml.gz  repomd.xml
  • Apacheでサイトを公開。
    # vi /etc/httpd/conf.d/yumrepos.conf
    Alias "/yum" "/var/www/yum"
    <Directory "/var/www/yum">
        Options Indexes
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    # /etc/init.d/httpd restart
    httpd を停止中:                                            [  OK  ]
    httpd を起動中:                                            [  OK  ]

参考:
yumリポジトリの構築 - アシアルブログ内

« USBメモリのフォーマット | トップページ | WSH - コマンドラインパラメータ »

Linux」カテゴリの記事

コメント

この記事へのコメントは終了しました。

トラックバック


この記事へのトラックバック一覧です: CentOS5で自前yumリポジトリ構築:

« USBメモリのフォーマット | トップページ | WSH - コマンドラインパラメータ »

2021年6月
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      

Amazonリンク

ダイビング写真(swf)

ブログ内検索

  • Google
    WWW を検索
    ブログ内を検索

リンク(いつもお世話さま)

  • ソニーストア
     iTunes Store(Japan)
    Just MyShop(ジャストシステム)
    ブックオフオンライン
無料ブログはココログ