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 procedures and system requirements are described here.
All PHPUnit tests are based on the DemoSeeder seed. To run tests, follow these steps:
- Create a new database and a
.env.testingfile (cp .env .env.testing) and reference the DB in your.env.testingor, if you don't have/want one, in your.envfile - Run migrations
- For
.env.testing:php artisan migrate --env=testing - For
.env:php artisan migrate
- For
- Run seeds
- For
.env.testing:php artisan db:seed --class=DemoSeeder --env=testing - For
.env:php artisan db:seed --class=DemoSeeder
- For
- Run
vendor/bin/phpunit
For more screenshots have a look at the screenshot folder
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.
