Skip to main content

Validata Web UI

Project description

Validata UI

PyPI

Validata user interface

Usage

You can use the online instance of Validata:

Several software services compose the Validata stack. The recommended way to run it on your computer is to use Docker. Otherwise you can install each component of this stack manually, for example if you want to contribute by developing a new feature or fixing a bug.

Run with Docker

Read instructions at https://git.opendatafrance.net/validata/validata-docker

Develop

Install

We recommend using venv standard package:

python -m venv .venv
source .venv/bin/activate

Install the project dependencies:

pip install -r requirements.txt
pip install -e .

PDF report generation uses:

apt install -y chromium

Configure

cp .env.example .env

Customize the configuration variables in .env file.

Do not commit .env.

Serve

Start the web server...

./serve.sh

... then open http://localhost:5601/

Test

UI tests can be launched using Cypress tool

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

validata_ui-0.5.0a4.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

validata_ui-0.5.0a4-py3-none-any.whl (69.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page