<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://gwiki3.thatlinuxbox.com/index.php?action=history&amp;feed=atom&amp;title=Pre-Installation_Checklist</id>
		<title>Pre-Installation Checklist - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://gwiki3.thatlinuxbox.com/index.php?action=history&amp;feed=atom&amp;title=Pre-Installation_Checklist"/>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Pre-Installation_Checklist&amp;action=history"/>
		<updated>2026-04-06T10:10:39Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.5</generator>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Pre-Installation_Checklist&amp;diff=2738&amp;oldid=prev</id>
		<title>Destr0yr at 15:27, 1 July 2004</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Pre-Installation_Checklist&amp;diff=2738&amp;oldid=prev"/>
				<updated>2004-07-01T15:27:14Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;table style=&amp;quot;font-family: Verdana, Helvetica, Arial, sans-serif;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#aec7e8&amp;quot;&amp;gt;&amp;lt;b&amp;gt;PRE-INSTALLATION CHECKLIST (new installation)&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
	&amp;lt;td valign=&amp;quot;top&amp;quot; bgcolor=&amp;quot;#cdeeff&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;p&amp;gt;Before installing Geeklog for the first time, please make sure you have or know the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
		&amp;lt;ol&amp;gt;&lt;br /&gt;
			&amp;lt;li&amp;gt;A web server running PHP 4.04 or higher&lt;br /&gt;
			&amp;lt;li&amp;gt;A web server running MySQL, with access to a database or the ability to create a database&lt;br /&gt;
			&amp;lt;li&amp;gt;The ability to create a new database in MySQL or access to an existing one&lt;br /&gt;
			&amp;lt;li&amp;gt;A telnet or SSH connection to your web server (although FTP will work). This document will be written assuming you have command line access to your server, but we will note the major differences for FTP users.&lt;br /&gt;
			&amp;lt;li&amp;gt;The ability to unpack a tarball (file ending in tar.gz)&lt;br /&gt;
			&amp;lt;li&amp;gt;You know the difference between a path and a URL&lt;br /&gt;
			&amp;lt;li&amp;gt;You know how to determine your system paths&amp;lt;br&amp;gt;&lt;br /&gt;
				&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
			&amp;lt;table width=&amp;quot;95%&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;2&amp;quot; cellpadding=&amp;quot;4&amp;quot; bgcolor=&amp;quot;black&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;tr&amp;gt;&lt;br /&gt;
					&amp;lt;td bgcolor=&amp;quot;white&amp;quot;&amp;gt;&lt;br /&gt;
						&amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;
							&amp;lt;p&amp;gt;&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;SPECIAL NOTE ABOUT PARSE ERRORS: &amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
							&amp;lt;p&amp;gt;Some users have reported that WinZip corrupts certain files in the Geeklog tarball during decompression which will cause errors during the installation process. You are strongly urged not to use WinZip. Try WinRAR if you must decompress the file locally, or better yet, unpack the file from your server (requires telnet/SSH access).&amp;lt;/p&amp;gt;&lt;br /&gt;
							&amp;lt;p&amp;gt;Parse errors can also be caused by using a WYSIWYG editor on lib-common.php, e.g. Dreamweaver - you should use a &amp;quot;plain text editor&amp;quot;.&amp;lt;/p&amp;gt;&lt;br /&gt;
						&amp;lt;/div&amp;gt;&lt;br /&gt;
					&amp;lt;/td&amp;gt;&lt;br /&gt;
				&amp;lt;/tr&amp;gt;&lt;br /&gt;
			&amp;lt;/table&amp;gt;&lt;br /&gt;
			&amp;lt;br&amp;gt;&lt;br /&gt;
		&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The following instructions will refer to the &amp;lt;tt&amp;gt;public_html&amp;lt;/tt&amp;gt; directory&lt;br /&gt;
a lot. Here is what this is all about:&amp;lt;p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Basically, a Geeklog installation consists of two parts: The part that is&lt;br /&gt;
visible &amp;quot;to the world&amp;quot; - which is everything in the public_html directory.&lt;br /&gt;
&amp;quot;public_html&amp;quot; is a popular name for the world-accessible directory that can be&lt;br /&gt;
found on a webserver (&amp;quot;htdocs&amp;quot; and &amp;quot;www&amp;quot; are other popular names). So if you&lt;br /&gt;
have such a directory, just copy everything from Geeklog's public_html&lt;br /&gt;
directory into that directory on your webserver. Then you only need to set up&lt;br /&gt;
$_CONF['path_html'] (in config.php) to point to that directory.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The other part of Geeklog, which is everything outside the public_html&lt;br /&gt;
directory, should not be accessible via a URL since it contains sensitive&lt;br /&gt;
information. So you should really put those files and directories outside of&lt;br /&gt;
your document root (i.e. outside the web server's public_html, htdocs, or www&lt;br /&gt;
directory). Then you only need to set up $_CONF['path'] (again, in config.php)&lt;br /&gt;
to point to the place where you put those files and directories.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Separating the install in this way will also ensure that you can access your&lt;br /&gt;
Geeklog site directly via a domain name (if you have one), e.g.&lt;br /&gt;
http://www.yourdomain.com/, and that you don't need to include &amp;quot;public_html&amp;quot;&lt;br /&gt;
in the URL.&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>Destr0yr</name></author>	</entry>

	</feed>