Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

bioatlas/ala-hub

 
 

Repository files navigation

ala-hub Build Status

ala-hub is a Grails applications that provides the main view for the Atlas of Living Australia(ALA) Occurrence search portal using biocache-hub (Grails plugin) front-end.

Versions

The grails2 branch contains the 2.4.x series of the app compatible with Grails 2.x

The master branch hosts version 3.x and forward of the app compatible with grails 3.x

Geolite2 City Database

ALA Hub is the only Biocache Hub that uses the MaxMind GeoIP 2 City Database to find the approximate user location based on IP Address, as a fallback to using the browser's JavaScript location lookup.

The search, is performed on best effort and will be used only if the Google Maps API on the client is prevented from accessing the browser location.

MaxMind performs updates to the database roughly every month, if you want to update the database in your deployment, you can perform the following commands on your ALA Hub ansible playbook.

$ cd ala-install/ansible  
$ ansible-playbook -i inventories/vagrant/ala-hub-vagrant ala-hub-standalone.yml --private-key ~/.vagrant.d/insecure_private_key --user vagrant --sudo  --tags="geolite_db,setfacts"

Note: Adjust environment specific settings accordingly.

About

ALA version of the biocache-hubs webapp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 62.1%
  • CSS 31.3%
  • Shell 4.0%
  • Batchfile 2.1%
  • JavaScript 0.5%