DRUPAL7 installation Complete tutorial, DRUPAL7 tutorial _php Tutorial

Source: Internet
Author: User
Tags php and mysql drupal

DRUPAL7 installation Complete tutorial, DRUPAL7 tutorial


DRUPAL7 Prehistoric preparations (installation Appserv)
Appserv is a PHP Web station tool combination package, the author will be some network free station resources repackaged into a single installation program to facilitate beginners to quickly complete the station, Appserv contains software: Apache,
Apache Monitor, PHP, MySQL, PhpMyAdmin, and more.
1. Download Appserv-win32-2.5.10.exe (http://www.appservnetwork.com)


2. Install Appserv, detailed tutorial see:
Http://jingyan.baidu.com/article/91f5db1bf72ac01c7f05e3a7.html
Recommendation: Set the WEB service port at installation to 8080 to avoid conflicts with IIS service port 80.


3. Create and Manage databases: Visit http://localhost:8080, click "PhpMyAdmin Database Manager"
That is, enter MySQL database management platform, default User: Root, password is empty.


Note 1: "phpMyAdmin detailed graphic use tutorial" see:
Http://jingyan.baidu.com/article/154b4631a9a9b828cb8f416c.html
After root login, go to "permissions" on the homepage, find the corresponding user, click "Edit Permission" button,
You can make changes to your password or permissions.


NOTE 2: Recommended XAMPP (Apache+mysql+php+perl), it is a powerful building station set
into a package. The original name of this package is lampp, but in order to avoid misunderstandings, the latest versions are renamed
For the XAMPP. It can be installed in Windows, Linux, Solaris, M ac os X and many other operating systems
Use, support multi-language: English, Simplified Chinese, Traditional Chinese, Korean, Russian, Japanese and so on.

DRUPAL7 Installation Preparation Work
1. Download Drupal7 (http://drupalchina.cn/download), unzip folder modify named Drupal7, copy to
The D:\AppServ\www directory.


2. Download the language Pack file (http://drupalchina.cn/download), install the Language pack file: Place the. po File
To the Drupal7/profiles/standard/translations directory


3. Create the configuration file: Enter the Sites/default directory, copy the default.settings.php, name
To settings.php
To avoid "DRUPAL7 request exception, execution time too long" issue, in settings.php (Modify read-only permissions)
Add this sentence at the end:
$conf [' drupal_http_request_fails '] = FALSE;


4. Create user Files directory: Creates a new directory under the Sites/default directory named files


5. Set Permissions:
If it is a Linux platform, set the permissions for the files directory to 777,settings.php set to Web
The server user can write, if not clear, can also be set to 777 first.
If you are a Windows platform, refer to the Settings files directory and the settings.php file permissions to make
Everyone user "Full Control".


6. Can be accessed in the browser: HTTP://LOCALHOST:8080/DRUPAL7, enter the DRUPAL7 installation configuration interface.

DRUPAL7 Installation configuration Process
1. Select the installation method: standard!


2. Select language: Chinese!


3. Confirm the installation conditions: Modify the C:\Windows\php.ini file:
Memory_limit = 32M
Restart the Apache Web Service, refresh the current page, and enter the database configuration.


4. Database Configuration
The default is to connect only sqllite databases. Of course we want to use the MySQL database. What to do?
To modify the C:\Windows\php.ini file:
Extension=php_pdo_mysql.dll//enable Drupal to connect to MySQL database
Restart the Apache Web Service, refresh the current page, and display a connection to the MySQL database.
Create an empty database in advance: Drupal
In the database configuration, note: Do not mistakenly enter the space!
After this step succeeds, go to the database management interface and you will see that many data tables have been created automatically, such as:


5. Setting up a Web site

6. Installation Complete
Note: During the installation process sometimes due to the steps such as the installation of translation time is too long, there will be a timeout error, the solution
Solution: Open the php.ini file, find the Max_execution_time, and change the number back to you
The desired time (for example, 3000), the unit is seconds. This method requires a restart of the service after modification.


7. Visit the new website

Next: Use good drupal7, your own refueling bar!

Reference site: http://drupalchina.cn

Accessories: Full tutorial with graphs-http://download.csdn.net/download/huazeming999/7674957


Ask Drupal how to install?

Drupal must have PHP and MySQL or related database support, to extract Drupal into space, in the browser point to install the path, preferably installed in the root directory, so that the input domain name can be directly accessed, according to the screen display, install the Chinese package and input database data, the last point to confirm it. If the installation is not possible, the biggest problem is only the space is not supported or the PHP,MYSQL version is too low. Explain that the practice of online change of the original procedure is a cheat.

Ask a big place to have Drupal 7 Chinese video tutorial

English is a lot of free, Chinese comparison into the system only see the charges, or you go to Youku search it, there are some, but not enough system just

http://www.bkjia.com/PHPjc/848237.html www.bkjia.com true http://www.bkjia.com/PHPjc/848237.html techarticle DRUPAL7 Installation Complete tutorial, DRUPAL7 tutorial Drupal7 Prehistoric Preparation (Installation Appserv) Appserv is a PHP web-station tool combination package, the author will be some network on the free station resources heavy ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.