Installation on WAMP

Installation on WAMP

av Shin Okada -
Antall svar: 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.
Gjennomsnittlig vurdering: -
Som svar til Shin Okada

Re: Installation on WAMP

av Sativa Huang -
Som svar til Sativa Huang

Re: Installation on WAMP

av 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?
Som svar til Shin Okada

Re: Installation on WAMP

av 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

Som svar til Sativa Huang

Re: Installation on WAMP

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

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


Som svar til Shin Okada

Re: Installation on WAMP

av Sativa Huang -

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

HTH.

Som svar til Sativa Huang

Re: Installation on WAMP

av 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!
Som svar til Jose Mendez

Re: Installation on WAMP

av robert kim ganelo -
@ Jose Mendez .... I have the same problem with yours. Have you find any solution?
Som svar til robert kim ganelo

Re: Installation on WAMP

av Colin Fraser -
Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av 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.
Som svar til Colin Fraser

Re: Installation on WAMP

av 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
Som svar til Colin Fraser

Re: Installation on WAMP

av 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

Som svar til Ravi Vare

Re: Installation on WAMP

av Ravi Vare -

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

Then,
It can open with 'IP address'

 

Ravi