Drush can be said to be Drupal's Swiss ***. it is inconvenient for you to use drush for a while without it. However, if you install drush using the method I mentioned in the previous blog post, drupal8 is not supported, so this blog post will show
The method is to debug the PHP code executed by the Drush method, the same applies to the normal CLI mode of running PHP program debugging.1, first need to adjust the CLI mode Xdebug.ini configuration:sudo
Problem description
After you install Drupal 8, log on remotely to test the Drush command for the above error.The problem arises because of the drush version of the problem, Drush 6 and the following version may not be compatible with the latest
Prepare the environmentFirst, install a brand new Drupal. We recommend that you use drush to install Drupal quickly.First, create a database and remember the user and password.### Enter mysqlMysql-uroot-pCreate database 'mydb' character set utf8
I believe that many developers have started exploring drupal8-download and install the beta version of drupal 8. Developers who haven't started to try drupal 8 can clearly tell us that we will have many new concepts to understand, understand, and
Varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the detailed settings for Drupal7 with Varnish. tutorial preparation environment first install a brand
Using the Capistrano Deployment summary June 27, 2014 admin Comment Read review introduction Capistrano is a Ruby program that provides an advanced toolset to deploy your Web application to the server. Capistrano allows you to copy code from the
The difference between Memcache and Redis is not discussed in this article. Theoretically, if drupal's Redis module is reasonably written (without looking at the source code, let's make a rough estimate), Redis's Performance Improvement on drupal
Locally, we can use the Docker for Windows or Docker for MAC as the development environment for the application. However, if you plan to use Docker data volumes to store the application code, especially the application of the file more, such as
One line of command starts Http-server summary:1. python2.xPython2-m Simplehttpserver 80002. python3.xPython-m Http.server 80003. TWISTD (Python)Twistd-n Web-p 8000--path.Or python-c ' from twisted.web.server import Site; from twisted.web.static
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.