Quantcast
Viewing all articles
Browse latest Browse all 426

Getting started with Drupal 8 administration

This section is an introduction to site administration for new Drupal 8 users. It covers the use of the administrator account and offers suggestions on where to start.

Understanding the administrator account

At the end of the installation process, the person who performed the installation is automatically logged into the site with the administrator account. You may see the administrator account referred to as User 1. This administrative account is automatically given all privileges for managing content and administering the site. The best practice is to only give a developer or the highest level of site admin access to this account. You can always grant users permissions by assigning them to certain roles, so there is no reason to share this account.

Where to start

Start from here

Here are some starting points for what you can do following installation:

  1. Check your site's status: Navigate to the Status report page by going to Reports > Status report through the administration toolbar at the top of the page to get an overview of your site's current status. You can check here the Drupal version, Database version, PHP version, PHP Memory Limit, Webserver infomration,Node Access Permissions. Items with a red background are issues that need immediate attention (see Reports for more information). An example of this would be a required security update for Drupal core or an installed module, or an unprotected settings.php file (see What permissions does Drupal need? for more information). The Status report page may also indicate that "Cron has not run," or show you last run time and give you an option for running it manually. Cron is a script that needs to be run regularly for your site to continue functioning properly. See Configuring cron jobs for information on how to have your system automatically run the cron script.
  2. Configure your site information: You can change basic settings, such as the site name, slogan,e-mail address or the default front-page path, by navigating to the Site Information page (Administer > Configuration > System: Site information or http://example.com/admin/config/system/site-information).
  3. User management: To add new users or manage existing users, go to the People page (Administer > People or http://example.com/admin/people. You can manage user roles and permissions by clicking on the "Permissions" tab on this page. To change the process by which users apply for accounts, visit the "People and Permissions" page (Administer > Configuration > People: Account settings or http://example.com/admin/config/people/accounts). Please see the Users, Roles and Permissions page for more information on this topic.
  4. Add additional functionality: You can Extends Drupal functionality to use Modules. Modules can be used to add extra features to Drupal. The standard Drupal installation comes with a number of modules that are ready to be enabled. In addition, you can download community-contributed modules to add even more features. Navigate to the Extend page (Administer > Extend or http://example.com/admin/modules) to administer the modules that were included. Additional modules can be found in the Modules section of Drupal.org.
  5. Customizing the site appearance: You can change the site's appearance by installing new themes or editing theme settings by navigating to the Appearance administration page (Administer > Appearance or http://example.com/admin/appearance)

Viewing all articles
Browse latest Browse all 426

Trending Articles