Skip to content

Configuring OpenGeo

wilkic edited this page Sep 23, 2013 · 2 revisions
  1. install OpenGeo on your server
  2. in the web apps folder (C:\Program Files (x86)\OpenGeo\OpenGeo Suite\webapps), make a dir called /root
  3. drop in the clone of this project
  4. start up OpenGeo suite
  5. under Datastore, select 'Manage Databases'
  6. open the tree to see: Server Groups -> Servers -> PostGIS -> Databases -> geoserver -> Schemas -> public
  7. right click on public and select 'Restore'
  8. select the /root/sql DATATABLE.backup file, restore, and close when done
  9. back on the OpenGeo suite dashboard, on GeoServer, select 'Import data'
  10. in the GeoServer, interface, select 'Import Data'
  11. select PostGIS
  12. change Database to 'geoserver', then hit Next
  13. DATATABLE shoudl be 'Ready for import'... select 'Import'
  14. click, Data -> Layers, reopen database
  15. make sure name is DATATABLE, hit SAVE if you changed it
  16. reopen to edit, Under Coordinate Reference Systems, change 'Declard SRS' to 'EPSG:900913', then hit SAVE
  17. reopen to edit, Under Bounding Boxes, select 'Compute from native bounds', then hit SAVE
Clone this wiki locally