GeoscienceAustralia / ginan

The Australian Government, through Positioning Australia (part of Geoscience Australia), is funding the design, development and operational service of a Global Navigation Satellite System (GNSS) position correction system - the Ginan service and toolkit. The application of the Ginan correction service by a GNSS device has the potential to increase positioning accuracy from meters to centimetres across Australia. The suite of software systems in this repository (the Ginan toolkit) will be used to create the service. It is available now under an open source licence. Ginan will give individuals and organisations no-cost access to the Ginan software and service as a public good.
https://geoscienceaustralia.github.io/ginan/
Other
207 stars 95 forks source link

Supported Platforms v. Build/Installation Scripts #52

Closed liam-curran closed 8 months ago

liam-curran commented 9 months ago

Not really a bug, nor necessarily wrong, but maybe an inconsistency on the main page & build/installation Scripts:

There are scripts to install dependencies for Fedora 38, but it is not noted as an Installation from source / Supported Platforms. Is this missed cross reference or Fedora 38 isn't strictly supported?

jiargei commented 8 months ago

Dear GA!

@liam-curran : there is an error in the bash script scripts/installation/fedora38.sh, it seems GA used a Dockerfile as blue print.

It will fail in line 92: replace "RUN" with "$sudo_cmd" or just "sudo" in case you're not root. I changed it and ran it under Rocky Linux 8 and it worked!

It would be nice if you would provide an ansible playbook for preparing a server for ginan. It is just an idea..

kind regards

seballgeyer commented 8 months ago

Thanks for this, the issue is fixed in the develop_weekly branch.

jiargei commented 8 months ago

I wrote an ansible role to install GINAN on an Rocky Linux 8 (RHEL 8). Should I provide it to you anyhow?