ow2 » Installing ow2
See INSTALLING.txt in the distribution package. Prerequisites:Maybe you would like to modify the name of your main area:
INSERT INTO `ow2_area` (`idArea`, `nomeArea`, `userCreazione`, `tstCreazione`,
`ipCreaz`, `akey_read`, `akey_add`, `akey_delete`, `akey_edit`, `akey_updKeys`, `akey_writeup`)
VALUES (1, 'Docs', 1, '2004-04-15 17:02:42', '', '', 'SYSOP', 'SYSOP', 'SYSOP', 'SYSOP', 'SYSOP'),
(2, 'Pangea', 1, '2003-07-18 14:14:41', '', '', 'USER', 'USER', 'USER', 'SYSOP', ''),
(3, 'Utenti', 0, '0000-00-00 00:00:00', '', '', 'SYSOP', 'SYSOP', '', 'SYSOP', 'SYSOP');
If you have modified the area name as explained before you must modify these two variable values too:
$DEFAULT_NODE = "YourAreaName/Home Page";
$DEFAULT_AREA = "YourAreaName";
