https://github.com/chris-rock/aix-base-setup
Basic AIX setup
https://github.com/chris-rock/aix-base-setup
Last synced: 9 months ago
JSON representation
Basic AIX setup
- Host: GitHub
- URL: https://github.com/chris-rock/aix-base-setup
- Owner: chris-rock
- License: apache-2.0
- Created: 2015-01-20T09:35:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T13:20:13.000Z (almost 11 years ago)
- Last Synced: 2025-01-17T03:23:07.599Z (11 months ago)
- Language: Ruby
- Homepage: http://lollyrock.com/articles/managing-mainframe-using-chef/
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
```