<?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/agency/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/agency/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 06 Aug 2013 12:38:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/agency/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -119,7 +119,7 @@
 You can get AGENCY from Git, which will start you with the most current version:

     cd /var/www/html
-    git clone git://agency.git.sourceforge.net/gitroot/agency/agency
+    git clone git://git.code.sf.net/p/agency/code agency-code
     (if that command fails because you don't have git, install it with "yum install git")

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net22113372b827fb8610e7d37cf24510006bea97a2</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -144,5 +144,25 @@

     cd /var/www/html/agency/database/pg/agency_core/pg_super_user
     su postgres
-    psql 

+
+psql 
+    
+    /*
+     * Paths and URLs
+     */
+    
+    // Base install
+    $AG_HOME_BY_FILE = '/var/www/html/agency';
+    $AG_HOME_BY_URL =  '/agency';
+    
+
+### Access AGENCY
+
+  * Browse to the appropriate url. Browsing to https://localhost/agency should work, unless you installed it somewhere different. 
+  * You will see a link to configure the engine array. Click it. 
+  * Return to the AGENCY page: https://localhost/agency 
+
+You can now log in as super_user, with the password you specified earlier in add.initial_user.sql 
+
+[Category:Admin] [Category:Fixme] [Example.ogg](Installation/attachment/Example.ogg) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net2ec3997d85e5f2ef2c769b26fe7bb08b71ff0678</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -56,16 +56,11 @@
      postgresql-setup initdb

-### Configure php.ini
-
-  * Change this line in /etc/php.ini from: 
+If you get PHP out of memory errors, you may need to increase the memory limit setting in /etc/php.ini: 

-    allow_call_time_pass_reference = Off
-    
-
-to 
-    
-    allow_call_time_pass_reference = On
+    ; Maximum amount of memory a script may consume (128MB)
+    ; http://www.php.net/manual/en/ini.core.php#ini.memory-limit
+    memory_limit = 128M

   * For testing purposes you might want to temporarily change display_errors in /etc/php.ini to log errors 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net2110b0fca2a08f0a9d869b34ce1c52557d3cfed7</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net5444249f02deb7538ae3880bbe0a768d505d503e</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -120,6 +120,13 @@

   * You will probably want to unpack it to either /var/www/agency (ubuntu), or /var/www/html/agency (fedora). 
   * You can place it in the public_html directory in your home directory if you want to run it from there. 
+
+You can get AGENCY from Git, which will start you with the most current version: 
+    
+    cd /var/www/html
+    git clone git://agency.git.sourceforge.net/gitroot/agency/agency
+    (if that command fails because you don't have git, install it with "yum install git")
+    

     The rest of these instructions will assume you placed agency in 
     /var/www/html/agency (as you would for Fedora, RHEL or CentOS).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net2442fda7e964c34a97aa86d0634d7ded3ed36c9d</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -122,15 +122,8 @@
   * You can place it in the public_html directory in your home directory if you want to run it from there.

     The rest of these instructions will assume you placed agency in 
-    /var/www/html/agency (as you would for Fedora).
+    /var/www/html/agency (as you would for Fedora, RHEL or CentOS).
     If you placed it elsewhere, adjust the paths accordingly.
-    
-
-  * Download the pgMail script, and copy it into /var/www/html/agency/database/pg/agency_core/pg_super_user 
-    * You will need to edit the pgMail file, and fill in these two lines appropriately: 
-    
-    set myHost "&amp;lt;ENTER YOUR MAILSERVER HERE&amp;gt;"
-    puts $mySock "helo &amp;lt;ENTER YOUR DATABASESERVER HERE&amp;gt;"

 ### SELinux Settings
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:03 -0000</pubDate><guid>https://sourceforge.net3b6cd607e8c61fafe2f6173f308c41f51bfca69d</guid></item><item><title>Installation modified by Mike James</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -49,6 +49,11 @@
     /sbin/service postgresql initdb
     /sbin/service postgresql start
     /sbin/service httpd start
+    
+
+In Fedora 16, the initdb step has changed: 
+    
+     postgresql-setup initdb

 ### Configure php.ini
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike James</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:02 -0000</pubDate><guid>https://sourceforge.net0ee688c3594023c16448394089861e5897b0ec61</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -67,19 +67,21 @@

 ### Securing Your Web Connections

-  * If you want to require SSL connections (recommended), and have installed mod_ssl, add the following lines to your Apache configuration file (/etc/httpd/conf/httpd.conf) 
+  * If you want to require SSL connections (recommended), add the following lines to your Apache configuration file (/etc/httpd/conf/httpd.conf) 

     &amp;lt;Directory /var/www/html/agency&amp;gt;
-        AllowOverride All
+        SSLRequireSSL
     &amp;lt;/Directory&amp;gt;

-    This section needs improvement--it is not technically accurate or complete
+    This requires SSL and generation of a certificate.
+    A better solution is to redirect http requests to https using mod_rewrite.
+    I couldn't get that working, though.  Can someone post appropriate
+    Configuration?

-  
-
+[Category:Install][Category:Fixme] 

 ### Configure Postgres to Allow Localhost Access

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:02 -0000</pubDate><guid>https://sourceforge.netc76f3051b622f1a330f95d52b93a15489513342d</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,8 @@
 [TOC]
+
+## Use the installation script
+
+There is an [Installation_script] being developed that will automate most or all of the steps involved. If the script does not work for you, use the rest of this page as a checklist to find the problems, and help us improve the script.

 ## Prerequisites

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:02 -0000</pubDate><guid>https://sourceforge.net4d08b6067eb293e187c0850dae1c69c86678cf18</guid></item><item><title>Installation modified by Kenneth Tanzer</title><link>https://sourceforge.net/p/agency/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -122,6 +122,18 @@
     puts $mySock "helo &amp;lt;ENTER YOUR DATABASESERVER HERE&amp;gt;"

+### SELinux Settings
+
+  * If you downloaded and unpacked AGENCY into your home directory, and then moved it to /var/www/html, run the following command: 
+    
+    restorecon -r /var/www/html/agency
+    
+
+  * This command will allow the webserver to connect to the database: 
+    
+    setsebool -P httpd_can_network_connect_db=1
+    
+
 ### Create the database user and database as super user

     cd /var/www/html/agency/database/pg/agency_core/pg_super_user
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kenneth Tanzer</dc:creator><pubDate>Tue, 06 Aug 2013 12:38:02 -0000</pubDate><guid>https://sourceforge.netd4475c9991c6a5bff41a897387e54b976dc2613f</guid></item></channel></rss>