LoginSignup
1
0

More than 5 years have passed since last update.

Apache Igniteのインストール

Last updated at Posted at 2018-12-16

やってみた

前提条件

環境はCentOS7

手順

  1. リポジトリをあらかじめ更新しておく

    # yum -y update
    
  2. リポジトリ情報を追加する

    $ sudo bash -c 'cat <<EOF > /etc/yum.repos.d/ignite.repo
    [ignite]
    name=Apache Ignite
    baseurl=http://apache.org/dist/ignite/rpm/
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=http://apache.org/dist/ignite/KEYS
       http://bintray.com/user/downloadSubjectPublicKey?username=bintray
    EOF'
    
  3. リポジトリ情報を再度更新する

    $ sudo yum -y check-update
    
  4. インストールする

    $ sudo yum -y install apache-ignite
    

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0