README 771 B

123456789101112131415161718192021
  1. Author : sylvain@letuffe.org if you have problems with this, better ask me than the author of OverpassAPI (Roland)
  2. More information here : https://github.com/sletuffe/Overpass-API
  3. If runing under debian you can use that SysV start-up script.
  4. Change the variables at the begining to match your installation (DB_DIR,
  5. EXEC_DIR, META, AREA)
  6. You can also set those variables in the /etc/default/overpass file
  7. This script runs the dispatcher at start up and the diff update process.
  8. You first need to update or create in your $DB_DIR the replicate_id file with the
  9. replicate sequence number corresponding to the date of the OSM file you
  10. imported if your are running it for the first time
  11. INSTALL for squeeze/wheezy
  12. cp overpass /etc/init.d/
  13. update-rc.d overpass defaults