| | 89 | === Hardware description === |
| | 90 | |
| | 91 | You need to create a template describing the hardware configuration of your machines. This is generally placed in `hardware`sub-directory of site directory. Look at examples. |
| | 92 | |
| | 93 | === Adding Machine to pro_site_database.tpl === |
| | 94 | |
| | 95 | Before being able to configure the machine, you need to create an entry for the machine name in both tables of `pro_site_database.tpl`. First entry defines the address associated with the machine name, second entry defines the hardware template associated with the machne. |
| | 96 | |
| | 97 | === Creating Machine Profile === |
| | 98 | |
| | 99 | Copy an existing profile in examples corresponding to the machine type you want to create. |