- Drupal for Education and E/Learning
- Bill Fitzgerald
- 212字
- 2021-05-28 17:43:13
Installing Drupal—The Quick Version
The following steps will get you up and running with your Drupal site. This quickstart version gives an overview of the steps required for most setups. A more detailed version follows immediately after this section.
Once you are familiar with the setup process, installing a Drupal site takes between 5 and 10 minutes.
- Download the core Drupal codebase from http://drupal.org/project/drupal.
- Extract the codebase on your local machine.
- In your extracted codebase, navigate to the
sites/default
directory. This directory contains one file:default.settings.php
. Make a copy of this file, and name the copysettings.php
. - Using phpMyAdmin, create a database on your server. Write down the name of the database.
- Using phpMyAdmin, create a user on the database using the following SQL statement:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER,ON databasename.*TO 'username'@'localhost' IDENTIFIED BY 'password';
You will have created the databasename in Step 4; write down the username and password values, as you will need them to complete the install.
- Upload the Drupal codebase to your web folder.
- Navigate to the URL of your site. Follow the instructions of the Install Wizard. You will need your databasename (created in Step 4), as well as the username and password for your database user (created in Step 5).
推薦閱讀
- Creo Parametric 8.0中文版基礎入門一本通
- Sphinx Search Beginner's Guide
- 中文版Premiere影視編輯課堂實錄
- Learning Ext JS 3.2
- Photoshop圖形圖像處理實用教程
- Excel數據管理:不加班的秘密
- BIRT 2.6 Data Analysis and Reporting
- Premiere Pro CC 2018基礎教程(第3版)
- Photoshop CS6案例教程(第3版)
- Python 3 Object Oriented Programming
- Maya 2020 超級學習手冊
- 構筑敏捷的開發團隊:微軟Visual Studio 2010實戰兵法
- VRP12虛擬現實編輯器標準教程
- 中文版CINEMA 4D R20實戰基礎教程(全彩版)
- Grails 1.1 Web Application Development