[ { type: install message: < AllowOverride None Order Allow,Deny Allow from all 2. Webtrees uses a MySQL database. Configure a MySQL webtrees user and database using commands such as (substitute PASSWD for something of your own choosing): mysql> create user webtrees%%VERSION_SUFFIX%%@localhost identified by PASSWD; mysql> create database webtrees%%VERSION_SUFFIX%%; mysql> grant all on webtrees%%VERSION_SUFFIX%%.* to webtrees%%VERSION_SUFFIX%%@localhost; 3. Configure webtrees by browsing to the webtrees URL: http://your.server.com/webtrees%%VERSION_SUFFIX%%/ and you should be taken to the setup wizard, which will lead you through setting up webtrees: asking for the database server, database user and database name, and then assist you in creating a webtrees admin account, etc. EOM } ]