<?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/pockeit/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/pockeit/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 20 Nov 2013 11:33:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pockeit/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -3,8 +3,8 @@

 Pockeit is designed to be installed on a web server. You can also test its functionalities on your local machine.

-[[Install packaged version]] (easy way)
-[[Install from src]]
+[Install packaged version] (easy way)
+[Install from src]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Wed, 20 Nov 2013 11:33:31 -0000</pubDate><guid>https://sourceforge.neta8fe4dad71b84c020b5fa27fbb52f0583c727a2b</guid></item><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,84 +3,8 @@

 Pockeit is designed to be installed on a web server. You can also test its functionalities on your local machine.

-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 that explains how to do it.
-
-Install
-===
-1) Download pockeit here https://sourceforge.net/projects/pockeit/files/
-2) Unzip the zip file in your webspace or where you want in your machine
-3) Create a virtual host in your apache server (if you don't put it in your webspace)
-
-&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 or http://localhost/web/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
-
-- Timeout when you use composer.phar
-&gt; https://github.com/composer/composer/issues/476
-
-
-- If you need help, please ask on "Discussion" section
+[[Install packaged version]] (easy way)
+[[Install from src]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Wed, 20 Nov 2013 11:32:28 -0000</pubDate><guid>https://sourceforge.net909e3238cb4a4a8d1623f98dc5b37c8223ce482d</guid></item><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -17,8 +17,8 @@
 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
+2) Unzip the zip file in your webspace or where you want in your machine
+3) Create a virtual host in your apache server (if you don't put it in your webspace)

 &gt; &amp;lt;VirtualHost *:80\&gt;
 &gt;        DocumentRoot /web
@@ -36,7 +36,6 @@
 &gt;        
 &gt;    &amp;lt;/Directory&gt;
 &gt;&amp;lt;/VirtualHost&gt;
-

 4) Restart your apache server
 5) Copy "\/app/config/parameters.yml.save "
@@ -67,7 +66,7 @@

 Test it
 =======
-In a navigator go to http://localhost/app_dev.php
+In a navigator go to http://localhost/app_dev.php or http://localhost/web/app_dev.php
 Default Login: admin
 Default Pwd: lagoutte

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vincent Le Borgne</dc:creator><pubDate>Tue, 19 Nov 2013 07:16:07 -0000</pubDate><guid>https://sourceforge.neta23493e0285f152d18e32c8be9e457d4b42abad9</guid></item><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,7 @@
 Install Pockeit
 =======

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

 Prerequisites
 ===
@@ -12,11 +12,11 @@
 - 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.
+There is a lot of documentation on the web that explains how to do it.

 Install
 ===
-1) download pockeit here https://sourceforge.net/projects/pockeit/files/
+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

@@ -55,7 +55,7 @@
 then
 &gt; php composer.phar update

-9) create the database from 
+9) Create the database from 
 &gt; php app/console doctrine:database:create

 then
&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:44:36 -0000</pubDate><guid>https://sourceforge.net5a59c0c55ab3f87afe9cd4ff386abee423882aae</guid></item><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -77,6 +77,10 @@
 - Apache can't writte the app/log, app/cache and web directories
 &gt; Chmod or chown them

+- Timeout when you use composer.phar
+&gt; https://github.com/composer/composer/issues/476
+
+
 - If you need help, please ask on "Discussion" section

&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:41:43 -0000</pubDate><guid>https://sourceforge.net3a5c462bf356ad400bfb997dda31a0f4dc8512c2</guid></item><item><title>Installation modified by Vincent Le Borgne</title><link>https://sourceforge.net/p/pockeit/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="install-pockeit"&gt;Install Pockeit&lt;/h1&gt;
&lt;p&gt;Pockeit is designed to be installed on a web server. You can néamoins test its functionality on your local machine.&lt;/p&gt;
&lt;h1 id="prerequisites"&gt;Prerequisites&lt;/h1&gt;
&lt;p&gt;Before working with Pockeit, you need to install&lt;br /&gt;
- PHP (Min 5.3)&lt;br /&gt;
- Apache (Min 2.2)&lt;br /&gt;
- Mysql&lt;br /&gt;
- NodeJS&lt;br /&gt;
- Less (Install it as a node package cf &lt;a href="https://npmjs.org/package/less" rel="nofollow"&gt;https://npmjs.org/package/less&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;There is a lot of documentation on the web to explain you how to do it.&lt;/p&gt;
&lt;h1 id="install"&gt;Install&lt;/h1&gt;
&lt;p&gt;1) download pockeit here &lt;a href="https://sourceforge.net/projects/pockeit/files/"&gt;https://sourceforge.net/projects/pockeit/files/&lt;/a&gt;&lt;br /&gt;
2) Unzip the zip file where you want in your machine&lt;br /&gt;
3) Create a virtual host in your apache server&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;lt;VirtualHost *:80&gt;&lt;br /&gt;
       DocumentRoot &amp;lt;PATH_TO_THE_UNZIPED_FILE&gt;/web&lt;br /&gt;
       ServerName localhost&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="nt"&gt;&amp;lt;Directory&lt;/span&gt; &lt;span class="err"&gt;&amp;lt;PATH_TO_THE_UNZIPED_FILE&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;/web&amp;gt;
   Options Indexes FollowSymLinks MultiViews
   AllowOverride None
   Order allow,deny
   allow from all
   &lt;span class="nt"&gt;&amp;lt;IfModule&lt;/span&gt; &lt;span class="err"&gt;mod_rewrite.c&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
       RewriteEngine On
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^(.*)$ /app.php &lt;span class="cp"&gt;[&lt;/span&gt;&lt;span class="nx"&gt;QSA&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="nx"&gt;L&lt;/span&gt;&lt;span class="cp"&gt;]&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;/IfModule&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&amp;lt;/Directory&amp;gt;&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;4) Restart your apache server&lt;br /&gt;
5) Copy "\&amp;lt;PATH_TO_THE_UNZIPED_FILE&gt;/app/config/parameters.yml.save "&lt;br /&gt;
to &lt;br /&gt;
"\&amp;lt;PATH_TO_THE_UNZIPED_FILE&gt;/app/config/parameters.yml"&lt;br /&gt;
6) Edit /app/config/parameters.yml to enter your configuration (don't forget your nodeJs path and modules at the end)&lt;br /&gt;
7) Install composer.phar&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;curl -s &lt;a href="https://getcomposer.org/installer" rel="nofollow"&gt;https://getcomposer.org/installer&lt;/a&gt; | php&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;or for windows users&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php -r "eval('?&amp;gt;'.file_get_contents('https://getcomposer.org/installer'));"&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;8) Install the symfony's vendors&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php composer.phar install&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;then&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php composer.phar update&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;9) create the database from &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php app/console doctrine:database:create&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;then&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php app/console doctrine:schema:update --force&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;10) Install assets&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;php app/console assetic:dump&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id="test-it"&gt;Test it&lt;/h1&gt;
&lt;p&gt;In a navigator go to &lt;a href="http://localhost/app_dev.php" rel="nofollow"&gt;http://localhost/app_dev.php&lt;/a&gt;&lt;br /&gt;
Default Login: admin&lt;br /&gt;
Default Pwd: lagoutte&lt;/p&gt;
&lt;h1 id="possible-issues"&gt;Possible issues&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Apache can't writte the app/log, app/cache and web directories&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Chmod or chown them&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you need help, please ask on "Discussion" section&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/vleborgne/"&gt;Vincent Le Borgne&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-528a29289095471e5db29b66" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&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:08:33 -0000</pubDate><guid>https://sourceforge.net32c98d9ebd2d11d8b1dac5398e1d0d630cbe3b74</guid></item></channel></rss>