Dynamic Webpage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* Interface for modifying the mineral dosing amount | * Interface for modifying the mineral dosing amount | ||
The demo of the webpage is available [[here|http://vps2483992.servdiscount-customer.com/aquarium-web/]] | |||
== Installation == | == Installation == | ||
Create the text file <code>/var/www/app.ini</code> with the matching credentials for the database: | Create the text file <code>/var/www/app.ini</code> with the matching credentials for the database: | ||
Revision as of 12:10, 6 January 2025
The dynamic webpage implements the following features:
- Display of measurement data
- Display of history of refill events
- Display of history of mineral dosing events
- Display of history of feed events
- Display and interface for creating and modifying feed profiles
- Display and interface for modifying the feed schedule
- Interface for modifying the mineral dosing amount
The demo of the webpage is available http://vps2483992.servdiscount-customer.com/aquarium-web/
Installation
Create the text file /var/www/app.ini with the matching credentials for the database:
[database]
server = localhost
port = 3306
user = aquarium
password = password
database = aquarium
Clone the website to /var/www/html using git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-web.git