drupal deploy

Read about drupal deploy, The latest news, videos, and discussion topics about drupal deploy from alibabacloud.com

Do site selection Drupal or PHP framework, what is your decision based on?

Reply content:1. How much you know about Drupal. If you do not understand the development of Drupal, did not accumulate, no guidance, decisively give up. 2, the project is expected. If the complexity of the business logic between the entity is very high, the process is very long, can not be implemented by the rule, give up decisively. 3, most of the powerful module is not used.

CMS platform: horizontal comparison of Drupal, EZ publish, WordPress, and CMS Made Simple

There is no best CMS in the world, and only the most suitable one. The recent drupalcamp conference was held in Helsinki, Finland, called exove.The local company provided a demonstration of the four major CMS platforms, Drupal, WordPress, EZ publishAnd CMS Made SimpleA horizontal comparison was conducted. Drupal vs. WordPress WordPress has its advantages. It has surpassed a blog platform.CommunityThe field

How Drupal implements multilingual sites

JavaScript Implementation method Drupal's architecture is fully multilingual, and even JavaScript is an exception. First let's look at how JavaScript is used in Drupal. DRUPAL.T (' string ')Where string is required for Drupal to be translated in a multilingual string. Drupal Javascript implements the multi-language mechanismAs a first step, all JavaScript fil

How to reset the user password of Drupal 7

Introduction: This is a detailed page on How to reset the user password of Drupal 7. It introduces PHP, related knowledge, skills, experience, and some PHP source code. Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 325733 'rolling = 'no'>Because I haven't logged on to the Drupal 7 website of my local machine for a long time, I found that I have forgotten the ad

Drupal automatically gets the external picture and saves the function

Automatically get the external link picture in Drupal, and then extract the function share to upload to your website.function Get_external_image ($url) {$external _image = file_get_contents ($url);$parsed _url = Parse_url ($url);$name _dest = rand (1000,9999). " _". basename ($parsed _url["path"));$file = File_save_data ($external _image, ' public://'. $name _dest, File_exists_replace);if (Is_object ($file) file_exists ($file->uri)) {$file->status =

PHP File Upload form excerpt from Drupal code _php tips

Example of a Drupal file upload form Copy Code code as follows: function Upload_form () { $form = Array (); If This #attribute isn't present, upload'll fail on submit $form [' #attributes '] [' enctype '] = ' multipart/form-data '; $form [' file_upload '] = Array ( ' #title ' => t (' Upload file '), ' #type ' => ' file ', ); $form [' submit_upload '] = Array ( ' #type ' => ' submit ', ' #value ' => ' Submit ' );

Drupal MySQL InnoDB database backup and restore instance tutorial

First of all, why do this because I work on a large Drupal project, the database files are large, and each new feature is developed on the branch, which means I need to build multiple local environments and often need to delete old branches and create new branches.Since the database uses most of the InnoDB engine, and InnoDB is not released after the space is allocated, it can not be reused (this may be the way I haven't found the right method), so be

Drupal 7 Database issues when installing

When installing D7, you need to create a database with phpMyAdmin, and it is not recommended to use the root account to establish a new account. Generally, create a new account, such as Foo, and simultaneously build a database of the same name, select localhost (if local). However, the set up database its collation default is latin1_swedish_ci, how to modify it? The problem has been around for a long time. In fact, only choose the database you want to modify, such as Foo, and then choose operati

Develop tutorial 1.2 using Drupal/PHP internally

In the internal development standard of DrupalPHP 1.2, the preface is often said: "There are no rules, not a square ". Good programming styles and specifications are important to developers and project management personnel. When a software project tries to comply with public consistency standards, it makes it easier for the developer involved in the project to understand the code in the project and understand the program status. Enable new participants to quickly adapt to the environment and pre

Godaddy Drupal Update

By default, Godaddy only supports Drupal to 7.22. Currently, Drupal has been upgraded to 7.28. After Drupal 7.22 is installed, it can only be upgraded manually. Install Drupal in: https://hostingconnection.godaddy.com/Application/Drupal.aspx Go to Administration> Configuration> Development> Maintenance mode. Check th

Drupal 8 Console Command-line tool

Reprint: HTTPS://YPLAM.COM/POST/79Drupal Console is a set of command-line tools for Drupal 8 that generates Drupal 8 template code and can interact with Drupal 8 apps.The Drupal Console is a bit similar to the familiar Drush, but offers a different function that can be used in conjunction with Drush.Installation$ curl

Test Drupal 7 under CentOS 7

Install httpd, mariadb, and PHP, start httpd and mariadb, and create a database of UTF-8 character sets. Download Drupal core and Drupal Translations 2 files on the Drupal website: drupal-7.34.tar.gz drupal-7.34.zh-hans.po . tar xzvf dr

Drupal 7 cache/Cache Getting Started Guide

It's easy to build complex and dynamic content using Drupal. But a little careless, you will pay the price for this easy. Complex database queries and costly calculations can lead to page performance problems when users view certain complex and dynamic pages. One solution is to turn on page caching in the DRUAPL background page. When the page cache is turned on, you can significantly reduce the number of database queries on some pages to improve page

What skills are needed in Drupal development?

What skills are needed in Drupal development? Here, let's take a look at the big screen (see below)According to the diagram above, a table is probably listed: Technical Direction Detailed Description Community personnel drupal.org account, post, organize and participate in the offline party, QQ Group, etc. Content editing Site comments, content, automatic publishing, audit and other skills. Menus, users,

Drupal _ configuration after website migration _ PHP Tutorial

Drupal _ configuration after website migration. Some problems have been encountered after the website is migrated to the server. here we summarize: 1. no response, no prompt, and blank page 2 is returned. there is content, but it is disordered and many are lost, in addition, there are no CSS-like websites that encounter some problems after migrating to the server. here we will summarize: 1. no response, no prompt. a blank page is returned. 2. there is

Drupal reads Excel and imports database instances

Drupal reads Excel and imports database instances This article mainly introduces how Drupal uses PHPExcel to read Excel and import the database. For more information, see PHPExcel is a PHP class library used to operate Office Excel documents. It is based on Microsoft's OpenXML standard and PHP language. You can use it to read and write workbooks in different formats, such as Excel (BIFF ). xls, Excel 2007

Drupal Study Notes-1. Getting started with modules

Document directory Module description file-x.info Module implementation file-×. Module Module Installation File-X. Install Drupal module installation path The module in Drupal can be installed in three paths The modules under the root directory are all Drupal system modules. It is better to avoid the trouble of upgrading. /Sites/All/modules. The modules u

Drupal uses cURLPost to send a file _ PHP Tutorial

Drupal uses cURLPost to send an object. This article introduces how Drupal sends a file through cURLPost. if you are using Drupalcms, please refer to it. As we all know, PHP's cURL extension can be used in this article to introduce how Drupal sends a file via cURL Post. if you are using Drupal cms, please refer to it.

Drupal reads Excel and imports it to the mysql database. code _ PHP Tutorial

Drupal reads the Excel file and imports it to the mysql database program code. This article introduces How to Read Excel from Drupal and import it to the mysql database. here we will introduce the use of the excel plug-in PHPExcel, PHPExcel is used to operate the OfficeExcel document. This article introduces How to Read Excel from Drupal and import it to the mysq

How to use remote images to reduce workload when Drupal is developing

If you have met a large-scale Drupal project, you may have found that the files directory is too large to be a huge challenge to development. How to keep the development server (or your personal computer) synchronized with these files is a very painful thing, but if you do not, often because the user uploaded files or attachments can not be used, so that many important issues in the site development process can not be found.There are many ways to solv

Total Pages: 15 1 .... 4 5 6 7 8 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.