TobyHFerguson / Davenport

Project to provide automated creation of a Bare Metal Provisioning (BMP) environment for Oracle 12C
0 stars 0 forks source link

Tell user to use 'script' before starting #40

Open TobyHFerguson opened 9 years ago

TobyHFerguson commented 9 years ago

Using 'script' to capture all the output is really useful. We should tell the user to use it!

UncleRedBeard commented 9 years ago

Ex. 'script' usage script -c "" path/to/output_file

[davenport@demo Davenport]$ script -c "vagrant up" vagrant_up.out

Starts the vagrant boxes and logs the output to vagrant_up.out file.