Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T13:20:13.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T02:13:27.378Z (8 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
- zshRequirements
------------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/aixwget -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-setupcd /var/chef/
cat > solo.json < solo.rb <)```text
Copyright:: 2014 Christoph HartmannLicensed 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 athttp://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.
```