Installation on WAMP

Installation on WAMP

Shin Okada -
Atsakymų skaičius: 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.
Įvertinimų vidurkis: -
Atsakymas į Shin Okada

Re: Installation on WAMP

Sativa Huang -
Atsakymas į Sativa Huang

Re: Installation on WAMP

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?
Atsakymas į Shin Okada

Re: Installation on WAMP

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

Atsakymas į Sativa Huang

Re: Installation on WAMP

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

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


Atsakymas į Shin Okada

Re: Installation on WAMP

Sativa Huang -

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

HTH.

Atsakymas į Sativa Huang

Re: Installation on WAMP

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!
Atsakymas į Jose Mendez

Re: Installation on WAMP

robert kim ganelo -
@ Jose Mendez .... I have the same problem with yours. Have you find any solution?
Atsakymas į robert kim ganelo

Re: Installation on WAMP

Colin Fraser -
Documentation writers paveikslėlis Testers paveikslėlis
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.
Atsakymas į Colin Fraser

Re: Installation on WAMP

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
Atsakymas į Colin Fraser

Re: Installation on WAMP

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