I want to set GeoServer in a machine that will also be hosting a webpage (a web map) and a database (PostgreSQL with PostGIS). Map layers will be stored in the DB, published in Geoserver and served to the Web.

I’m between Fedora Server and Ubuntu Server, I use Fedora Workstation as my daily drive, so I feel more leaned to Fedora Server. However I’m still new in the field and this will be my first time setting up a Server, so maybe Ubuntu has more documentation and thus more easy.

Any suggestion?

  • key
    link
    fedilink
    21 year ago

    Both have plenty of docs for the stuff you’re running (pg/tomcat). If not finding anything for Fedora Server directly then a search for another RHEL will give you whatever answers you need. I’d go with what’s easier for you and whoever else you’re working with to maintain.

    I’d consider using containers instead of direct installation if it’s a more hobbyist thing. Kartoza produces images for Postgis and Geoserver which aren’t the best for serious scaled production workloads but work well for getting up and going quickly. It lets you worry a bit less about distro specifics and building the right dependencies and all that jazz.

    • @necrxfagivsOP
      link
      11 year ago

      I’d be setting this up for my company, so maybe Ubuntu LTS will be better for maintaining. I’m also a bit scared of Fedora constant upgrades, I wouldn’t mind for a personal project, but in a work environment maybe is better to have something more stable.