<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/pockeit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 18 Nov 2013 20:51:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pockeit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -5,3 +5,8 @@

 Install pockeit
 [Installation]
+
+Development
+=
+
+[Theme]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 20:51:47 -0000</pubDate><guid>https://sourceforge.netc150b61cc09a19cbc5a4e48d4110616a7b00dea6</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,7 +1,7 @@
-Welcom to Pockeit WIKI
+Welcome to Pockeit WIKI
 =====
 Pockeit is an Open Source CMS for native mobile App.
-Here is the main sections on the wiki.
+Here are the main sections on the wiki.

 Install pockeit
 [Installation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 20:42:37 -0000</pubDate><guid>https://sourceforge.neteecd34df9e3a776c0681bdf1ce764a439532e256</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,5 +1,7 @@
-
 Welcom to Pockeit WIKI
 =====
+Pockeit is an Open Source CMS for native mobile App.
+Here is the main sections on the wiki.

+Install pockeit
 [Installation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 18:12:29 -0000</pubDate><guid>https://sourceforge.netd711a235598ea1d7110d72405e0be193c02fc30e</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,85 +1,5 @@
-Install Pockeit
-=======

-Pockeit is designed to be installed on a web server. You can néamoins test its functionality on your local machine.
+Welcom to Pockeit WIKI
+=====

-Prerequisites
-===
-Before working with Pockeit, you need to install
-- PHP (Min 5.3)
-- Apache (Min 2.2)
-- Mysql
-- NodeJS
-- Less (Install it as a node package cf https://npmjs.org/package/less)
-
-There is a lot of documentation on the web to explain you how to do it.
-
-Install
-===
-1) download pockeit here https://sourceforge.net/projects/pockeit/files/
-2) Unzip the zip file where you want in your machine
-3) Create a virtual host in your apache server
-
-&gt; &amp;lt;VirtualHost *:80\&gt;
-&gt;        DocumentRoot /web
-&gt;        ServerName localhost
-&gt;
-&gt;      /web&gt;
-&gt;        Options Indexes FollowSymLinks MultiViews
-&gt;        AllowOverride None
-&gt;        Order allow,deny
-&gt;        allow from all
-&gt;        
-&gt;            RewriteEngine On
-&gt;            RewriteCond %{REQUEST_FILENAME} !-f
-&gt;            RewriteRule ^(.*)$ /app.php [QSA,L]
-&gt;        
-&gt;    &amp;lt;/Directory&gt;
-&gt;&amp;lt;/VirtualHost&gt;
-
-
-4) Restart your apache server
-5) Copy "\/app/config/parameters.yml.save "
-to 
-"\/app/config/parameters.yml"
-6) Edit /app/config/parameters.yml to enter your configuration (don't forget your nodeJs path and modules at the end)
-7) Install composer.phar
-&gt; curl -s https://getcomposer.org/installer | php
-
-or for windows users
-&gt; php -r "eval('?&gt;'.file_get_contents('https://getcomposer.org/installer'));"
-
-8) Install the symfony's vendors
-&gt; php composer.phar install
-
-then
-&gt; php composer.phar update
-
-9) create the database from 
-&gt; php app/console doctrine:database:create
- 
-then
-&gt; php app/console doctrine:schema:update --force
-
-10) Install assets
-&gt;php app/console assetic:dump
-
-
-Test it
-=======
-In a navigator go to http://localhost/app_dev.php
-Default Login: admin
-Default Pwd: lagoutte
-
-
-Possible issues
-=======
-- Apache can't writte the app/log, app/cache and web directories
-&gt; Chmod or chown them
-
-- If you need help, please ask on "Discussion" section
-
-
-
-[[members limit=20]]
-[[download_button]]
+[Installation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 18:10:16 -0000</pubDate><guid>https://sourceforge.net567db759a848c611519345946cde7b62de6b7ac0</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -39,7 +39,9 @@

 4) Restart your apache server
-5) Copy /app/config/parameters.yml.save to /app/config/parameters.yml
+5) Copy "\/app/config/parameters.yml.save "
+to 
+"\/app/config/parameters.yml"
 6) Edit /app/config/parameters.yml to enter your configuration (don't forget your nodeJs path and modules at the end)
 7) Install composer.phar
 &gt; curl -s https://getcomposer.org/installer | php
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 16:23:54 -0000</pubDate><guid>https://sourceforge.net88bb836f8b86d80f17389cad91935b6e4bc6458d</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -18,9 +18,10 @@
 ===
 1) download pockeit here https://sourceforge.net/projects/pockeit/files/
 2) Unzip the zip file where you want in your machine
-3) Create a virtual host in your apache server. 
-&gt; 
-&gt;        DocumentRoot /web
+3) Create a virtual host in your apache server
+
+&gt; &amp;lt;VirtualHost *:80\&gt;
+&gt;        DocumentRoot /web
 &gt;        ServerName localhost
 &gt;
 &gt;      /web&gt;
@@ -33,8 +34,8 @@
 &gt;            RewriteCond %{REQUEST_FILENAME} !-f
 &gt;            RewriteRule ^(.*)$ /app.php [QSA,L]
 &gt;        
-&gt;    
-&gt;
+&gt;    &amp;lt;/Directory&gt;
+&gt;&amp;lt;/VirtualHost&gt;

 4) Restart your apache server
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 16:21:06 -0000</pubDate><guid>https://sourceforge.net3a000e8146d05760faff67828e464e3f62d4af03</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -74,6 +74,8 @@
 - Apache can't writte the app/log, app/cache and web directories
 &gt; Chmod or chown them

+- If you need help, please ask on "Discussion" section
+

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 15:52:43 -0000</pubDate><guid>https://sourceforge.net93bae6762b246210d66a0bf8d733bd362216ea32</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -43,6 +43,9 @@
 7) Install composer.phar
 &gt; curl -s https://getcomposer.org/installer | php

+or for windows users
+&gt; php -r "eval('?&gt;'.file_get_contents('https://getcomposer.org/installer'));"
+
 8) Install the symfony's vendors
 &gt; php composer.phar install

@@ -59,5 +62,19 @@
 &gt;php app/console assetic:dump

+Test it
+=======
+In a navigator go to http://localhost/app_dev.php
+Default Login: admin
+Default Pwd: lagoutte
+
+
+Possible issues
+=======
+- Apache can't writte the app/log, app/cache and web directories
+&gt; Chmod or chown them
+
+
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 15:51:49 -0000</pubDate><guid>https://sourceforge.net2517c3434939c08a77bac68107510bc07e314a59</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -14,7 +14,7 @@

 There is a lot of documentation on the web to explain you how to do it.

-Pockeit install
+Install
 ===
 1) download pockeit here https://sourceforge.net/projects/pockeit/files/
 2) Unzip the zip file where you want in your machine
@@ -42,14 +42,19 @@
 6) Edit /app/config/parameters.yml to enter your configuration (don't forget your nodeJs path and modules at the end)
 7) Install composer.phar
 &gt; curl -s https://getcomposer.org/installer | php
+
 8) Install the symfony's vendors
 &gt; php composer.phar install
+
 then
 &gt; php composer.phar update
+
 9) create the database from 
-&gt; php app/console doctrine:database:create 
+&gt; php app/console doctrine:database:create
+ 
 then
 &gt; php app/console doctrine:schema:update --force
+
 10) Install assets
 &gt;php app/console assetic:dump

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 15:46:02 -0000</pubDate><guid>https://sourceforge.net15f672e1241f50f73baf04b0481a0dcd57343f2d</guid></item><item><title>Home modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -20,10 +20,10 @@
 2) Unzip the zip file where you want in your machine
 3) Create a virtual host in your apache server. 
 &gt; 
-&gt;        DocumentRoot &lt;/pre&gt;&lt;pre&gt;/web
+&gt;        DocumentRoot /web
 &gt;        ServerName localhost
 &gt;
-&gt;      &lt;/pre&gt;&lt;pre&gt;/web&gt;
+&gt;      /web&gt;
 &gt;        Options Indexes FollowSymLinks MultiViews
 &gt;        AllowOverride None
 &gt;        Order allow,deny
@@ -35,8 +35,23 @@
 &gt;        
 &gt;    
 &gt;
+
+
 4) Restart your apache server
-5) 
+5) Copy /app/config/parameters.yml.save to /app/config/parameters.yml
+6) Edit /app/config/parameters.yml to enter your configuration (don't forget your nodeJs path and modules at the end)
+7) Install composer.phar
+&gt; curl -s https://getcomposer.org/installer | php
+8) Install the symfony's vendors
+&gt; php composer.phar install
+then
+&gt; php composer.phar update
+9) create the database from 
+&gt; php app/console doctrine:database:create 
+then
+&gt; php app/console doctrine:schema:update --force
+10) Install assets
+&gt;php app/console assetic:dump

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Mon, 18 Nov 2013 15:45:05 -0000</pubDate><guid>https://sourceforge.net00ebfece495d1f28a871e5c701d48094a1af114a</guid></item></channel></rss>