You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use SOLR rest API for managing and configuring cores programmatically instead of manually editing config files. This should help with SOLR deployments, upgrading, unit testing using standard docker images.
Manually editing of config files is discouraged and we should either have a script that would create and configure cores or have bioportal application create that automatically.
script can be stand-alone or integrated with capistrano and/or ncbo_cron
The text was updated successfully, but these errors were encountered:
* add ontologies and users analytics tests
* extract analytics concern to a file that load and parse data from redis
* add users visits per month and pages visited in the previous month stats
use SOLR rest API for managing and configuring cores programmatically instead of manually editing config files. This should help with SOLR deployments, upgrading, unit testing using standard docker images.
Manually editing of config files is discouraged and we should either have a script that would create and configure cores or have bioportal application create that automatically.
script can be stand-alone or integrated with capistrano and/or ncbo_cron
The text was updated successfully, but these errors were encountered: