upload vanilla folder to your root (ex : www.domain.com/vanilla)
rename the vanilla forlder to forum (after that you will see www.domain.com/forum)
now you can run install process
go to your language folder (vanilla/language/yourLangFolder)
open a page you like
add this $Definition['1 month ago'] = 'há 1 mês';


@rkneschke go to your forum/conf/config.phpand add this code
$Configuration['Garden']['Search']['Mode'] = 'like';
Go to your theme folder\views\default.master.php
you can find
echo Wrap(Anchor(T('Powered by Vanilla),
like this, change it you want.