Install Drupal on 1and1
As part of my graduate assistantship, I am building a website for a project connecting international librarians. However, in order to get started on following my bosses’ specifications, I needed a content management system (CMS) that could handle the work and be easy to update for a non-programmer like myself. After a tip from a close friend, I started investigating Drupal and found out that it is used by the White House and the group that is paying me for my work. With this reassurance, I decided set forth on my journey.
The first thing I needed to do was to learn about Drupal. I choose Teach Yourself Drupal in 24 Hours which is not the best edited book. However, it’s a starting point. The next part was to install Drupal on my 1and1 hosted server. Below are the steps that took me two hours to figure out:
1. Set up a MySQL 5.0 database.
2. Create a folder on your server for Drupal.
3. Download Drupal and unzip it.
4. Open notepad and type in:
register_globals = off
memory_limit = 40M
5. Save the file as php.ini in the Drupal folder on your computer.
6. Open .htaccess
7. Search for “RewriteBase /public_html”
8. Change public_html to the name of the folder you’ve installed drupal in
9. Save
a. Steps 6-9 will also allow you to have Clean URLs. Remember to enable them once the site is online!
10. In the sites/default folder, make a copy of “default.settings.php” and change the name to “settings.php”
11. Upload the Drupal folder’s contents into the folder you put on your server.
12. Follow on-screen instructions. Add the host information from 1and1 as ordered AND under “advanced configurations” in the setup process.
13. In the sites/all folder, create two new folders: “modules” and “themes”
14. Install Pathauto and Token modules and enable them.
15. Go to Administers/Site Configuration/Clean URLs and enable them.
16. Go to Administer/Site Building/URL Aliases and delete any alias that might already be there.
17. Then click on “Automated alias settings” then “Node Path settings”
18. In the first box, I like to put in “[yyyy]/[m]/[d]/[title-raw]”
The dummy testing site can be found here if you are interested in watching my progress.
Good luck!
Archives
- May 2012 (15)
- April 2012 (11)
- March 2012 (12)
- February 2012 (20)
- January 2012 (19)
- December 2011 (15)
- November 2011 (19)
- October 2011 (17)
- September 2011 (29)
- August 2011 (33)
- July 2011 (24)
- June 2011 (10)
- May 2011 (12)
- April 2011 (5)
- March 2011 (5)
- February 2011 (9)
- January 2011 (15)
- December 2010 (15)
- November 2010 (21)
- October 2010 (20)
- September 2010 (32)
- August 2010 (33)
- July 2010 (17)
- June 2010 (20)
- May 2010 (14)
- April 2010 (21)
- March 2010 (13)
- February 2010 (29)
- January 2010 (38)
- December 2009 (13)
- November 2009 (5)
- October 2009 (7)
- September 2009 (9)
- August 2009 (16)
- July 2009 (17)
- June 2009 (15)
- May 2009 (20)
- April 2009 (30)
- March 2009 (17)
- February 2009 (21)
- January 2009 (24)
- December 2008 (27)
- November 2008 (33)
- October 2008 (35)
- September 2008 (32)
- August 2008 (30)
- July 2008 (11)





