Fritz is an application designed to improve analyst workflows by automating redundant tasks and streamlining product creation
In the master/artifacts folder, you can find the latest stable builds of Fritz.
- /metrics: Metric information based on the usage of Fritz
Download the latest stable jar for your use case.
Run the following commands in Command Prompt to create the database:
mysql -u root -e "create database fritzdev;"
mysql -u root -e "create user 'fritz'@'localhost';"
mysql -u root -e "GRANT ALL PRIVILEGES ON fritzdev.* TO 'fritz'@'localhost';"
Create the following Environmental Variables:
export FRITZ_DB_URL=jdbc:mysql://localhost:3306/fritzdev?useSSL=false&serverTimezone=UTC
export FRITZ_DB_USERNAME=fritz
export CLASSIFIED=UNCLASSIFIED
export UNICORN_URL=https://codweb1.leidoshost.com/UNICORN.NET
Run the following command to start the Fritz.
java -jar <path-to-executable>\fritz-<type>.jar
Access Fritz at this url.
http://localhost:8080/
If you wish to install Fritz on a development computer, follow the Production commands, then follow these instructions.
Clone the repository
git clone git@gitlab.devops.geointservices.io:dgs1sdt/fritz.git
Install Dependencies & Test
cd <git_dir>\fritz\scripts
.\tests.sh