- 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).
推薦閱讀
- Apache OFBiz Development: The Beginner's Tutorial
- 中文版Maya 2012實用教程(第2版)
- 中文版Illustrator 2021完全自學教程
- After Effects全套影視特效制作典型實例(第2版)
- PyTorch深度學習簡明實戰(zhàn)
- Photoshop影視動漫角色繪制技法精解
- SketchUp/Piranesi印象彩繪表現項目實踐
- AutoCAD 2019中文版計算機輔助繪圖全攻略
- Photoshop CS6實戰(zhàn)從入門到精通(超值版)
- Drupal 7
- 零基礎學Procreate萌物繪
- UG NX 11中文版從入門到精通
- WS/BPEL 2.0 for SOA Composite Applications with Oracle SOA Suite 11g
- 和秋葉一起學:秒懂Photoshop后期修圖
- Linux Shell腳本攻略(第3版)