|
|
Etch Demo
The instructions should help you get a demo of etch up and running on a
single host as quickly as possible. If you'd like to set up a more
complete etch environment see our
QuickStart Guide.
- Prepare Perl on your system. See this page.
- Make a directory named /var/etch/.
- Download the etch distribution from the
download page.
- Unpack the distribution and copy the configs directory into
/var/etch. You won't need the other directories in the distribution for
this simple setup.
- Move /var/etch/configs/source-demo to /var/etch/configs/source
- Edit /var/etch/configs/hosts.xml and create an entry for your host.
The name field must exactly match the output of the hostname command on
your system. For now an empty entry (no group or hardware tags) will
suffice.
- Run /var/etch/configs/etch without any options. It
should print a help message.
- Run /var/etch/configs/etch --dry-run --generate to do a
dry run of the demo configuration files.
- Edit the demo config files to test out etch's features, or consult
the source-samples directory for an extensive selection of sample
configurations. See the Manual for
details on creating etch configurations.
- See the QuickStart Guide for info
about how to proceed further.
|