Here's a checklist I used when quickly setting up a new sites in Drupal 6. It's appeared on this site earlier, but buried away in an obscure older page (Checking out Drupal 6: Dipping into new site creation); I'm moving it here so it'll have its own page that I'll remember (?) to update more frequently.
I hope this'll be helpful to Drupal beginners who are unsure what key tasks they should consider after installing Drupal. Bt don't dive into the list just yet! Some pretty important disclaimers come first:
Read these first!
- My checklist is for sites built upon a copy of my existing Drupal "sandbox" installation. That's covered in the first few items of the list; Drupal installation from scratch isn't covered. Chances are you might need to replace items 1-4 with the standard procedure for setting up a new site.
- My sandbox database already includes lots of things set up that I almost always want for a new site: can't-do-without-'em modules already enabled, input formats created, key content types configured, and so on. To better aid readers, I'll add those into the list over time.
- The checklist represents just the basics to build the framework for a "generic" new site (to the extent that such a thing exists). After that comes the real work of web site creation: customizing and building all the features specific to the new site! That, of course, can't be covered here.
- The list makes sense for the sites I typically make; it may be all wrong for you. Treat as reference and entertainment. (And parts may be all wrong for me; let me know if I'm doing something dumb and need to stop!)
The checklist
Here we go:
- Create directory for the new site within Drupal installation (per general Drupal installation procedures)
- Create empty database for the new site (via my ISP's online tools)
- Import a copy of my sandbox site's database into the new database (via phpMyAdmin)
- Make sure new site directory's settings.php file uses correct domain and database info
- Log in to new site (Unasked-for tangent, and admonishment to writers everywhere: Note that that's "log in to site", not "login to site". Major pet peeve. Grrr.)
- Change ID 1 user info (which is still the same as sandbox site) to new info appropriate for new site
- Put site in maintenance mode at admin/settings/site-maintenance
- Enable or disable key modules at admin/build/modules
- Handle any pressing warnings/notices tossed up by Drupal
- Change site info at admin/settings/site-information
- Enable and select theme. If an existing theme will be modified into a new unique theme, first create and rename a copy of the theme within the new site's themes directory.
- Make sure file system at admin/settings/file-system is set to sites/<domain>/files
- Set site's meta tags at admin/content/nodewords, including Description under Front Page tab (requires Meta Tags module)
- Set site's contact info at /admin/build/contact
- Change sandbox site info at admin/settings/forward (requires Forward module)
- Get Google Analytics ID via Analytics account, add at admin/settings/googleanalytics (requires Google Analytics module)
- Set XML Sitemap, submit to Google (requires XML Sitemaps module)
- Remove unneeded menu items (left over from sandbox setup) at admin/build/menu
- Make sure email for site works
- Once all is working, turn of error logging to screen at admin/settings/error-reporting
Steps after that start getting pretty site-specific, so the list ends there. The important thing is that the above takes me to a functioning beginning, without my having to think hard.
What's your (probably better) site setup checklist?
I have heard and read stories such as this one before, and their common denominator is Drupal...
excellent tip - can highly recommend the module - installed and working perfectly in drupal 7
This book seems very interesting as I am currently starting a project to build a community site...
Thank you very much !
Thank you very much !