Re: A little help with integration
Can you post what you did and what resources you used, so others with the same problem might find this post when they are searching for a solution to their problem?
Basically though, you would install WordPress first, then use the same database for bbPress, but with a different table prefix for the bbPress tables. Then there are configuration options in config.php in the bbpress folder. Some of those can only be answered AFTER installing WordPress, like these:
$bb->wp_table_prefix = '';
$bb->wp_home = '';
$bb->wp_siteurl = '';