简体   繁体   English

用于安装 Drupal 的 URL

[英]URL for installing Drupal

I am trying to install Drupal using this manual.我正在尝试使用 手册安装 Drupal。

I am stuck at the following step:我被困在以下步骤:

Open your browser and navigate to your Drupal file path, you will see the first Drupal installer screen as shown in the following image.打开浏览器并导航到您的 Drupal 文件路径,您将看到第一个 Drupal 安装程序屏幕,如下图所示。 In our case the path is localhost/< Your_drupal_folder > .在我们的例子中,路径是localhost/< Your_drupal_folder > Select the Standard option and click Save and continue.选择标准选项并单击保存并继续。

I downloaded the Drupal folder:我下载了 Drupal 文件夹: 在此处输入图像描述

Now I copy and paste the path to Drupal folder into Chrome, and nothing happens, I am not presented with the installation window:现在我将 Drupal 文件夹的路径复制并粘贴到 Chrome 中,但没有任何反应,我没有看到安装窗口: 在此处输入图像描述

What am I missing here?我在这里错过了什么? Thank you.谢谢你。

For installation of Drupal on you local machine, you'll have to install local webserver on your system ie XAMPP.要在您的本地机器上安装 Drupal,您必须在您的系统上安装本地网络服务器,即 XAMPP。 You can download it here ie https://www.apachefriends.org/download.html您可以在这里下载它,即https://www.apachefriends.org/download.html

Follow these steps:按着这些次序:

Step 1: Start XAMPP control Panel第 1 步:启动 XAMPP 控制面板

Once, you'll install this.一次,您将安装它。 you'll get a control panel of XAMPP software and start two modules ie Apache & MySql.您将获得 XAMPP 软件的控制面板并启动两个模块,即 Apache 和 MySql。 For reference, please check this screen shot ie作为参考,请查看此屏幕截图,即

在此处输入图像描述

Step 2: Place your Drupal Setup in Xampp第 2 步:将您的 Drupal 安装程序放入 Xampp

You'll get a xampp folder in you C drive.你会在你的 C 驱动器中得到一个 xampp 文件夹。 Now, you have to place your extracted drupal setup in htdocs folder at this path ie C:\xampp\htdocs and rename folder with drupaltest .现在,您必须将提取的 drupal 安装程序放置在此路径的htdocs文件夹中,即C:\xampp\htdocs并使用drupaltest重命名文件夹。

For reference, please check this screen shot ie作为参考,请查看此屏幕截图,即

在此处输入图像描述

Step 3: Create Database第 3 步:创建数据库

Now, we have to create DB in PHPmyadmin ie http://localhost/phpmyadmin Default credentials of PHPMYADMIN are username: root & Password: EMPTY/NOTHING现在,我们必须在 PHPmyadmin 中创建数据库,即http://localhost/phpmyadmin PHPMYADMIN 的默认凭据是用户名: root和密码:EMPTY/NOTHING

Step 4: Run Drupal第 4 步:运行 Drupal

Now you have to run Drupal at this path ie http://localhost/drupaltest Follow this link ie https://www.drupal.org/docs/user_guide/en/install-run.html现在你必须在这个路径上运行 Drupal 即http://localhost/drupaltest按照这个链接即https://www.drupal.org/docs/user_guide/en/install-run.html

For more technical articles, have a look at http://etutorialz.com有关更多技术文章,请查看http://etutorialz.com

Now, your drupal site is ready.现在,您的 drupal 站点已准备就绪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM