Pelagos is a system for maintaining a repository of scientific research data. Developed and maintained by GRIIDC. URL: https://griidc.org
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Redhat Linux 8+ - Redhat Linux or compatible
- PHP 8.2+ - General-purpose scripting language
- Composer 2.8.2+ - Dependency Manager for PHP
- Yarn 1.22.22+ - Package Manager
- PostgreSQL 14+ - ORDBMS
- PostGIS 3.4.3 - Geographic Information Systems Extensions to PostgreSQL
- Elasticsearch 7.17+ - ElasticSearch Document Indexer
- Wkhtmltox 0.12.6.1+ - PDF generation utility
- ClamAV - ClamAV® open source antivirus engine
Pelagos is a Symfony 6.4+ project, please follow the normal configuration regarding setting up your webserver for a Symfony project.
To install fullfill prerequisites then run:
composer install
yarn install
yarn build
See the list of contributors who participated in this project.
Copyright © 2024 Texas A&M University-Corpus Christi
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.