1

我是一个 openshift 起源菜鸟,我尝试将它安装在我的笔记本电脑上并使用它...在 Windows 7 上,我安装了 vagrant、virtualbox 和 Vagrant-openshift 插件(https://github.com/openshift/vagrant-openshift )

我已经创建了盒子,当我做 vagrant up 时开始,我可以使用 ssh 连接到机器

我的问题是接下来我需要做什么?如何连接到 openshift 的 Web 控制台?我需要在哪里安装 rhc 以及如何安装?能够创建/部署应用程序?

谢谢你,波格丹

4

2 回答 2

1

安装后,您可以通过https://hostname-OR-IP:8443/console访问 Openshift控制台

如果您无法访问,请使用 ip route 检查您的路由状态,并确认 vagrant 默认接口(通常是 eth0)未配置为默认路由。

如果您能够登录服务器,则可以运行 oc 和 oadm 命令来创建/配置应用程序。

于 2016-08-11T11:29:24.770 回答
-1

i think that windows isn't a good plataform to install openshift, if you have a VM try to install CentOS 6 or fedora (or RHEL 6 if you have access to any distribution) there's a very larger amount of information to these OS than windows, or you just can install the openshift OS distribution that is supposed to do everything for you, you only have to configure the DNS server and DHCP and a few thing that scripts doesn't can do for you.

If you try to install it on one of the Linux distribution mentioned above you can just install it from the webpage or try to install from the deployment guide that is very complete: www.openshift.org/documentation/oo_deployment_guide_comprehensive.html

In my personal experience i had a very hard time with the deployment guide but it worth if you think in the knowledge and experience that you gain.

all is there, hope it weren't too late to answer you.

于 2015-02-19T14:19:58.443 回答