- Drupal 8 Blueprints
- Alex Burrows
- 162字
- 2021-07-03 00:03:22
Installing Drupal
For now, we will just install Drupal using DevDesktop; however, we will change how we do this later on.
To do this, open up DevDesktop, then bottom left click on +, and then select New Drupal Site. Then, once the popup appears, click on Install in the row that Drupal 8 is in. This will appear with a popup:

Fig 1.0: Install Drupal 8.x site
Once this is done, click on the Local site:

Fig 1.1
In the preceding Fig 1.1, we can now get our Drupal site up and running.
We can see four lines of content:
- Local site: This is the URL that our website is accessible on locally
- Local code: This is where our code is currently located; further along, there is a little square button on the right, which launches a Terminal window
- Local database: This is the name of our database
- PHP version: This is the version of PHP being used
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Spring Boot開發與測試實戰
- Visual Basic程序開發(學習筆記)
- Microsoft Dynamics 365 Extensions Cookbook
- Java從入門到精通(第5版)
- Python Tools for Visual Studio
- Processing互動編程藝術
- Learning Firefox OS Application Development
- Mastering Drupal 8 Views
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Android應用案例開發大全(第二版)
- ElasticSearch Cookbook(Second Edition)
- Vue.js應用測試
- JSP程序設計與案例實戰(慕課版)
- 深入理解Java虛擬機:JVM高級特性與最佳實踐