So you want to see this?

No problem, just follow my instructions:
- Download the latest version of Drupal and extract into c:\dev\drupal
- Download and install Postgres
- Download EasyPHP and install in c:\dev
- Once installed, double click on EasyPHP task menu icon and stop Apache and MySQL
- Add the following to your PATH environment variable: C:\Program Files\PostgreSQL\9.4\lib; (or change the path if thats not where you installed Postgres)
- Edit your php.ini file (found here: C:\dev\EasyPHP-DevServer-14.1VC9\binaries\php\php_runningversion) and remove the semicolon prededing “extension=php_pdo_pgsql.dll” and “extension=php_pgsql.dll”
- Double click on EasyPHP task menu icon and start Apache
- Right-click on EasyPHP task menu icon and choose Administer
- On the Admin screen, in the Local Files section, add a new alias (name: your-site, path: C:\dev\drupal\drupal-7.38 <- from step 1)
- Visit http://127.0.0.1/your-site/ and follow the Drupal setup wizard
- Install standard version of Drupal, on database setup screen you will now have the option to choose “PostgreSQL”
- From your Start Menu, find PostgreSQL and open “pgAdmin” tool
- Right click and choose Connect
- Get the database name (postgres), hostname (localhost), port number (5432) and username (postgres) and password (set this yourself)
- Enter the details and you’re all set.
Hi Sam,
Thanks for writing this helpful post. I am following this tutorial to install drupal 7 with postgresql on windows 10. I assume that there is no difference between installation on windows 7 or 10. I am facing issue in point 9. I want to know where is the “Local File Section” exists in easy php? I am using latest version of Easy PHP 16.1.1.
I also tried and added a directory of my project (C:devprojectfoldername) in Working directories and then in browser I visited http://127.0.0.1/projectfoldername. It says not found. The requested URL was not found on this server.
I am sharing you image of my easyphpserver
Waiting for your response. Any help would be greatly appreciated.