Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Drupal Basics Getting Started with Drupal Installing Drupal

How to install a second site via WAMP?

Hi! I would like to run a second development site. In the browser on localhost I now can choose which folder to go to- but what do I need to configure so that I get a second drupal installation? I have followed the course installation process so far.

4 Answers

Thanks Kevin! I did as you said. The trick is not to copy the site you already have installed, but to take a fresh download of drupal- then the installation process is initiated.

Kevin Korte
Kevin Korte
28,148 Points

Yep, as Jason said, you'll have to create a fresh database in in phpmyadmin, and put your fresh drupal install in the sub folder, and than connect your drupal site to your database.

I'm not familiar with drupal, but I have multiple wordpress installs set up this exact way, all with their own database and it works just fine. Same principal not matter if it's drupal, wordpress, or custom, you just have to connect your new database in phpmyadmin to drupal the way drupal wants it done, just like you did for your first site.

Kevin Korte
Kevin Korte
28,148 Points

Create a new folder in your htdocs folder, and than install drupal in there.

Than in your browser the url becomes localhost/new_folder where new_folder would be the name of the folder.

Hope that helps you.

jason chan
jason chan
31,009 Points

you also create a new database in phpmyadmin.