<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/just-core/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Jul 2012 19:38:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/just-core/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>&lt;pre&gt;--- v5
+++ v6
@@ -6,19 +6,19 @@
 ##2) Set up your source control layer
 Just because JCORE uses Subversion by default doesn't mean that you have to yourself. You will need to move copies of some of the some of the directories in your own source control system.
 
-###APIS
+####APIS
 You can check out a local copy of this to see an example.
 
-###PLUGINS
+####PLUGINS
 You can check out a local copy of this to see an example. Keep the same directory structure for your own plugins.
 
-###TEMPLATES
+####TEMPLATES
 You can check out a local copy of this to see an example. Keep the same directory structure for your own templates if you wish to use the native templating system.
 
-###CONFIG
+####CONFIG
 You need a local copy of this so your configurations are not over written by updates to CORE. Keep the same directory structure for your own plugins. it is worth consideration to keep a separate branch of config for DEV, UAT, PROD
 
-###CACHE
+####CACHE
 Example of the cache directory, and the primary types requiring file I/O.
 FILE
 OPCODE
@@ -81,4 +81,10 @@
 
 See: [Configure Cache] for more details
 
+##4) Set up an API
+See: [APIS] for more details
 
+##4) Load your plugins
+See: [PLUGINS] for more details
+
+##5) Test
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 19:38:01 -0000</pubDate><guid>https://sourceforge.netdd1d1849cf8838d2a773c9f55929c04e56b53100</guid></item><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,15 +1,24 @@
-###1) Get a copy of JCORE
+##1) Get a copy of JCORE
 Check out a copy of JCORE from here: (Subversion only at this point)
 svn checkout svn://svn.code.sf.net/p/just-core/svn/trunk just-core-svn
 You can do this on a desktop for initial set up.
 
-###2) Set up your source control layer
+##2) Set up your source control layer
 Just because JCORE uses Subversion by default doesn't mean that you have to yourself. You will need to move copies of some of the some of the directories in your own source control system.
 
-####APIS
+###APIS
 You can check out a local copy of this to see an example.
 
-####CACHE
+###PLUGINS
+You can check out a local copy of this to see an example. Keep the same directory structure for your own plugins.
+
+###TEMPLATES
+You can check out a local copy of this to see an example. Keep the same directory structure for your own templates if you wish to use the native templating system.
+
+###CONFIG
+You need a local copy of this so your configurations are not over written by updates to CORE. Keep the same directory structure for your own plugins. it is worth consideration to keep a separate branch of config for DEV, UAT, PROD
+
+###CACHE
 Example of the cache directory, and the primary types requiring file I/O.
 FILE
 OPCODE
@@ -20,7 +29,9 @@
 JCORE_OPCODE_CACHE_DIR
 JCORE_SESSION_CACHE_DIR
 
-####CONFIG
+
+
+##3) Configuration
 #####DATA
 ######Copy:
 
@@ -56,7 +67,7 @@
 
 See: [Configure Logging] for more details
 
-See: [Configure Cache] for more details
+
 
 #####CACHE
 ######Edit:
@@ -67,14 +78,7 @@
     CSN[] = "JCORE_SYSTEM"
     CSN[] = "JCORE_DATA"
 
-    Cache Source Names must match section headers below
-    
-    [JCORE_SYSTEM]
-    CACHE_TYPE="EACCELERATOR"
-    IMPLEMENTATION="STATIC"	
-    ACTIVE="TRUE" 
-    LOAD_POOL="FALSE"
-    
-    Where available the configuration manager will look for files named [CSN].ini 
-    in the CONFIG/SERVICE/CACHE_SOURCE directory
-    i.e. CONFIG/SERVICE/CACHE_SOURCE/JCORE_DATA.ini
+
+See: [Configure Cache] for more details
+
+
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 19:30:02 -0000</pubDate><guid>https://sourceforge.net5aa2d280a1f232718fe4cc2827b6e8a4073202cd</guid></item><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -56,7 +56,7 @@
 
 See: [Configure Logging] for more details
 
-
+See: [Configure Cache] for more details
 
 #####CACHE
 ######Edit:
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 19:16:50 -0000</pubDate><guid>https://sourceforge.net4fc09c9a3463c75d24d11e42c2c1f685492cb691</guid></item><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -21,7 +21,7 @@
 JCORE_SESSION_CACHE_DIR
 
 ####CONFIG
-
+#####DATA
 ######Copy:
 
     CONFIG/SERVICE/DATA/DATA.default.ini
@@ -30,6 +30,7 @@
 
 and update your database configuration
 
+#####CORE
 ######Edit: 
 CONFIG/jcore.ini to set Application Date Formats and the environment (DEV/QA/PROD)
 
@@ -37,6 +38,7 @@
     DATE_FORMAT_LONG="l jS \of F Y h:i:s A"  
     ENVIRONMENT="DEV" 
 
+#####LOGGING
 ######Edit:
 CONFIG/SERVICE/LOG/logServices.ini
 
@@ -52,4 +54,27 @@
     
 
 
-[Configure Logging]
+See: [Configure Logging] for more details
+
+
+
+#####CACHE
+######Edit:
+CONFIG/SERVICE/CACHE_SOURCE.ini
+
+    [CACHE_SOURCE]
+    CSN[] = "BASIC_FILE_CACHE"
+    CSN[] = "JCORE_SYSTEM"
+    CSN[] = "JCORE_DATA"
+
+    Cache Source Names must match section headers below
+    
+    [JCORE_SYSTEM]
+    CACHE_TYPE="EACCELERATOR"
+    IMPLEMENTATION="STATIC"	
+    ACTIVE="TRUE" 
+    LOAD_POOL="FALSE"
+    
+    Where available the configuration manager will look for files named [CSN].ini 
+    in the CONFIG/SERVICE/CACHE_SOURCE directory
+    i.e. CONFIG/SERVICE/CACHE_SOURCE/JCORE_DATA.ini
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 19:14:59 -0000</pubDate><guid>https://sourceforge.neteb9a0e8f88650ee9ca622be8552c6a68e6e8d113</guid></item><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -22,5 +22,34 @@
 
 ####CONFIG
 
+######Copy:
+
+    CONFIG/SERVICE/DATA/DATA.default.ini
+    to 
+    CONFIG/SERVICE/DATA/DATA.ini
+
+and update your database configuration
+
+######Edit: 
+CONFIG/jcore.ini to set Application Date Formats and the environment (DEV/QA/PROD)
+
+    DATE_FORMAT="Y-m-d"	;http://www.php.net/manual/en/function.date.php
+    DATE_FORMAT_LONG="l jS \of F Y h:i:s A"  
+    ENVIRONMENT="DEV" 
+
+######Edit:
+CONFIG/SERVICE/LOG/logServices.ini
+
+    [JCORE]                        the logger name
+    logFacility="FILE"             
+    writePath="/var/log/"
+    logName="JCORE_"
+    dateFormat="Y-m-d H:i:s"
+    logSuffix="log"
+    stripWhitespace=TRUE
+    bufferWrite=FALSE
+    ;blockSize=[4096]
+    
 
 
+[Configure Logging]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 18:02:59 -0000</pubDate><guid>https://sourceforge.net8c289ba8be2f4aab32587dd663d5caeda7839aae</guid></item><item><title>WikiPage Installation modified by LongStone</title><link>https://sourceforge.net/p/just-core/wiki/Installation/</link><description>###1) Get a copy of JCORE
Check out a copy of JCORE from here: (Subversion only at this point)
svn checkout svn://svn.code.sf.net/p/just-core/svn/trunk just-core-svn
You can do this on a desktop for initial set up.

###2) Set up your source control layer
Just because JCORE uses Subversion by default doesn't mean that you have to yourself. You will need to move copies of some of the some of the directories in your own source control system.

####APIS
You can check out a local copy of this to see an example.

####CACHE
Example of the cache directory, and the primary types requiring file I/O.
FILE
OPCODE
SESSION. 
This is defined in the API config.php file settings as required.

JCORE_FILE_CACHE_DIR
JCORE_OPCODE_CACHE_DIR
JCORE_SESSION_CACHE_DIR

####CONFIG



</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LongStone</dc:creator><pubDate>Thu, 12 Jul 2012 07:13:34 -0000</pubDate><guid>https://sourceforge.net128401e0b096f5018377eeb3045e7b6435ba9ee5</guid></item></channel></rss>