<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to InstallationGuide</title><link>https://sourceforge.net/p/dorncms/wiki/InstallationGuide/</link><description>Recent changes to InstallationGuide</description><atom:link href="https://sourceforge.net/p/dorncms/wiki/InstallationGuide/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 26 Jun 2011 17:50:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dorncms/wiki/InstallationGuide/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage InstallationGuide modified by Jeremy Dorn</title><link>https://sourceforge.net/p/dorncms/wiki/InstallationGuide/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Dorn</dc:creator><pubDate>Sun, 26 Jun 2011 17:50:17 -0000</pubDate><guid>https://sourceforge.netcb1426b32c2cd2bcf2aaefe9e5a65a36df4f7ab4</guid></item><item><title>WikiPage NewInstallationGuide modified by Jeremy Dorn</title><link>https://sourceforge.net/p/dorncms/wiki/NewInstallationGuide/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -43,6 +43,9 @@
 -    **Internal Server Error** - This means you have an invalid .htaccess command.  Unfortunately, you have to take care of this problem by editing the .htaccess file manually since the install.php script will not work until the problem is resolved.  After fixing the problem, run the install.php script again, this time making sure to only include valid .htaccess commands.
 
 
+To check out the administrative back-end, add "cms/" at the end of your site (http://dorncms.com/cms/ or http://dorncms.com/mysite/cms/).  The default username and password are **admin** and **password**.  Make sure to change your username, password, or both as soon as possible.
+
+
 Step 4: Delete Install Script
 ----------------------------------------------
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Dorn</dc:creator><pubDate>Sat, 11 Jun 2011 19:33:11 -0000</pubDate><guid>https://sourceforge.net3a2d94ceb8fbc8724fa3cd0a4463e49f5e997a4d</guid></item><item><title>WikiPage NewInstallationGuide modified by Jeremy Dorn</title><link>https://sourceforge.net/p/dorncms/wiki/NewInstallationGuide/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -48,4 +48,16 @@
 
 When the site is installed correctly, you need to delete the install.php script from your server.  If you don't delete this script, someone with a malicious intent could potentially render your site unusable.
 
-If you are working on a development machine and want to stop the pop-up reminders from appearing, set your DEBUG_LEVEL to 1 in server/server.php.  If you don't want any debug information show but still want the pop-up hidden, you can set DEBUG_LEVEL to something between 0 and 1 like "0.5".
+If you are working on a development machine and want to stop the pop-up reminders from appearing, set your DEBUG_LEVEL to 1 in server/server.php.  If you don't want any debug information shown but still want the pop-up hidden, you can set DEBUG_LEVEL to something between 0 and 1 like "0.5".
+
+
+More Information
+-----------------------------------------------
+
+Check out these other wiki pages for useful information on using and customizing your site.
+
+-    [UserGuide] - Basic information on how to log into the back-end, how to create/edit pages, etc.
+-    [Templates] - A guide to making any HTML template work with DornCMS.  This requires some HTML knowledge.
+-    [Mobile Sites] - A guide to creating a mobile version of your website that people will see by default when using a mobile device.
+-    [Multi-Language Sites] - A guide to using the internationalization framework to show different content to users in different countries.
+-    [Plugins] - A guide to making plugins for customizing the back-end content editor for your site.  This requires some PHP and Javascript knowledge.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Dorn</dc:creator><pubDate>Sat, 11 Jun 2011 16:59:35 -0000</pubDate><guid>https://sourceforge.netf132971439a54727bdabb62debe8751f8760bf99</guid></item><item><title>DornCMS Installation Guide
======================

This is for installing DornCMS versions 1.4 or greater.  To install a previous version of DornCMS, check out the [OldInstallationGuide].

The installation process has been greatly simplified and no longer requires editing any files.


Step 1: Download Files
--------------------------------------------

Download the lastest .zip file from the [Downloads Section](http://sourceforge.net/projects/dorncms/files/)

Extract this .zip file and upload everything to the server.


Step 2: Run Install Script
---------------------------------------------

Point to the install.php script from your browser and fill out the form.

If you installed the site to the mysite/ directory on your server, go to

    http://domain.com/mysite/install.php

If you installed the site to the root on your server, go to

    http://domain.com/install.php

On most server set-ups, the default values should work fine.  The only thing you need to customize are the incoming and outgoing email addresses.

**warning:** Make sure you only put valid .htaccess commands in the *.htaccess Commands* textbox.  If there is an error in these commands, your server will stop working and you'll need to edit the .htaccess file manually and fix any errors.


Step 3: Verify Installation
----------------------------------------------

Once you hit submit on the install script, you should see the default home page in a small frame.  If everything looks correct, the installation worked fine and you can delete the install.php file on the server.  Below are some possible errors that may occur during the installation process:

-    **Error about file permissions** - The install.php script reads from and writes to files on the server.  The script needs to have sufficient privileges to work correctly.  You can set the permissions manually and re-run the install.php script.
-    **Styles not displayed on home page**  - This probably means you have $site_root set the incorrect value.  Run the install.php script again and put the correct $site_root.
-    **404 Error** - This most likely means you have the wrong RewriteBase in the .htaccess file.  Run the install.php script again and put the correct RewriteBase.
-    **Internal Server Error** - This means you have an invalid .htaccess command.  Unfortunately, you have to take care of this problem by editing the .htaccess file manually since the install.php script will not work until the problem is resolved.  After fixing the problem, run the install.php script again, this time making sure to only include valid .htaccess commands.


Step 4: Delete Install Script
----------------------------------------------

When the site is installed correctly, you need to delete the install.php script from your server.  If you don't delete this script, someone with a malicious intent could potentially render your site unusable.

If you are working on a development machine and want to stop the pop-up reminders from appearing, set your DEBUG_LEVEL to 1 in server/server.php.  If you don't want any debug information show but still want the pop-up hidden, you can set DEBUG_LEVEL to something between 0 and 1 like "0.5".</title><link>https://sourceforge.net/p/dorncms/wiki/NewInstallationGuide/</link><description>DornCMS Installation Guide
======================

This is for installing DornCMS versions 1.4 or greater.  To install a previous version of DornCMS, check out the [OldInstallationGuide].

The installation process has been greatly simplified and no longer requires editing any files.


Step 1: Download Files
--------------------------------------------

Download the lastest .zip file from the [Downloads Section](http://sourceforge.net/projects/dorncms/files/)

Extract this .zip file and upload everything to the server.


Step 2: Run Install Script
---------------------------------------------

Point to the install.php script from your browser and fill out the form.

If you installed the site to the mysite/ directory on your server, go to

    http://domain.com/mysite/install.php

If you installed the site to the root on your server, go to

    http://domain.com/install.php

On most server set-ups, the default values should work fine.  The only thing you need to customize are the incoming and outgoing email addresses.

**warning:** Make sure you only put valid .htaccess commands in the *.htaccess Commands* textbox.  If there is an error in these commands, your server will stop working and you'll need to edit the .htaccess file manually and fix any errors.


Step 3: Verify Installation
----------------------------------------------

Once you hit submit on the install script, you should see the default home page in a small frame.  If everything looks correct, the installation worked fine and you can delete the install.php file on the server.  Below are some possible errors that may occur during the installation process:

-    **Error about file permissions** - The install.php script reads from and writes to files on the server.  The script needs to have sufficient privileges to work correctly.  You can set the permissions manually and re-run the install.php script.
-    **Styles not displayed on home page**  - This probably means you have $site_root set the incorrect value.  Run the install.php script again and put the correct $site_root.
-    **404 Error** - This most likely means you have the wrong RewriteBase in the .htaccess file.  Run the install.php script again and put the correct RewriteBase.
-    **Internal Server Error** - This means you have an invalid .htaccess command.  Unfortunately, you have to take care of this problem by editing the .htaccess file manually since the install.php script will not work until the problem is resolved.  After fixing the problem, run the install.php script again, this time making sure to only include valid .htaccess commands.


Step 4: Delete Install Script
----------------------------------------------

When the site is installed correctly, you need to delete the install.php script from your server.  If you don't delete this script, someone with a malicious intent could potentially render your site unusable.

If you are working on a development machine and want to stop the pop-up reminders from appearing, set your DEBUG_LEVEL to 1 in server/server.php.  If you don't want any debug information show but still want the pop-up hidden, you can set DEBUG_LEVEL to something between 0 and 1 like "0.5".</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Dorn</dc:creator><pubDate>Thu, 31 Mar 2011 23:06:35 -0000</pubDate><guid>https://sourceforge.neta058199807ed65a5fca8567981f7d0c5ab067827</guid></item></channel></rss>