Tuesday 8 July 2014

Website Creation with Wordpress

In Present World Website making for lot of tools are there but Every tool given anew look and time saving.In this WordPress also Like one type tool.It is from the documentation to the code itself, was created by and for the community.WordPress is an Open Source project, which means there are hundreds of people all over the world working on it. (More than most commercial platforms.) 

On this site you can download and install a software script called WordPress. To do this you need a web host who meets the minimum requirements and a little time. WordPress is completely customizable and can be used for almost anything. There is also a servicecalled WordPress.com which lets you get started with a new and free WordPress-based blog in seconds, but varies in several ways and is less flexible than the WordPress you download and install yourself.


WordPress to  Start making a Website:


Apache Server Installation:
First we run the site into the Computer(localhost) You need Microsoft Installer 2.0 or above for the installation to work. For Windows NT 4.0 and 2000 refer to Microsoft's article KB 292539. Windows XP and later do not require this update. The Windows 98/ME installer engine appears to no longer be available from Microsoft, and these instructions no longer detail such prerequisites.
Note that you cannot install two versions of Apache 2.2 on the same computer with the binary installer. You can, however, install a version of the 1.3 series and a version of the 2.2 series on the same computer without problems. If you need to have two different 2.2 versions on the same computer, you have to compile and install Apache from the source.
Run the Apache .msi file you downloaded above. The installation will ask you for these things:
  1. Network Domain. Enter the DNS domain in which your server is or will be registered in. For example, if your server's full DNS name is server.mydomain.net, you would type mydomain.net here.
  2. Server Name. Your server's full DNS name. From the example above, you would type server.mydomain.net here.
  3. Administrator's Email Address. Enter the server administrator's or webmaster's email address here. This address will be displayed along with error messages to the client by default.
  4. For whom to install Apache Select for All Users, on Port 80, as a Service - Recommended if you'd like your new Apache to listen at port 80 for incoming traffic. It will run as a service (that is, Apache will run even if no one is logged in on the server at the moment) Select only for the Current User, on Port 8080, when started Manually if you'd like to install Apache for your personal experimenting or if you already have another WWW server running on port 80.
  5. The installation type. Select Typical for everything except the source code and libraries for module development. With Custom you can specify what to install. A full install will require about 13 megabytes of free disk space. This does not include the size of your web site(s).
  6. Where to install. The default path is C:\Program Files\Apache Software Foundation under which a directory called Apache2.2 will be created by default.
During the installation, Apache will configure the files in the conf subdirectory to reflect the chosen installation directory. However, if any of the configuration files in this directory already exist, they will not be overwritten. Instead, the new copy of the corresponding file will be left with the extension .default. So, for example, ifconf\httpd.conf already exists, it will be renamed as conf\httpd.conf.default. After the installation you should manually check to see what new settings are in the.default file, and if necessary, update your existing configuration file.
Also, if you already have a file called htdocs\index.html, it will not be overwritten (and no index.html.default will be installed either). This means it should be safe to install Apache over an existing installation, although you would have to stop the existing running server before doing the installation, and then start the new one after the installation is finished.
After installing Apache, you must edit the configuration files in the conf subdirectory as required. These files will be configured during the installation so that Apache is ready to be run from the directory it was installed into, with the documents server from the subdirectory htdocs. There are lots of other options which you should set before you really start using Apache. However, to get started quickly, the files should work as installed.
The Best Apache Servers are Wamp Server,Bitnami Server.
First Open the Site of www.Wordpress.com.In this Site to Download the WordPress file.After the Download file for Create the Path for run into the Computer(localhost).

Mysql Database Creation:
It Uses a Lot of Data retrieved from the Mysql Server Database.It was Used for the Security Purposes also. In this Only Database name Created no need of Creation of Tables Because WordPress Will Create automatically.

Apache Server:

If Wamp Server Installed into your Computer .In this Example to take a Wamp Server.In this Symbol like "W". In "w" Shape to right Click it opens like menu bar type In this Select online Option then after Wamp Server activated in Computer(Localhost").After take a right Click on mouse then after It Shows the below menu bar Alias directories  .It Created the Temporary path for the we are giving the Virginal path.It is called as Virtual path.


In this take a Dummy Path for like Example "tr\" .After given the Virginal path It Contains with a drive and folder.Example: D://Working/WordPress/ If Process was Completed after Open a Browser (Google Chrome,Internet Explorer,Mozilla Firefox etc..)In Url Field to Click the Localhost.It asking the WordPress Installation Process .First We goes to Download file of the WordPress.In this take a let's go Button Before the Process Open a WordPress Files It Contains the WP-admin In this Delete the Configuration  file.Now move the above Process It asking the below Details.

1)Title- Company name)
2)Database name -Mysql Database name
3)Username-root(Default)
4)Password -(no-password)
5)Table_Prefix - wp_
6)Database host -localhost


Only above Details Changes and after Click the Submit Button It Displays the WordPress Dashboard.In this Dashboard to Use Develop a Website.

No comments:

Post a Comment