Skip to content
okvivi edited this page May 19, 2011 · 6 revisions

Installation instructions:

  • Put the contents of this repository under http://localhost/fbtunes/. It's the path that the Facebook Dev App has set, it's the only path that will be recognized by the Facebook API.

  • Edit /top.php to have your mysql user and password. If they are "root" and "" it's great, that's what I think they are set to for now.

  • I think, I'm not sure, that you might have to do chmod 777 templates_c. It's the Smarty cache directory that doesn't get pushed live, but needed for rendering pages.

  • Create a database called talk_foryou

  • Dump what's under /mysql/talk_foryou.sql in that database.

  • DONE. You should have a working talkforyou.me website, with some content already in it.

Clone this wiki locally