this post was submitted on 13 Jun 2023
3 points (100.0% liked)

Geographic Information Systems

3 readers
1 users here now

All things GIS (Geographic Information Systems) -- QGIS, ESRI, and more.

founded 1 year ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] key@lemmy.keychat.org 2 points 1 year ago (1 children)

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.

[โ€“] necrxfagivs@lemmy.world 1 points 1 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.