diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-08 14:21:44 -0800 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-01-11 16:10:38 -0500 |
commit | 61bd67e56e7917306eedfe13ef8dc7532671c785 (patch) | |
tree | b46e8ac9b840f06990b13113e045d45ce5cb3d52 /omnibus | |
parent | e16f877cec3bfa864aafcc0c85e168755e030d5d (diff) | |
download | chef-61bd67e56e7917306eedfe13ef8dc7532671c785.tar.gz |
Update README
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/README.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/omnibus/README.md b/omnibus/README.md index 091d4deebd..1e73ad80e4 100644 --- a/omnibus/README.md +++ b/omnibus/README.md @@ -4,8 +4,7 @@ This project creates full-stack platform-specific packages for the following pro * AngryChef * Chef -* ChefDK -* Push Jobs Client +* Chef with FIPS enabled Installation ------------ @@ -97,7 +96,7 @@ section: ```shell $ bundle exec kitchen login <PROJECT>-ubuntu-1204 -[vagrant@ubuntu...] $ cd omnibus-chef +[vagrant@ubuntu...] $ cd chef/omnibus [vagrant@ubuntu...] $ bundle install --without development # Don't install dev tools! [vagrant@ubuntu...] $ ... [vagrant@ubuntu...] $ bundle exec omnibus build <PROJECT> -l internal @@ -105,8 +104,8 @@ $ bundle exec kitchen login <PROJECT>-ubuntu-1204 You can also login to Windows instances but will have to manually call the `load-omnibus-toolchain.bat` script which initializes the build environment. -Please note the mounted code directory is also at `C:\home\vagrant\omnibus-chef` -as opposed to `C:\Users\vagrant\omnibus-chef`. +Please note the mounted code directory is also at `C:\home\vagrant\chef\omnibus` +as opposed to `C:\Users\vagrant\chef\omnibus`. ```shell $ bundle exec kitchen login <PROJECT>-windows-81-professional @@ -116,11 +115,11 @@ Microsoft Windows [Version 6.3.9600] C:\Users\vagrant>load-omnibus-toolchain.bat -C:\Users\vagrant>cd C:\home\vagrant\omnibus-chef +C:\Users\vagrant>cd C:\home\vagrant\chef\omnibus -C:\home\vagrant\omnibus-chef>bundle install --without development +C:\home\vagrant\chef\omnibus>bundle install --without development -C:\home\vagrant\omnibus-chef>bundle exec omnibus build <PROJECT> -l internal +C:\home\vagrant\chef\omnibus>bundle exec omnibus build <PROJECT> -l internal ``` For a complete list of all commands and platforms, run `kitchen list` or |