Debian package: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 8: | Line 8: | ||
== Content == | == Content == | ||
The Debian package contains the following data: | The Debian package contains the following data: | ||
{| class="wikitable" style="margin:auto" | |||
|+ Debian package content | |||
|- | |||
! File name !! Description !! Origin !! Target directory | |||
|- | |||
| <code>aquarium_control</code> || executable of main control || <code>target/release</code> of main control repo || <code>/usr/local/bin</code> | |||
|- | |||
| <code>aquarium_control.toml</code> || configuration of main control || Example || <code>/etc/aquarium_control</code> | |||
|- | |||
|} | |||
== Database creation == | == Database creation == | ||
Revision as of 12:15, 1 January 2026
The Debian package shall check all dependencies and install the application on the Raspberry Pi.
Dependencies
Before starting the installation, the following dependencies are verified
- Apache 2 with php
- bcrypt (for running the database setup script)
Content
The Debian package contains the following data:
| File name | Description | Origin | Target directory |
|---|---|---|---|
aquarium_control |
executable of main control | target/release of main control repo |
/usr/local/bin
|
aquarium_control.toml |
configuration of main control | Example | /etc/aquarium_control
|