Drupal 7 Multi Sites Configuration. Run multiple websites from a single instance of Drupal 7 with this book and - Helion
Tytuł oryginału: Drupal 7 Multi Sites Configuration. Run multiple websites from a single instance of Drupal 7 with this book and ebook
ISBN: 9781849518017
stron: 104, Format: ebook
Data wydania: 2012-03-26
Księgarnia: Helion
Cena książki: 71,91 zł (poprzednio: 79,90 zł)
Oszczędzasz: 10% (-7,99 zł)
Drupal is one of the most powerful PHP Content Management Systems there is. However, why would you install a CMS for every site you build? With just one copy of Drupal you can host several sites. Drupal has long had multi-site support, and Drupal 7's support is even better than previous versions. Drupal 7 Multi-Sites Configuration will teach you how to host several websites on a single copy of Drupal. You will learn how to create different sites, each with its own domain, content, and theme. This valuable information will help you to save time by managing modules and sharing them across several sites as well as administering your sites all in one place.This book will show you how to configure a system for multi-site, and then install several sites on one copy of Drupal, all with their own domain name and database. Learn how to install and share modules and themes, configure Apache, PHP, and MySQL for multi-site, and then manage the site. Once your site system is successfully set up, discover some of the advanced configurations possible with Drupal multi-site, as well as how to upgrade and maintain your sites.
Osoby które kupowały "Drupal 7 Multi Sites Configuration. Run multiple websites from a single instance of Drupal 7 with this book and", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Drupal 7 Multi Sites Configuration. Run multiple websites from a single instance of Drupal 7 with this book and eBook -- spis treści
- Drupal 7 Multi-sites Configuration
- Table of Contents
- Drupal 7 Multi-sites Configuration
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Errata
- Piracy
- Questions
- 1. Multi-site Drupal
- Drupal is a multi-site Content Management System
- From one site to many
- Why multi-site?
- Running different software on the same site
- Making the most of shared hosting
- Easing server administration
- Staging or testing before deploying to a live site
- Sharing a single code base
- Running secure and standard (unsecured) tools on the same server
- Efficient development
- Drupal and multi-site
- A quick guide to choosing the right multi-site configuration
- Setting up a server
- Installing a Drupal Virtual Machine with Vagrant
- Installing our tailored Vagrant project
- Basic configuration for this book
- Connecting to the new Virtual Machine
- Configuring a server (without VirtualBox and Vagrant)
- Domain names and IP addresses
- Using a hosts file
- Web servers
- Apache
- Configuring Apache for a Drupal Multi-site
- A note on using virtual hosting for each domain
- Configuring MySQL
- Summary
- 2. Installing Drupal for Multi-site
- Manual setup
- Downloading Drupal
- Installing the first host
- Telling Drupal about our sites
- Creating a site folder
- Domain name directories
- Domains with subdirectories
- The sites.php special configuration file
- Settings
- The files/ folder
- The web installer
- Creating the other sites
- Getting installation help
- Summary
- 3. Settings, Modules, and Themes
- Configuring sites
- Creating a shared configuration file
- A word of warning about sharing settings
- Creating a shared configuration file
- Configuring modules
- Sharing modules
- Unshared modules
- A note on using different versions of the same module
- Modules and sharing (in summary)
- Themes
- Subthemes and sharing
- Summary
- Configuring sites
- 4. Updating Multi-site Drupal
- Updating Drupal
- Making backups
- Filesystem backups
- Database backups
- Putting Drupal in maintenance mode
- Downloading and installing Drupal
- Fetching a new version
- Overwriting the existing files
- Checking the default.settings.php file
- Running update.php
- Taking the sites out of maintenance mode
- Making backups
- Updating themes and modules
- A minor complication
- Summary
- Updating Drupal
- 5. Advanced Multi-sites
- Favicons and robots
- Shared authentication
- OpenID and other authentication services
- LDAP and Directory services
- Using the Services module
- Using Bakery for SSO
- Sharing a user database
- Shared content
- Sharing content with Services and Deploy
- Domain Access as a multi-site alternative
- The Virtual Site module
- Shared structure
- Searching across sites
- Summary
- Index