Talk:Debian Appliance Builder: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:
A means to place additional Infopage URLs in the dab.conf qould be useful.
A means to place additional Infopage URLs in the dab.conf qould be useful.


In the example applications download, the joomla appliance joomla.conf file in dab-pve-appliances_2009-01-19/debian-5.0-joomla
In the example applications download, the joomla appliance joomla.conf file in dab-pve-appliances_2009-01-19/debian-5.0-joomla needs to replace it's first line:-
needs to replace it's first line:-
 
ServerAdmin webmaster@loalhost
ServerAdmin webmaster@loalhost
with
with
ServerAdmin webmaster@localhost
ServerAdmin webmaster@localhost

Revision as of 14:14, 21 March 2009

If we choose to generate a random password for mysql at deployment time, how do we refer to it in the script for making the template?

The following dab.conf parameter is missing in the wiki

ManageUrl: http://__IPADDRESS__/

A list of usable variables like the __IPADDRESS__ must be included in the page.

A means to place additional Infopage URLs in the dab.conf qould be useful.

In the example applications download, the joomla appliance joomla.conf file in dab-pve-appliances_2009-01-19/debian-5.0-joomla needs to replace it's first line:-

ServerAdmin webmaster@loalhost

with

ServerAdmin webmaster@localhost