Skip to content

Web Interface to Open Source Chef Server 11 (*DEPRECATED*)

License

Notifications You must be signed in to change notification settings

colourmeamused/chef-server-webui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chef-server-webui

NOTE: This software is deprecated. It will continue to receive critical security updates until the future release of Chef Server 13.

Overview

The chef-server-webui is a simple Rails 3.2 application which talks to the Chef Server API (aka Erchef) for all back-end data. Installation is easy as the chef-server-webui already comes preconfigured as part of the default chef-server Omnibus package install. The chef-server-webui can also be deployed under any Rack compliant server.

The following default configuration values can be overriden in your Rails environment config:

config.chef_server_url = "http://127.0.0.1:8000"
config.rest_client_name = "chef-webui"
config.rest_client_key = "/etc/chef-server/webui_priv.pem"
config.admin_user_name =  "admin"
config.admin_default_password = "p@ssw0rd1"

Contributing/Development

Before working on the code, if you plan to contribute your changes, you need to read the Opscode Contributing document.

You will also need to set up the repository with the appropriate branches. We document the process on the Working with Git page of the Chef wiki.

Reporting Bugs

You can search for known issues in Opscode Chef's bug tracker. Tickets should be filed under the CHEF project with the component set to "Chef Server".

License

Copyright: Copyright (c) 2011-2012 Opscode, Inc.
License: Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Web Interface to Open Source Chef Server 11 (*DEPRECATED*)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 29.9%
  • Ruby 29.6%
  • CSS 20.9%
  • HTML 19.6%