Installation on WAMP

Installation on WAMP

by Shin Okada -
Number of replies: 11
Can anyone direct me to how to install Moodle on WAMP please?

My WAMP is the following
PHP version (5.2.3):
Webserver (Apache 2.2.4):
Database (MySql 5.0.41-community-nt):
Operating system (WindowXP, WAMP):
Browser (Firefox 2.0.0.7):


Thanks.
Average of ratings: -
In reply to Shin Okada

Re: Installation on WAMP

by Sativa Huang -
In reply to Sativa Huang

Re: Installation on WAMP

by Shin Okada -
This is for XAMPP. Can I follow the instruction for WAMP as well? And I can download Moodle for XAMPP for WAMP as well?
In reply to Shin Okada

Re: Installation on WAMP

by Sativa Huang -

Hi,
You many use WAMP or XAMPP, both are almost the same. Maybe you would like to try Moodle Packages for Windows too, it's easier to apply.

1. WAMP/XAMPP+Moodle installation:

2. Moodle packages for windows: http://download.moodle.org/windows/ 
   Just follow the screen instructions.

Detail installation guide: http://docs.moodle.org/en/Installing_AMP#Windows

Regards

In reply to Sativa Huang

Re: Installation on WAMP

by Shin Okada -
Thanks Sativa. I will try it with WAMP.

Which moodle do I need to download and install in WAMP? Window or XAMPP?


In reply to Shin Okada

Re: Installation on WAMP

by Sativa Huang -

You're welcome!
You need the Generic Packages for WAMP.

HTH.

In reply to Sativa Huang

Re: Installation on WAMP

by Jose Mendez -
I have installed Moodle 1.9.5 on a wamp server and everything works well locally but when I try to access the content from a client computer, all my information is skewed to the left. Is this a .php problem or a browser problem?Any pointers will help. Thanks!
In reply to Jose Mendez

Re: Installation on WAMP

by robert kim ganelo -
@ Jose Mendez .... I have the same problem with yours. Have you find any solution?
In reply to robert kim ganelo

Re: Installation on WAMP

by Colin Fraser -
Picture of Documentation writers Picture of Testers
Usually when the page does not display correctly over the network, there is an issue with php, buit not what you are thinking. The client machine is not properly addressing the Moodle so the server and the php cannot do the job they are supposed to.

Usually there is a simple fix, but sometimes there is not. So start with the simplest:

In your text editor, not Notepad btw, but TextPad or Notepad++ both of which are freely downloadable, but Notepad++ is the right price, open the drive:\yourpathtomoodle\moodle\config.php file. Look for the line

$CFG->wwwroot = 'localhost';

Replace it with your network url so it reads something like:

$CFG->wwwroot = 'http://192.168.1.109/moodle';

Save and close it, then try it, this should work.

If not, then there is another reason, with a different solution.
In reply to Colin Fraser

Re: Installation on WAMP

by Mohit Sethi -
fHey My self Mohit Sethi I m also facing the same problem & try this solution but its not working Home page of Moodle is opening on client machine but when i click on LOGIN button it shows error message
In reply to Colin Fraser

Re: Installation on WAMP

by Ravi Vare -

Hi Colin and all,

I installed moodle properly.

It works fine with 'LocalHost'.

 

But, i want to use it in LAN.

So i have made change in 'config.php'

$CFG->wwwroot = 'http://192.168.1.10/sun22';    [ sun22 is my moodle]

But it can't work

It says

403 forbidden

'You don't have permission to access /sun22 on this server.


Colin,

My WAMP server can't open with IP address.

It is OK with 'Localhost'


Plz. assist.

TIA.

Ravi

In reply to Ravi Vare

Re: Installation on WAMP

by Ravi Vare -

i left clicked on 'WAMP icon'
then
clicked on 'Put online'

Then,
It can open with 'IP address'

 

Ravi