サーバーにPlay Frameworkをインストールしたので手順を残しておく!!
1.Javaをインストール
1 | [xxx@localhost ~]$ sudo yum -y install java-1.8.0-openjdk-devel.x86_64 |
2.Play Frameworkをインストール
1 2 3 4 | [xxx@localhost ~]$ wget https: //downloads .typesafe.com /typesafe-activator/1 .3.6 /typesafe-activator-1 .3.6-minimal.zip [xxx@localhost ~]$ unzip typesafe-activator-1.3.6-minimal.zip [xxx@localhost ~]$ sudo mv activator-1.3.6-minimal /usr/local/lib [xxx@localhost ~]$ sudo ln -s /usr/local/lib/activator-1 .3.6-minimal /activator /usr/bin/activator |
以上