cookbook 'plexapp', '= 0.1.0'
The plexapp cookbook has been deprecated
Author provided reason for deprecation:
The plexapp cookbook has been deprecated and is no longer being maintained by its authors. Use of the plexapp cookbook is no longer recommended.
plexapp (2) Versions 0.1.0 Follow1
Installs and configures Plex media server
cookbook 'plexapp', '= 0.1.0', :supermarket
knife supermarket install plexapp
knife supermarket download plexapp
plexapp cookbook
This cookbook installs and configures Plex Media Server.
Requirements
Platform
Currently supported platforms:
- Ubuntu 12.04
Installation
You should install the cookbook from the Opscode Chef Community site,
not directly from the git repository. The git repository may contain
changes that are untested.
knife
Download and extract the cookbook in your cookbooks directory.
knife cookbook site download plexapp
tar -zxvf plexapp-*.tar.gz -C cookbooks
Or, if you use the "vendor branch" workflow:
knife cookbook site install plexapp
Berkshelf
In your top-level Chef repository Berksfile:
cookbook "plexapp"
Librarian Chef
In your Chef repository Cheffile:
cookbook "plexapp"
Usage
Modify the attributes as required in a role or wrapper cookbook, and
add the default recipe to the run list. For example, I have a
"plex-server" role that looks like this:
name "plex-server"
run_list("recipe[plexapp]")
Recipes
server_ubuntu
Adds Plex apt repository, installs the package and manages the service
using upstart.
default
Includes the appropriate recipe based on node['platform']
.
Roadmap
- Support additional platforms. Plex Media Server itself supports Fedora, CentOS, Mac OS X and Windows.
- Support client installation.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Author
- Author: Joshua Timberman (cookbooks@housepub.org)
- Copyright:: (c) 2012, Joshua Timberman
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.
Dependent cookbooks
This cookbook has no specified dependencies.