OpenShitf
1.注册openshitf账号
https://www.openshift.com/app/account/new
2.getting-started-overview
https://developers.openshift.com/en/getting-started-overview.html
---- For Windows
- 安装 Ruby
http://rubyinstaller.org/ - 安装 Git
https://git-for-windows.github.io/ - 安装 OpenShift client tools
Ruby 下 使用命令行gem install rhc
连接到 OpenShift
rhc setup
->提示:Login to openshift.redhat.com:
->Enter
->提示:Password:
->输入密码
->以下 yes创建/下载/更新项目
推荐使用控制台创建
https://openshift.redhat.com/app/console/applications
下载/更新 使用gitGUI
3.SSH Key
https://developers.openshift.com/en/managing-remote-connection.html
- 安装Putty
- 生成sshkey
- sshkey添加到openshitf
4.使用eclipse开发
http://segmentfault.com/a/1190000000363485
Java Project Guide
https://developers.openshift.com/en/tomcat-getting-started.html