I have developed drupal site on my local machine,I want to deploy it on net.
How it can be done?

Comments

erika’s picture

just check out this link

http://drupal.org/node/135206

shamira_11’s picture

Thanks.

vinayras’s picture

Hi,

Follow these steps
1) Upload all code online
2) Create database and export SQL from local system to online database
3) Edi sites/default/settings.php and make neccesary changes for database details
4) Create folders required by you.

This should help you in getting drupal running without any issue.

(Note: Make sure to upload .htaccess as it is - This is very much required)

Hope this helps

Vinay Yadav
PHP Specialist
http://www.vinayras.com

shamira_11’s picture

Hello,

I followed these steps,and the issue is solved.

Many Thanks
Triveni.

fiockthis’s picture

What changes should I make in this file? My database name, username and password are exactly the same from my localhost. The only difference would be the location of the database.

fiockthis’s picture

Nevermind, after some trial and error I figured it out. I changed the last line of $db_url = 'pgsql://username:password@localhost/databasename'.

The only problem I'm having now is with my Views module. I can't edit or create any new views.