Small and medium site simple backup policy The small and Medium line Web site based on Drupal, we can use the Backup_migrate module, which provides the function of regular backups, the time of backup, how many backups to keep, and so on, Once you've set it up, you can backup successfully by performing Cron regularly. The General Drupal Station, we only need to use SVN can, on the server side, we put back
Let's talk about Drupal.
Quoted Baidu Encyclopedia, Drupal is an open source content management System (CMS) platform, it is written in PHP. It is primarily used to construct dynamic Web sites that provide a variety of functions and services, including user management (Useradministration), publishing workflows (publishing Workflow), discussions, news aggregation (newsaggregation), metadata ( Metadata) Opera
So, you can't say you want to solve the performance problem completely, but you can use some common solutions to improve the performance of the site according to the actual situation. We often say that the 80/20 theory you must know, then use 20% of the effort in exchange for 80% performance improvement, why not. Drupal as a web open source system, called the CMF (Content Management framework), has very good architecture and scalability, as well as
What is Drupal configuration migration? Many Drupaller are confused about this topic. New users do not realize this problem at the beginning of their work, and friends who are aware of this problem are not sure how to correctly configure the migration. This article systematically talks about the causes, methods, and methods of Drupal configuration migration and related modules.If you are troubled by the fol
Using Drupal is essentially the same as using Drupal without it! Therefore, when using Drupal to create a new website, we always need to think about how we design and develop it without Drupal.
When Drupal is not used, we usually design and develop a website as follows:
1.
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 =
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
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
Aicache Accelerated Performance test report in Drupal environment--620 times times faster request
Wang Lifei from "Aicache Drupa performance Testing"
The following stress tests are performed with the Apache Bench tool for existing Drupal installations. The results are more drupal than for installing and not installing Aicache WEB application Accelerator. Configu
After Drupal7 and PHP (and not knowing that version), there is one more concept: stream, which is mainly used to represent file flow. BTW, back to the concept of stream, this should be very early in Java and C # and other OOP language already exist, PHP is simply encapsulated file/file_get_content functions, easy to use, so Phper are less concerned with the stream and the entire underlying operation.
When we use a complete framework (e.g., Drupal fram
Apache + MySQL + PHP5 + Drupal + MediaWiki -- Linux Enterprise Application-Linux server application information. For details, see the following. We have prepared to build drupal since yesterday afternoon. We have to build apache + PHP + MySQL first.
Based on various dependencies in BLFS, I compile them one by one
Apache: normal
PHP: I downloaded PHP5, And the libxml file is disable in the blfs book. I didn'
See a lot of people about Joomla and Drupal article, it seems that everyone is saying that Joomla is not good, much worse than Drupal, in fact, is it true?
Or is this just before, to the time of Joomla 3 and Drupal 7/8, or is that so?
Reply content:Joomla has now developed to the framework level, currently based on the Joomla framework of either tag or CCK can b
Drupal uses the. info file to save topic (theme) and module (modules) basic data (metadata).Coding: We recommend using UTF-8. This is a no BOM (Byte Order Mark).Here is an example of a. InfoName = really Neat Widgetdescription = provides a really Neat widget for your site ' s sidebar.core = 7.xpackage = Viewsdepe Ndencies[] = viewsdependencies[] = panelsfiles[] = Tests/example.testconfigure = Admin/config/content/exampleThe attributes he contains are:
Drupal is an open-source content management system (CMS) platform written in PHP. It is mainly used to construct dynamic websites that provide a variety of functions and services. These functions include user management, publishing workflow, and Drupal.
According to Baidu Encyclopedia, Drupal is an open-source content management system (CMS) platform written in P
I recently discussed with you whether you should upgrade your website to Drupal 8, and not recommend that you upgrade it (for details, see if I should upgrade to Drupal 8 now?). 》)。 However, if you are building a new website, is it appropriate to use Drupal 8?The answer remains: not appropriate!Similar to the reason for not recommending an upgrade to
The domestic use of Drupal is not too much, on-line information is very few. It is important to note that Drupal does not use apt to install, especially the Ubuntu platform Drupal has made some changes that will hinder later learning and use. Before the installation of Drupal to complete the lamp, if not installed can
Drupal's visual control is the most flexible and customizable, but this system is complex and not intuitive enough. In addition, some authors who are not fluent enough often write obscureDrupal topic advanced featuresAnd so on, the passion for Theme learning is completely broken down. This article will introduce the principles, distribution, and usage of Theme from a relatively simple perspective.Working Principle
Drupal is still a PHP-based CMS. All
Let's talk about Drupal.
Quoted Baidu Encyclopedia, Drupal is an open source content management System (CMS) platform, it is written in PHP. It is primarily used to construct dynamic Web sites that provide a variety of functions and services, including user management (Useradministration), publishing workflows (publishing Workflow), discussions, news aggregation (newsaggregation), metadata ( Metadata) Opera
Preparing the Environment First install a new Drupal, recommend the use of Drush installation, convenient and rapid. First build a database, remember the user and password. # # #进入mysqlMysql-uroot-pCREATE DATABASE ' mydb ' CHARACTER SET UTF8 COLLATE utf8_general_ci;GRANT all in ' mydb '. * to ' username ' @localhost identified by ' password ';### #退出mysql drush installation Drupal7: Drush DL drupal-7.x; #-
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.