-
Notifications
You must be signed in to change notification settings - Fork 0
Impresso User Admin
Daniele Guido edited this page Nov 7, 2024
·
2 revisions
Install with pipenv following the readme.
Create a .test.env
file in the same folder where .env.example is
Test relevant settings in the test file using the
check_system_health
script:
ENV=test pipenv run ./manage.py checksystemhealth
Among the checks, the database connection:
Checking Database connectivity...
Current Database:
host: localhost
port: ****
engine: django.db.backends.mysql
name: impresso_dev
Then, the SOLR connection:
Checking SOLR connectivity...
SOLR URL:
- https://**********/select
SOLR Status:
- 400
Using unitests