个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第45行: 第45行:
 
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/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=phpbb1a.jpg
  
  attachment:phpbb2.jpg
+
  https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=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
第68行: 第68行:
 
* 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>
  
第74行: 第74行:
  
 
* Click Log in.
 
* Click Log in.
  attachment:phpbb3.jpg
+
  https://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb3.jpg
  
* Use the dehttps://help.ubuntu.com/community/PhpBB2?action=AttachFile&do=get&target=phpbb4.jpgssword:
+
* Use the default username and password:
 
<pre><nowiki>
 
<pre><nowiki>
 
username = admin
 
username = admin
第83行: 第83行:
  
 
* 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.

2007年5月14日 (一) 00:39的版本


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).


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 

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