Link to home
Start Free TrialLog in
Avatar of jagguy
jagguyFlag for Australia

asked on

install wordpress

Hi,

I have to install WP for someone.
Now I can do websites , I have php/mysql installed, and so how do install wordpress as I am seeing various options like  instant wordpress, http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install

Which one do I follow and what are the pros/cons? I want to create wordpress websites on my PC
Avatar of Ishaan Rawat
Ishaan Rawat
Flag of India image

There are many methods of installing wordpress...

Do you have cpanel..???
Avatar of jagguy

ASKER

what is a cpanel? I have easyPHP installed
which hosting are you working with..???
Linux or windows...
Avatar of jagguy

ASKER

windows

So what do I do with install with php/mysql already installed and how do i install wordpress easily
where to you want to install wordpress....
on the main site, subdomain, or a sub folder...??
Avatar of jagguy

ASKER

what do you mean ? on my computer or doesnt it work that way?
Do you want to install on your computer or on a site... ?
...
Please provide following information:
1) Where you are trying to install Wordpress i.e. on local system or on some server
2) What is the location where you have copied the wordpress folder
3) which path you are using to browse the wordpress installation folder.

Also please refer following links:
http://www.slideshare.net/a_rupeshkumar/install-wordpress-blogging-software-with-easyphp   << Nice tutorial
http://quirm.net/2011/05/05/installing-wordpress-locally-using-easyphp/
http://new.ithemes.com/wp-content/uploads/downloads/2012/05/How-to-Install-WordPress-Manually-eBook.pdf
http://support.tigertech.net/wordpress-manual
http://www.wpbeginner.com/wp-tutorials/installing-wordpress-on-a-local-server-environment/
http://www.solostream.com/blog/tutorials/how-to-install-wordpress/
Avatar of jagguy

ASKER

Here is my problem. I downloaded and extracted wordpress to a folder e:/webdesign/worpress and php files are run from  e:/program files/easyPHP/www

Now my php runs from another folder where wordpress isnt located. I need to change the setting in php so that it picks up php files from the wordpress dir, and how do I do this?
I dont want to change the dir of where wordpress is.

I have created a wordpress DB already.

it isnt php.ini but httpd.config and there i a setting? How do i do this?
oo ,.,...

You should have specified it that you wantto install wordpress locally...

See this video...
https://www.youtube.com/watch?v=b8U5SXnTEKE

This will direct you how to install wordpress on your computer...
Avatar of jagguy

ASKER

My issue is that how do I change the php settings to run php from a dir of my choice. I just need what setting to change excactly from what file eh htppd conf or php.ini?

I have already installed everything but to run php files other that default dir
Please specify using examples....

I think this is something to do with the environment variables...
Avatar of jagguy

ASKER

Hi,

I think we are going around in circles here with these small replies on more information.

Forget wordpress for the minute and how do I run php files form another directory other than the default directory of php.

I NEED to know how I run php files from  folder e:/webdesign/myfolder . Currently easyPHP set this folder to run php files from e:/program files/easyPHP/www

I have done this before but forget the settings to change.
I dont know what settings, or path, or  environment variable to change here and how to change it.
Try this..

Open your php.ini

search for include_paths...

under that heading add...

include_path = ".;e:/webdesign/worpress"

Open in new window

Avatar of jagguy

ASKER

This is confusing. Where and how do i add this include? Like this?

This didnt work as I cant run php from this new dir after restart of the server

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;


; Windows: "\path1;\path2"
;include_path = ".;${path}\php\includes"
include_path = ".;e:/webdesign/worpress"

; PHP's default setting for include_path is ".;/path/to/php/pear"
; http://php.net/include-path
Avatar of jagguy

ASKER

ok I got php working so now what with mysql files?
ASKER CERTIFIED SOLUTION
Avatar of Milind Koyande
Milind Koyande
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jagguy

ASKER

I create a wordpress db in msql , I copy wordpress folder to where it can pick up php files and i get this when i load index.php from wordpress.


There doesn't seem to be a wp-config.php file. I need this before we can get started.

Need more help? We got it.

You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.

Ok I so I follow the prompts and (set up file) and enter db name , user,password which will be root and no password
Avatar of jagguy

ASKER

ok it works
Glad it worked :)