| 1 | 1) create an account and get keys from http://mollom.com |
| 2 | |
| 3 | 2) Place MollomPlugin.php in laconica/local |
| 4 | |
| 5 | 3) Add the following to your laconica/config.php |
| 6 | |
| 7 | addPlugin('Mollom'); |
| 8 | |
| 9 | $config['mollom']['public_key'] = ''; |
| 10 | $config['mollom']['private_key'] = ''; |

