个人工具

“UbuntuHelp:PhpBB2”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示2个用户的10个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/PhpBB2}}
 
{{From|https://help.ubuntu.com/community/PhpBB2}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:PhpBB2}}
 
+
 
+
 
=== PhpBB2 ===
 
=== PhpBB2 ===
 
 
PhpBB2 is a web forum application which runs on apache, mysql and php.  With it, you can host your own forum site.
 
PhpBB2 is a web forum application which runs on apache, mysql and php.  With it, you can host your own forum site.
 
 
Follow these instructions to install PhpBB2 on Ubuntu 6.06 (Dapper Drake).
 
Follow these instructions to install PhpBB2 on Ubuntu 6.06 (Dapper Drake).
 
+
=== Alternative to manual installation ===
 
+
Some users may prefer to skip manual installation by using the unofficial pre-integrated [http://www.turnkeylinux.org/phpbb TurnKey phpBB Appliance] based on Ubuntu LTS.
 
=== LAMP Installation ===
 
=== LAMP Installation ===
 
 
Use [[UbuntuHelp:InstallingSoftware| any method]] to install the LAMP stack packages:
 
Use [[UbuntuHelp:InstallingSoftware| any method]] to install the LAMP stack packages:
 
 
<pre><nowiki>  
 
<pre><nowiki>  
 
apache2 php5-mysql libapache2-mod-php5 mysql-server
 
apache2 php5-mysql libapache2-mod-php5 mysql-server
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Set a mysql-root password (not the same as a root password, but a password for mysql)
 
Set a mysql-root password (not the same as a root password, but a password for mysql)
 
 
<pre><nowiki>
 
<pre><nowiki>
 
mysql -u root
 
mysql -u root
第25行: 第17行:
 
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword');
 
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword');
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You should now have a functional LAMP stack.
 
You should now have a functional LAMP stack.
 
 
Visit [[UbuntuHelp:ApacheMySQLPHP|Apache PHP MySQL]] for more information on LAMP.
 
Visit [[UbuntuHelp:ApacheMySQLPHP|Apache PHP MySQL]] for more information on LAMP.
 
 
=== Enable the Universe repository ===
 
=== Enable the Universe repository ===
 
 
* [[UbuntuHelp:Repositories/CommandLine| I am using Ubuntu server (command line)]]
 
* [[UbuntuHelp:Repositories/CommandLine| I am using Ubuntu server (command line)]]
 
* [[UbuntuHelp:AddingRepositoriesHowto| I am using a desktop]]
 
* [[UbuntuHelp:AddingRepositoriesHowto| I am using a desktop]]
 
 
=== Install Phpbb2 ===
 
=== Install Phpbb2 ===
 
 
Use [[UbuntuHelp:InstallingSoftware| any method]] to install the following package:
 
Use [[UbuntuHelp:InstallingSoftware| any method]] to install the following package:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
phpbb2-conf-mysql  
 
phpbb2-conf-mysql  
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The installation of that package will also install the phpbb2 package and perform all the database configuration for you.  You will be prompted for the mysql root user password (not the same as the root user, but the mysql's user named root)
 
The installation of that package will also install the phpbb2 package and perform all the database configuration for you.  You will be prompted for the mysql root user password (not the same as the root user, but the mysql's user named root)
 
+
https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb1a.jpg
https://help.ubuntu.com/comhttps://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb2.jpgAttachFile&do=get&target=phpbb1a.jpg
+
https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb2.jpg
 
+
attachment:phpbb2.jpg
+
 
+
 
Run this command to make the forum accessible through the web server
 
Run this command to make the forum accessible through the web server
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo ln -s /usr/share/phpbb2/site /var/www/phpbb  
 
sudo ln -s /usr/share/phpbb2/site /var/www/phpbb  
 
</nowiki></pre>
 
</nowiki></pre>
 
+
On newer versions of ubuntu/phpbb, it may be:
 +
<pre><nowiki>
 +
sudo ln -s /usr/share/phpbb3/www /var/www/phpbb
 +
</nowiki></pre>
 
Please read /usr/share/doc/phpbb2/README.Debian for more details.
 
Please read /usr/share/doc/phpbb2/README.Debian for more details.
 
 
You may need to reload apache's configuration if you have not done so since installing LAMP.  Do this if you get a message about the PHP environment not having support for a database.
 
You may need to reload apache's configuration if you have not done so since installing LAMP.  Do this if you get a message about the PHP environment not having support for a database.
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo /etc/init.d/apache2 restart
 
sudo /etc/init.d/apache2 restart
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Configuration ===
 
=== Configuration ===
 
 
Everything should now be installed and ready to go.
 
Everything should now be installed and ready to go.
 
 
* Launch your web browser and type in:  
 
* Launch your web browser and type in:  
 
<pre><nowiki>
 
<pre><nowiki>
hthttps://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb3.jpg
+
http://localhost/phpbb
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The PHPBB2 webpage should display that the forum is disabled.
 
The PHPBB2 webpage should display that the forum is disabled.
 
 
* Click Log in.
 
* Click Log in.
attachment:phpbb3.jpg
+
https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb3.jpg
 
+
* Use the default username and password:
* Use the dehttps://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb4.jpgssword:
+
 
<pre><nowiki>
 
<pre><nowiki>
 
username = admin
 
username = admin
 
password = admin
 
password = admin
 
</nowiki></pre>
 
</nowiki></pre>
 
 
* Click on the small link at the bottom of the page - '''GotoAdministrationPanel'''
 
* Click on the small link at the bottom of the page - '''GotoAdministrationPanel'''
attachment:phpbb4.jpg
+
https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb4.jpg
 
+
 
* Select the '''configuration''' link which is located under the sub heading '''General Admin''' on the lefthand side of the page.
 
* Select the '''configuration''' link which is located under the sub heading '''General Admin''' on the lefthand side of the page.
 
 
* Set the option '''Disable Forum''' to '''No''' and click '''Submit''' at the bottom of the page.
 
* Set the option '''Disable Forum''' to '''No''' and click '''Submit''' at the bottom of the page.
 
 
Note: Also, don't forget to change the admin password as well.
 
Note: Also, don't forget to change the admin password as well.
 
 
=== Languages ===
 
=== Languages ===
 
 
There are 53 additional languages available for your forum.  The english language pack is already included in the phpbb2 package itself.   
 
There are 53 additional languages available for your forum.  The english language pack is already included in the phpbb2 package itself.   
 
 
To install all the other languages, use [[UbuntuHelp:InstallingSoftware| any method]] to install the following package:
 
To install all the other languages, use [[UbuntuHelp:InstallingSoftware| any method]] to install the following package:
 
<pre><nowiki>
 
<pre><nowiki>
 
phpbb2-languages
 
phpbb2-languages
 
</nowiki></pre>
 
</nowiki></pre>
 +
=== External Links ===
 +
The following are unverified suggestions made by users.
 +
==== Turnkey Linux ====
 +
An Ubuntu-based [[UbuntuHelp: http://www.turnkeylinux.org/appliances/phpbb | phpBB  appliance ]] is one of the easiest ways to get up and running with phpBB on Ubuntu. It's part of a family of pre-integrated [[UbuntuHelp: http://www.turnkeylinux.org/ | TurnKey Linux ]] [[UbuntuHelp: http://www.turnkeylinux.org/appliances | Software Appliances ]] based on Ubuntu 8.04.2 (Hardy LTS).
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:52的最新版本

PhpBB2

PhpBB2 is a web forum application which runs on apache, mysql and php. With it, you can host your own forum site. Follow these instructions to install PhpBB2 on Ubuntu 6.06 (Dapper Drake).

Alternative to manual installation

Some users may prefer to skip manual installation by using the unofficial pre-integrated TurnKey phpBB Appliance based on Ubuntu LTS.

LAMP Installation

Use any method to install the LAMP stack packages:

 
apache2 php5-mysql libapache2-mod-php5 mysql-server

Set a mysql-root password (not the same as a root password, but a password for mysql)

mysql -u root

mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword');

You should now have a functional LAMP stack. Visit Apache PHP MySQL for more information on LAMP.

Enable the Universe repository

Install Phpbb2

Use any method to install the following package:

phpbb2-conf-mysql 

The installation of that package will also install the phpbb2 package and perform all the database configuration for you. You will be prompted for the mysql root user password (not the same as the root user, but the mysql's user named root) PhpBB2?action=AttachFile&do=get&target=phpbb1a.jpg PhpBB2?action=AttachFile&do=get&target=phpbb2.jpg Run this command to make the forum accessible through the web server

sudo ln -s /usr/share/phpbb2/site /var/www/phpbb 

On newer versions of ubuntu/phpbb, it may be:

sudo ln -s /usr/share/phpbb3/www /var/www/phpbb 

Please read /usr/share/doc/phpbb2/README.Debian for more details. You may need to reload apache's configuration if you have not done so since installing LAMP. Do this if you get a message about the PHP environment not having support for a database.

sudo /etc/init.d/apache2 restart

Configuration

Everything should now be installed and ready to go.

  • Launch your web browser and type in:
http://localhost/phpbb

The PHPBB2 webpage should display that the forum is disabled.

  • Click Log in.

PhpBB2?action=AttachFile&do=get&target=phpbb3.jpg

  • Use the default username and password:
username = admin
password = admin
  • Click on the small link at the bottom of the page - GotoAdministrationPanel

PhpBB2?action=AttachFile&do=get&target=phpbb4.jpg

  • Select the configuration link which is located under the sub heading General Admin on the lefthand side of the page.
  • Set the option Disable Forum to No and click Submit at the bottom of the page.

Note: Also, don't forget to change the admin password as well.

Languages

There are 53 additional languages available for your forum. The english language pack is already included in the phpbb2 package itself. To install all the other languages, use any method to install the following package:

phpbb2-languages

External Links

The following are unverified suggestions made by users.

Turnkey Linux

An Ubuntu-based phpBB appliance is one of the easiest ways to get up and running with phpBB on Ubuntu. It's part of a family of pre-integrated TurnKey Linux Software Appliances based on Ubuntu 8.04.2 (Hardy LTS).