CentOS6に typesafe-stack install


Typesafeサイトを見てインストール

Create a file called typesafe.repo in the folder /etc/yum.repos.d/ containing this information:

[typesafe]
name=Typesafe RPM Repository
baseurl=http://rpm.typesafe.com/
enabled=1

Next, open a terminal window and type:

$ yum install typesafe-stack

これだけだと、*** is not signedと怒られてしまったので、

[typesafe]
name=Typesafe RPM Repository
baseurl=http://rpm.typesafe.com/
enabled=1
gpgcheck=0

と1行追加して、無事インストール完了