openshift / origin-server

OpenShift 2 (deprecated)
889 stars 516 forks source link

Changing Logo #6424

Open Chisha14 opened 8 years ago

Chisha14 commented 8 years ago

How to change the logo in openshift origin with host broker ? I followed this link: " https://docs.openshift.org/latest/install_config/web_console_customization.html " instructions ,but I couldn't... any help please :)? @detiber

detiber commented 8 years ago

@Chisha14 I just replied to the comment you left on the original PR adding this support, but wanted to follow up here as well. @Miciah should be able to help or get you pointed in the right direction.

Chisha14 commented 8 years ago

Thank you , everything is okay :) ..

Miciah commented 8 years ago

You can now find the documentation directly in the GitHub repository (although GitHub's AsciiDoc rendering has some problems, so the raw version might be preferable—search for "conf_consoleproduct").

If you want to make the change manually after installation, modify /etc/openshift/console.conf, add PRODUCT_LOGO and PRODUCT_TITLE settings to specify the path to the custom logo (relative to /var/www/html/app/) and the custom title, and then restart the console with the command service openshift-console restart. Following are the default settings:

PRODUCT_LOGO="/assets/logo-origin.svg"
PRODUCT_TITLE="OpenShift Origin"
Miciah commented 8 years ago

@Chisha14, you are asking about OpenShift Origin 2, right? If you want the newer Kubernetes-based OpenShift Origin 3, you want the origin GitHub repository, not origin-server.