Skip to content

DavidKi/Spacialist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Status License: MIT

Spacialist

Spacialist is a customizable Web-based platform for collecting, managing, analyzing and publishing research data with a focus on the integration of object-related and spatial data for the digital humanities.

Installation

Installation procedures and system requirements are described here.

Testing

All PHPUnit tests are based on the DemoSeeder seed. To run tests, follow these steps:

  1. Create a new database and a .env.testing file (cp .env .env.testing) and reference the DB in your .env.testing or, if you don't have/want one, in your .env file
  2. Run migrations
    • For .env.testing: php artisan migrate --env=testing
    • For .env: php artisan migrate
  3. Run seeds
    • For .env.testing: php artisan db:seed --class=DemoSeeder --env=testing
    • For .env: php artisan db:seed --class=DemoSeeder
  4. Run vendor/bin/phpunit

Screenshots

For more screenshots have a look at the screenshot folder

scr_start

Acknowledgments

Development of Spacialist was co-funded from 2015-2018 by the Ministry of Science, Research and the Arts Baden-Württemberg in the "E-Science" funding programme.

About

A Virtual Research Environment for the Spatial Humanities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.0%
  • Vue 49.1%
  • Other 0.9%