admin1 - Thu, 2010-06-24 17:12
Assuming you have installed your site, the first place you want to go is the admin area. If you click on Administer in the left menu of your default install, you get this screen.
In the following pages, we will explore Drupal's admin interface shown below.

admin1 - Thu, 2010-06-24 17:03
Are you ready to install Drupal and start exploring? Sure, why not. Go to drupal.org and you will see a link to download Drupal.
This short tutorial shows the steps to install Drupal. For written instructions, see the INSTALL.txt file that comes with Drupal. The hosting provider you choose will influence what your interface looks like. I assume you can set up an empty site space on the server and assign it a domain or you can ask your hosting service to do it for you.
admin1 - Thu, 2010-06-24 16:57
Let's break up a page into its parts.
Pages are made up of the main content area, regions, sidebars, header, footer, and menus (primary and secondary). Pages and their layout are defined by the theme.
admin1 - Thu, 2010-06-24 16:57
Now that we have looked at the parts of Drupal, let's look at the parts of a Drupal site.
I suppose there are many ways to slice up a Drupal site into parts. One way is to go from small to large.
admin1 - Thu, 2010-06-24 16:55
Modularity provides flexibility but complexity when you aren't used to it.
As stated before, modules are pieces of code that enable Drupal, you, and/or your site visitors to do something in Drupal. Alone, a module can't do much. They work together. They have dependencies.
admin1 - Thu, 2010-06-24 16:54
Now that we know Drupal is a content management system that is often hosted on a LAMP server environment. Let's open up Drupal and see what's inside.
Even if you aren't going to do any coding, you still need to understand some basics about how Drupal works so that you can take advantage of thousands of add-on features that are available.
admin1 - Thu, 2010-06-24 16:49
Keeping in line with open source, Drupal runs well on LAMP. LAMP stands for
admin1 - Thu, 2010-06-24 16:40
Drupal is an open source content management system. It is used to build
- dynamically generated web sites
- web applications
- document repositories
- e-commerce sites
- and more.
Drupal (its code and its database) runs on a web server environment. Before you try to install Drupal, you need to know what it needs to run.
Let's look at a typical web server environment.
admin1 - Thu, 2010-06-24 16:34
Description: In this short tutorial, you will be introduced to some basic concepts you need to understand before diving into Drupal. You will also see how to install Drupal and you will take a video tour of Drupal's default interface.
Audience: If you are interested in becoming a Drupal site builder and eventually a coder, this is a good place to start if you don't know Drupal. Or if you want to understand more about Drupal so you can interact with your builders and developers, you might find this interesting.
admin1 - Tue, 2010-06-15 20:54
There are different methods for assigning themes and sub-themes to your different sections of your site. Below are three options.
Pages