2 replies
1. Domain /sub domain regester (There is a user and pasword)
(e.g. domain controller.example: Godaddy. hostgator etc.)

Purpose: Setting Domian ---> IP information

2. Hosting: setting a hosting IP (There is a user and password)

3. FTP account creation.(User and password)
4. Database account creation (User and password)

5. Innstall an application (example: wordpress, drupal, joomla, magento etc.)




Instalation Wordpress:

application:
Configaration WP --> wp-config.php


All dynamic sites need a database
And there is a database server other than wp (application) installed server.

basically, wp-config.php work to maintain intalled spftware server and database server communication


Problem: Sometime when you faced problem while you want to install WP such as missing wp-config.php

Solution: From FTP you need to give the permission in www folder

How to do it: select the "www" folder and click right button on your mouse.
write "777" (777 means global permission) and also select "Recurse into subdirectories"



Step: Now go to browser and select continue

Step: We will find the "install wordpress" box where you need to fill up "site title", "user name" , "password" and "email"

Step: Now time to start instaling wordpress by pressing "install wordpress" button on the lest site bottom of the browser page.
#blog #installation #wordpress
  • Profile picture of the author jdistad
    uhh, I don't really get the point of this post but I will say that setting your www directory to 777 is an absolutely horrible idea... in other words, do not do it

    777 gives read, write and execute permissions to everyone for that folder...
    {{ DiscussionBoard.errors[2350600].message }}
  • Profile picture of the author shikitou
    Before you release your site, you can set 777 permission. But keep in mind that if you forget to retreat the write option, it's definitely possible for you to be hacked. ALso, please remove your install folder if you have it in your server.
    {{ DiscussionBoard.errors[2359727].message }}

Trending Topics