You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "William Sobel (JIRA)" <ji...@apache.org> on 2009/01/28 07:40:59 UTC

[jira] Resolved: (OLIO-48) Rails setup document

     [ https://issues.apache.org/jira/browse/OLIO-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Sobel resolved OLIO-48.
-------------------------------

    Resolution: Fixed

Initial version of document is complete:

Author: wsobel
Date: Wed Jan 28 06:38:19 2009
New Revision: 738379

URL: http://svn.apache.org/viewvc?rev=738379&view=rev
Log:
Added nginx configuration

Added:
   incubator/olio/webapp/rails/trunk/etc/
   incubator/olio/webapp/rails/trunk/etc/nginx.conf

Added: incubator/olio/docs/rails_setup.html

Author: wsobel
Date: Wed Jan 28 07:30:46 2009
New Revision: 738387

URL: http://svn.apache.org/viewvc?rev=738387&view=rev
Log:
Added rails setup document

Added:
   incubator/olio/docs/rails_setup.html

Added: incubator/olio/docs/rails_setup.html

Author: wsobel
Date: Wed Jan 28 07:31:53 2009
New Revision: 738388

URL: http://svn.apache.org/viewvc?rev=738388&view=rev
Log:
Unified the static resources location in the environment.rb file

Modified:
   incubator/olio/webapp/rails/trunk/config/environment.rb

Modified: incubator/olio/webapp/rails/trunk/config/environment.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/config/environment.rb?rev=738388&r1=738387&r2=738388&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/config/environment.rb (original)
+++ incubator/olio/webapp/rails/trunk/config/environment.rb Wed Jan 28 07:31:53 2009
@@ -11,7 +11,7 @@
require File.join(File.dirname(__FILE__), 'boot')
require 'hodel_3000_compliant_logger'

-IMAGE_STORE_PATH = 'public/images/uploaded'
+IMAGE_STORE_PATH = 'public/uploaded_files'
DOCUMENT_STORE_PATH = 'public/uploaded_files'

Rails::Initializer.run do |config|
@@ -72,3 +72,6 @@
require 'will_paginate'
require RAILS_ROOT + '/test/selenium_helper' if defined? SeleniumOnRails::FixtureLoader

+require 'geolocation'
+Geolocation.url = 'http://localhost:8080/Web20Emulator/geocode?appid=gsd5f'
+





> Rails setup document
> --------------------
>
>                 Key: OLIO-48
>                 URL: https://issues.apache.org/jira/browse/OLIO-48
>             Project: Olio
>          Issue Type: Improvement
>          Components: docs
>         Environment: production
>            Reporter: William Sobel
>            Assignee: William Sobel
>
> Need to create configuration documents similar to php setup documentation. Documents will be place in /docs directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.