summaryrefslogtreecommitdiffstats
path: root/user_guide/installation
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-25 16:08:20 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-25 16:08:20 +0100
commitf0b3994f51937c643200a0547f70b1fa7d94f88a (patch)
treed30a6636bc413f9dacbccca13a3f1dd8beffa65a /user_guide/installation
parent022be04a8262857e1bab9bf65e45817d398c31e6 (diff)
moved application folder outside of the system folder
Diffstat (limited to 'user_guide/installation')
-rw-r--r--user_guide/installation/upgrade_154.html6
-rw-r--r--user_guide/installation/upgrade_160.html6
-rw-r--r--user_guide/installation/upgrade_162.html6
3 files changed, 9 insertions, 9 deletions
diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html
index 5e4468668..b1bc8bb89 100644
--- a/user_guide/installation/upgrade_154.html
+++ b/user_guide/installation/upgrade_154.html
@@ -67,7 +67,7 @@ Upgrading from 1.5.3 to 1.5.4
<ul>
-<li><dfn>system/application/config/mimes.php</dfn></li>
+<li><dfn>application/config/mimes.php</dfn></li>
<li><dfn>system/codeigniter</dfn></li>
<li><dfn>system/database</dfn></li>
<li><dfn>system/helpers</dfn></li>
@@ -78,7 +78,7 @@ Upgrading from 1.5.3 to 1.5.4
<p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p>
<h2>Step 2: Add charset to your config.php </h2>
-<p>Add the following to system/application/config/config.php</p>
+<p>Add the following to application/config/config.php</p>
<code>/*<br />
|--------------------------------------------------------------------------<br />
| Default Character Set<br />
@@ -91,7 +91,7 @@ Upgrading from 1.5.3 to 1.5.4
$config['charset'] = &quot;UTF-8&quot;;</code>
<h2>Step 3: Autoloading language files </h2>
-<p>If you want to autoload any language files, add this line to system/application/config/autoload.php</p>
+<p>If you want to autoload any language files, add this line to application/config/autoload.php</p>
<code>$autoload['language'] = array();</code>
<h2>Step 4: Update your user guide</h2>
diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html
index e817e245e..5568f8ca2 100644
--- a/user_guide/installation/upgrade_160.html
+++ b/user_guide/installation/upgrade_160.html
@@ -78,10 +78,10 @@ Upgrading from 1.5.4 to 1.6.0
<p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p>
<h2>Step 2: Add time_to_update to your config.php </h2>
-<p>Add the following to system/application/config/config.php with the other session configuration options</p>
+<p>Add the following to application/config/config.php with the other session configuration options</p>
<p><code>$config['sess_time_to_update'] = 300;</code></p>
<h2>Step 3: Add $autoload['model']</h2>
-<p>Add the following to system/application/config/autoload.php</p>
+<p>Add the following to application/config/autoload.php</p>
<p><code> /*<br />
| -------------------------------------------------------------------<br />
| Auto-load Model files<br />
@@ -94,7 +94,7 @@ Upgrading from 1.5.4 to 1.6.0
<br />
$autoload['model'] = array();</code></p>
<h2>Step 4: Add to your database.php </h2>
-<p>Make the following changes to your system/application/config/database.php file:</p>
+<p>Make the following changes to your application/config/database.php file:</p>
<p>Add the following variable above the database configuration options, with <dfn>$active_group</dfn></p>
<p><code>$active_record = TRUE;</code></p>
<p>Remove the following from your database configuration options</p>
diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html
index fd34ab087..c9eb2bfe0 100644
--- a/user_guide/installation/upgrade_162.html
+++ b/user_guide/installation/upgrade_162.html
@@ -78,12 +78,12 @@ Upgrading from 1.6.1 to 1.6.2
<h2>Step 2: Encryption Key</h2>
-<p>If you are using sessions, open up system/application/config/config.php and verify you've set an encryption key.</p>
+<p>If you are using sessions, open up application/config/config.php and verify you've set an encryption key.</p>
<h2>Step 3: Constants File</h2>
-<p>Copy /system/application/config/constants.php to your installation, and modify if necessary.</p>
+<p>Copy /application/config/constants.php to your installation, and modify if necessary.</p>
<h2>Step 4: Mimes File</h2>
-<p>Replace /system/application/config/mimes.php with the dowloaded version. If you've added custom mime types, you'll need to re-add them.</p>
+<p>Replace /application/config/mimes.php with the dowloaded version. If you've added custom mime types, you'll need to re-add them.</p>
<h2>Step 5: Update your user guide</h2>
<p>Please also replace your local copy of the user guide with the new version.</p>