Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83696 - website/public_html/live/development
From: dnljms_at_[hidden]
Date: 2013-04-01 17:30:02


Author: danieljames
Date: 2013-04-01 17:30:01 EDT (Mon, 01 Apr 2013)
New Revision: 83696
URL: http://svn.boost.org/trac/boost/changeset/83696

Log:
Add note about setting up local server on Ubuntu.
Text files modified:
   website/public_html/live/development/website_updating.html | 16 ++++++++++++++++
   1 files changed, 16 insertions(+), 0 deletions(-)

Modified: website/public_html/live/development/website_updating.html
==============================================================================
--- website/public_html/live/development/website_updating.html (original)
+++ website/public_html/live/development/website_updating.html 2013-04-01 17:30:01 EDT (Mon, 01 Apr 2013)
@@ -396,6 +396,22 @@
                   <tt>common/code/boost_config.php</tt> file.</p>
                 </li>
               </ol>
+
+ <h3>Ubuntu setup</h3>
+
+ <p>To setup the site on Ubuntu, I needed to do:</p>
+ <pre>
+sudo apt-get install apache2 libapache2-mod-php5
+sudo a2enmod headers
+sudo a2enmod rewrite
+sudo a2enmod include
+sudo a2dismod deflate
+sudo service apache2 restart
+
+</pre>
+
+ <p>I had to disable <code>deflate</code> because it interacts
+ badly with php's <code>virtual</code> function.</p>
             </div>
           </div>
         </div>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk