Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chris-rock/aix-base-setup

Basic AIX setup
https://github.com/chris-rock/aix-base-setup

Last synced: about 1 month ago
JSON representation

Basic AIX setup

Awesome Lists containing this project

README

        

aix-base-setup Cookbook
=======================

This cookbook installs base GNU applications on AIX. All installed packages are provided by IBM as [AIX Toolbox for Linux Applications](http://www-03.ibm.com/systems/power/software/aix/linux/)

Currently it installs:

- curl
- wget
- zip
- vim
- zsh

Requirements
------------

This cookbook depends on [aix cookbook](https://github.com/opscode-cookbooks/aix)

Usage
-----

As a precondition, you need to install the Chef client.

```bash

# download the cookbooks
wget -O aix.zip https://github.com/opscode-cookbooks/aix/archive/master.zip
unzip aix.zip
mv aix-master /var/chef/cookbooks/aix

wget -O aix-base-setup.zip https://github.com/chris-rock/aix-base-setup/archive/master.zip
unzip aix-base-setup.zip
mv aix-base-setup-master /var/chef/cookbooks/aix-base-setup

cd /var/chef/
cat > solo.json < solo.rb <)

```text
Copyright:: 2014 Christoph Hartmann

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.
```