diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-03-17 17:41:38 -0700 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-03-17 17:41:38 -0700 |
commit | 1aaeb20c92cc3650b891ee4bf674eccf402fcd3b (patch) | |
tree | aef0791eec29df1feeda4b53d74afea09d71a5cf /INSTALL | |
parent | 18362752ce713bf964891531fa8ebb0f38360dc7 (diff) | |
parent | 01d607998626c4133dc22f97b4350f5adb97154f (diff) |
Merge branch 'master' of ssh://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -3,7 +3,7 @@ much a work in progress. Read *everything* before beginning the setup. 1. Requirements: -* phpBB 3.0.70-PL1 +* phpBB 3.0 * MySQL * a mail server * Perl @@ -12,7 +12,7 @@ much a work in progress. Read *everything* before beginning the setup. 2. Check out the bridge code from SourceForge: - svn co https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk/bridge + git clone git://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge (Note: The code is in the VASSAL repository at present because it was developed for VASSAL's forum. I will probably move it to its own repo @@ -40,6 +40,7 @@ Then, subscribe your bridge address to your mailing list. 5. Bridge database: The bridge keeps a database which maps * Create a MySQL database, and populate it using src/schema.sql. + * Create a user for the DB, put the database name, username, and password into BridgeConf.php. (BridgeConfg.php.example is given as an example.) @@ -73,11 +74,15 @@ Then, subscribe your bridge address to your mailing list. 6. Other adjustments: * Set $php_root_path in PhpBB3Conf.php. + * $sender in forum_post_send.php should match the bridge address. + * The regex which strips the list footer in PhpBB3.php will need to be adjusted to match your list footer. + * $attach_dir in attachment_writer.php should match the storage directory for post attachments for your forum. + * Possibly some that I'm missing? Let me know. 7. TODO: @@ -97,4 +102,4 @@ Then, subscribe your bridge address to your mailing list. Joel Uckelman uckelman@nomic.net -3 November 2010 +1 March 2012 |