https://github.com/diging/tdar
Science Score: 8.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization diging has institutional domain (diging.asu.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.2%) to scientific vocabulary
Last synced: 5 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: diging
- License: other
- Language: Java
- Default Branch: master
- Size: 129 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of digital-antiquity/tdar
Created almost 2 years ago
· Last pushed almost 2 years ago
https://github.com/diging/tdar/blob/master/
# The Digital Archaeological Record
[The Digital Archaeological Record (tDAR)](http://www.tdar.org) is an international digital repository for
archaeological investigations. tDARs development and maintenance are governed by [Digital Antiquity](http://www.digitalantiquity.org),
an organization dedicated to ensuring the long-term preservation of irreplaceable archaeological data and to broadening
the access to these data.
For more information, please visit http://www.tdar.org
# prerequisites to installing tDAR
* Postgres 9.5 (with PostGIS extensions for production)
* Java 8
* Maven 3.5
* Mercurial
* git (for npm packages)
* npm 5.6+
* Chrome (for Selenium)
* chromedriver (for selenium; in unix assumed to be in /usr/local/bin/chromedriver; if mac /Applications/chromedriver )
## getting the basic environment setup
1. check out the source from http://bitbucket.org/tdar/tdar.src
2. do a first clean install *mvn clean install -DskipTests*
3. cd "web" to move into the "web" package
4. run *mvn clean compile -Psetup-new-instance* to copy template configuration files into the src/main/resources/ directory
## setting up postgres
1. install postgres with postgis extensions
2. create tdar user with login permissions from localhost, tests assume password of 'tdar'
3. create the following databases with tdar as the owner:
* *test_tdarmetadata*
* *test_tdardata*
* *tdarmetadata*
* *tdardata*
* _tdargis_ (optional, using the posgis template)
### setting the tdar database
1. run *mvn clean install -DskipTests -Pliquibase-setup-dev-instance*
## next steps
1. try running tdar in the web package: mvn clean compile jetty:run
## testing tdar:
To run the entire tDAR test suite, which includes all unit tests, karma tests, and E2E/Selenium tests.
mvn clean verify -Ptest
### Running the Karma tests exclusively
cd ./web
karma start
### Running a Single E2E test
Execute a single integration test by using the maven `-Dit.test` flag. The following example runs the
DatasetSeleniumWebITCase suite (and skips all front-end/karma tests):
cd ./web
mvn verify -Ptest -Dit.test=DatasetSeleniumWebITCase -DskipKarma
Owner
- Name: ASU Digital Innovation Group
- Login: diging
- Kind: organization
- Location: Tempe, Arizona
- Website: http://diging.asu.edu
- Repositories: 117
- Profile: https://github.com/diging