My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
djnago-phpbb installation instructions
Featured, Phase-Deploy
Updated Feb 19, 2009 by maciej.b...@gmail.com

Let's assume the following code layout:

  • ${HOME}/django-trunk -- Django trunk
  • ${HOME}/django-phpbb-read-only -- django-phpbb checked out from Subversion

Create a symbolic link, that will put phpbb directory under Django's contrib:

cd ${HOME}/django-trunk/django/contrib
ln -s ../../../django-phpbb-read-only/phpbb

You'll also need to edit settings.py and configure Django to use the same database that phpBB3 is using. If you want to prevent Django from accidentally writing to phpBB3 tables, set up permissions in the database and have a separate database user for Django. Otherwise, use the same database user and password that phpBB3 is using.

See also

Comment by dreamwal...@gmail.com, Feb 6, 2009

No ok, zainstalowałem Ale jak tego używać? o_O

Comment by project member maciej.b...@gmail.com, Feb 15, 2009

I added a new page with an usage example.

Comment by dolu...@gmail.com, Mar 12, 2010

Hello, how to make the app use a separate phpBB3 database?

Comment by francoislebel, Mar 15, 2010

Dolugen, you could do this using Django's multiple databases support, due for 1.2 or use trunk if you are in a hurry ;) http://code.djangoproject.com/wiki/MultipleDatabaseSupport

Comment by dolu...@gmail.com, Mar 15, 2010

Hey thanks for the link, lad. I wonder if maciej.blizinski (the owner) has abandoded the project?

The phpBB user table is phpbb_user not phpbb3_user like in django-phpbb's model. I had to rename the phpbb_user table to see the app really works. Or am I doing something wrong?


Sign in to add a comment
Powered by Google Project Hosting