[Potlatch-dev] Can't register potlatch with my OSM server

Alexandru icidrop at yahoo.com
Fri Oct 28 09:56:06 BST 2011


Oh... so then do i have any changes to make in application.yml file to make it work with localhost:3000 or is it set that way allready? If yes, then i'm not sure what to change. These are the contents of that file:
defaults: &defaults
  # The server URL
  server_url: "localhost:3000" #www.openstreetmap.org
  # The generator
  generator: "OpenStreetMap server"
  # Sender addresses for emails
  email_from: "OpenStreetMap <webmaster at openstreetmap.org>"
  email_return_path: "bounces at openstreetmap.org"
  # API version
  api_version: "0.6"
  # Application status - posstible values are:
  #   :online - online and operating normally
  #   :api_readonly - site online but API in read-only mode
  #   :api_offline - site online but API offline
  #   :database_readonly - database and site in read-only mode
  #   :database_offline - database offline with site in emergency mode
  #   :gpx_offline - gpx storage offline
  status: :online
  # The maximum area you're allowed to request, in square degrees
  max_request_area: 0.25
  # Number of GPS trace/trackpoints returned per-page
  tracepoints_per_page: 5000
  # Maximum number of nodes that will be returned by the api in a map request
  max_number_of_nodes: 50000
  # Maximum number of nodes that can be in a way (checked on save)
  max_number_of_way_nodes: 2000
  # Zoom level to use for postcode results from the geocoder
  postcode_zoom: 15
  # Zoom level to use for geonames results from the geocoder
  geonames_zoom: 12
  # Timeout for API calls in seconds
  api_timeout: 300
  # Timeout for web pages in seconds
  web_timeout: 30
  # Periods (in hours) which are allowed for user blocks
  user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96]
  # Rate limit for message sending
  max_messages_per_hour: 60
  # Domain for handling message replies
  #messages_domain: "messages.openstreetmap.org"
  # Quova authentication details
  #quova_username: ""
  #quova_password: ""
  # Users to show as being nearby
  nearby_users: 30
  # Max radius, in km, for nearby users
  nearby_radius: 50
  # Spam threshold
  spam_threshold: 50
  # Default legale (jurisdiction location) for contributor terms
  default_legale: GB
  # Memory limits (in Mb)
  #soft_memory_limit: 512
  #hard_memory_limit: 2048
  # Location of GPX traces and images
  gpx_trace_dir: "/home/osm/traces"
  gpx_image_dir: "/home/osm/images"
  # Location of data for file columns
  #file_column_root: ""
  # Log file to use
  #log_path: ""
  # List of memcache servers to use for caching
  #memcache_servers: []
  # Enable legacy OAuth 1.0 support
  oauth_10_support: true
  # URL of Nominatim instance to use for geocoding
  nominatim_url: "http://nominatim.openstreetmap.org/"
  # Default editor
  default_editor: "potlatch2"
  # OAuth consumer key for Potlatch 2
  potlatch2_key: "XXXXXXXXXXXXXXXXXXXXXXXX"
  # Whether to require users to view the CTs before continuing to edit...
  require_terms_seen: false
  # Whether to require users to agree to the CTs before editing
  require_terms_agreed: false
  # Piwik details
  #piwik_location: "piwik.openstreetmap.org"
  #piwik_site: 1
  #piwik_signup_goal: 1

development:
  <<: *defaults

production:
  <<: *defaults

test:
  <<: *defaults


________________________________
From: Tom Hughes <tom at compton.nu>
To: Alexandru <icidrop at yahoo.com>
Cc: "potlatch-dev at openstreetmap.org" <potlatch-dev at openstreetmap.org>
Sent: Friday, October 28, 2011 11:50 AM
Subject: Re: [Potlatch-dev] Can't register potlatch with my OSM server

On 28/10/11 09:47, Alexandru wrote:
> Actually i just noticed here
> http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 that
> i have to check my settings file to see if potlatch is configured with
> my OSM server. But the problem is that i can't find that file
> (potlatch2.html)! I have potlatch2 from the official OSM Rails Port.

You are mixing up two completely different sets of instructions...

The page you refer to above is about deploying a instance of Potlatch 2 on it's own so that it talks to the OSM server (or any other server of your choice) while the other page is about deploying the rails port with it's own integrated copy of Potlatch 2 that talks to it.

Tom

-- Tom Hughes (tom at compton.nu)
http://compton.nu/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/potlatch-dev/attachments/20111028/db7a964b/attachment.html>


More information about the Potlatch-dev mailing list