Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions docs/setting_up_VM_with_app.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/what_gets_installed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Following the config file that Aquilon uses, the following are the packages inst
- `gcc` (needed for dependencies)
- `mariadb`
- `tar`
- `virtualenv` (for Python, installed using `pip` via the bootstrap script)

## Packages installed within the venv
Within the venv, the following packages, and their dependencies, are installed through pip:
Expand Down
11 changes: 11 additions & 0 deletions monitoring/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ port = 3306
name =
username = root
password =

# Coordinates for the blackhole database used to validate records
[db_validator]
# The database backend field here is an APEL-style backend, not Django
backend=mysql

hostname=localhost
port=3306
name=
username=
password=