What questions do you have?

I just downloaded mysql, php and installed geeklog 1.3.7 on my windows workstation running IIS. First time I tried it and it worked flawlessly.

I created a virtually directory called geeklog and had it point to c:\inetpub\geeklog\public_html
I copied the geeklog files to c:\inetpub\geeklog

1. Edit your config.php to the correct paths.

// +---------------------------------------------------------------------------+ // | SERVER SETTINGS | // | | // | All paths must have a trailing slash ('/'). If you're on Windows, they | // | must also start with a drive letter (e.g. 'C:/'). | // | The 'path' value signifies where the config.php (this file) resides | // +---------------------------------------------------------------------------+ $_CONF['path'] = 'c:/inetpub/geeklog/'; // C:/inetpub/wwwroot/geeklog/ ****** This is the only line I changed.

// You only need to change this if you moved or renamed the public_html
// directory. In that case, you should specify the complete path to the
// directory like this (i.e. without the $_CONF['path']):
// $_CONF['path_html']    = '/path/to/your/public_html/';
$_CONF['path_html']       = $_CONF['path'] . 'public_html/';

// +---------------------------------------------------------------------------+ // | SITE SETTINGS | // | | // | These settings help define your Geeklog site. | // +---------------------------------------------------------------------------+
// make sure this is the correct URL to your site (no trailing slash)
$_CONF['site_url'] = 'http://localhost/geeklog'; ***** make sure you change this line too.


2. edit your lib_common.php

/**
* Configuration Include: You should ONLY have to modify this line.
* Leave the rest of this file intact!
*/

require_once( 'c:/inetpub/geeklog/config.php' );   **** change this line


4. run the install at http://localhost/geeklog/admin/install/install.php

Follow the instructions and you have site up and running.

This is how it worked for me.


Dwight




At 02:52 AM 3/6/2003 +0800, you wrote:
Anyone ?

At 08:45 AM 3/4/2003 -0600, Tony Bibbs wrote:
No articles other than what you might find on geeklog.net.  If you have
specific questions just send them here to this list.  Us developers are
listening ;-)

--Tony

 On Tue, 4 Mar 2003, Kee Craig wrote:

> I will be actually administering the site @my own terminal ... anyone else has an article on this
> ??? BTW will it be good for me to experiment Geeklog w/ Lycoris Linuz
>
> Cheers!
> Kee Craig aka xspace
> Email : [EMAIL PROTECTED]
> ICQ  : 2540657
> Die Young, Stay Pretty.
> http://www.htgk.org/jeuda [ A Computer Enthusiast Website By Computer Enthusiast ]
> http://forums.natriumtech.com/ [ Case Mod Forum By DmD ]
>
>
> At 08:37 AM 3/4/2003 -0500, Shane MacDonald wrote:
> I currently just switched my site from a *nix site to a Windows 2000 host. Depending on > you have as a host they should have your directory path listed somewhere.
>       my path for example is
>       c:/hosting/whatever/mydomain
> I had to put the entire file structure in my root folder. My host doesn't have a > public_html. I just pointed the config.php to the right directory based on that.
>
>       Shane MacDonald
>       Founder/Editor-In-Chief
>       Site Admin
>       [EMAIL PROTECTED]
>       http://www.eyecravedvd.com
>       ----------Forwarded message ----------
>       Return-Path: <[EMAIL PROTECTED]>
>       Delivered-To: [EMAIL PROTECTED]
> Received: (qmail 17923 invoked from network); 4 Mar 2003 09:39:29 -0000 > Received: from dsl.80.119.networkiowa.com (HELO internal.iowaoutdoors.org)
>       (209.234.80.119)
>       by mx201.mysite4now.com with SMTP; 4 Mar 2003 09:39:29 -0000
> Received: from internal.iowaoutdoors.org (localhost.localdomain [127.0.0.1]) > by internal.iowaoutdoors.org (8.11.6/8.11.4) with ESMTP id h249UMT16261;
>               Tue, 4 Mar 2003 03:30:23 -0600
> Received: from smtp13.singnet.com.sg (smtp13.singnet.com.sg [165.21.6.33]) > by internal.iowaoutdoors.org (8.11.6/8.11.4) with ESMTP id h249TCT16240 > for <[EMAIL PROTECTED]>; Tue, 4 Mar 2003 03:29:13 -0600 > Received: from Craig.singnet.com.sg (bb-203-125-66-8.singnet.com.sg [203.125.66.8]) > by smtp13.singnet.com.sg (8.12.7/8.12.7) with ESMTP id h249T87o027703 > for <[EMAIL PROTECTED]>; Tue, 4 Mar 2003 17:29:08 +0800
>       Message-Id: <[EMAIL PROTECTED]>
>       X-Sender: [EMAIL PROTECTED]
>       X-Mailer: QUALCOMM Windows Eudora Version 5.1
>       X-Priority: 1 (Highest)
>       To: [EMAIL PROTECTED]
>       From: Kee Craig <[EMAIL PROTECTED]>
>       Mime-Version: 1.0
>       Content-Type: text/html; charset="us-ascii"
>       Subject: [geeklog-users] GeekLog on Windows 2000 or XP Pro
>       Sender: [EMAIL PROTECTED]
>       Errors-To: [EMAIL PROTECTED]
>       X-BeenThere: [EMAIL PROTECTED]
>       X-Mailman-Version: 2.0.13
>       Precedence: bulk
>       Reply-To: [EMAIL PROTECTED]
> List-Help: <mailto:[EMAIL PROTECTED]>
>       List-Post: <mailto:[EMAIL PROTECTED]>
>       List-Subscribe: <http://lists.geeklog.net/listinfo/geeklog-users>,
> <mailto:[EMAIL PROTECTED]>
>       List-Id: Geeklog Users <geeklog-users.lists.geeklog.net>
>       List-Unsubscribe: <http://lists.geeklog.net/listinfo/geeklog-users>,
> <mailto:[EMAIL PROTECTED]>
>       List-Archive: <http://lists.geeklog.net/pipermail/geeklog-users/>
>       Date: Tue, 04 Mar 2003 17:29:24 +0800
>       Dear all GeekLog users,
>
> I have recently discovered GeekLog and it really suits my needs. I was using vBulletin > w/ vbHome, but GeekLog really seems much suitable. My previous forum s/w was hosted
>       internally in my company via a Windows 2000 system.
>
> Currently due to my migration, I was preparing to install GeekLog on a Windows machine. > Has anyone ever did it before, I simply can't find any instructions on the web.
>
> Could someone please advise me, I couldn't get the directory correct also. This > "required_once" field, and the path of my localhost. I tried in a vBulletin way.
>
> Perhaps someone can kindly give me a windows way ... Thank you, and best regards.
>
>
>       Cheers!
>       Kee Craig aka xspace
>       Email : [EMAIL PROTECTED]
>       ICQ : 2540657
>       Die Young, Stay Pretty.
> http://dmd.n3.net [ A Computer Enthusiast Website By Computer Enthusiast ]
>       http://forums.natriumtech.com/ [ Case Mod Forum By DmD ]
>
>
>       _______________________________________________
>       geeklog-users mailing list
>       [EMAIL PROTECTED]
>       http://lists.geeklog.net/listinfo/geeklog-users
>       _______________________________________________
>       geeklog-users mailing list
>       [EMAIL PROTECTED]
>       http://lists.geeklog.net/listinfo/geeklog-users
>
> _______________________________________________ geeklog-users mailing list
> [EMAIL PROTECTED] http://lists.geeklog.net/listinfo/geeklog-users
>

--
Tony Bibbs          "I guess you have to remember that those who don't
[EMAIL PROTECTED]  hunt or fish often see those of us who do as
                    harmlessly strange and sort of amusing. When you
                    think about it, that might be a fair assessment."
                    --Unknown


_______________________________________________
geeklog-users mailing list
[EMAIL PROTECTED]
http://lists.geeklog.net/listinfo/geeklog-users

Cheers!
Kee Craig aka xspace
Email : [EMAIL PROTECTED]
ICQ  : 2540657
Die Young, Stay Pretty.
http://www.htgk.org/jeuda [ A Computer Enthusiast Website By Computer Enthusiast ]
http://forums.natriumtech.com/ [ Case Mod Forum By DmD ]
_______________________________________________ geeklog-users mailing list [EMAIL PROTECTED] http://lists.geeklog.net/listinfo/geeklog-users

Reply via email to