goteo-legacy icon indicating copy to clipboard operation
goteo-legacy copied to clipboard

Can't install Goteo in XAMPP

Open khacbiet opened this issue 10 years ago • 3 comments

Please help me, i configured my config and local-settings file, dump the sql file

But when I open web address, only have a blank page, please help

khacbiet avatar Jun 27 '14 09:06 khacbiet

I have the same problem in linux ubuntu 12 apache2 php5

rgtsev avatar Jul 11 '14 08:07 rgtsev

How is the url you use to access ?

Please check https://github.com/Goteo/Goteo/issues/52 https://github.com/Goteo/Goteo/issues/5

goteo avatar Aug 03 '14 19:08 goteo

Just installed Goteo en XAMP and it worked. The problems I faced were related to the base site address. had to modify the local-settings file to point the site to www.goteo.local. Then add an entry on windows "hosts" file and finally modify my httpd.conf with this

ServerName www.goteo.local DocumentRoot "//Goteo" DirectoryIndex index.php /Goteo"> AllowOverride All Allow from All

With those changes and the correct configuration of local-setting (database credentials and things like that) everything worked.

ghost avatar Aug 10 '14 19:08 ghost