Running a web application that uses PHP or a database requires a local host.
If you're using MAMP, your browser will be directed to http://localhost:8888/MAMP/ once you open the program. Beware that other local hosts will do this differently. Click the link phpMyAdmin from the main navigation and create a new Database called db_drupal.



Download the latest version of Drupal. Move drupal into your htdocs folder (Applications/MAMP/htdocs/)

Open /htdocs/drupal-6.13/sites/default/. From the right-click menu, duplicate and rename default.settings.php to settings.php

Address your browser to localhost:8888/drupal-6.13/install.php.
Select Install Drupal in English.

Enter your database information (username and password root)
Click the Save and Continue button.

Ensure that you see this confirmation message.

Enter your Site information (name and email).
Create an administrator account (username / email / password).
Check your server settings with the settings below.

Save and Continue to complete the configuration process.
memory_limit = 16MBefore you will be able to create any content you will have to clear Drupal's cache/run cron.
Now you should be able to create, edit, post and view content just as if you were actually working on a web server. Check drupal.org for more information on how to expand Drupal.
Visit my URL 1 5
Lord Falkland~ When it is not necessary to make a decision it is necessary not to make a decision.
- http://affiliate-leads-generation.blogspot.com/
Post new Comment