Dynamic Webpage: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* Display of measurement data
* Display of measurement data
* Display of history of refill events
* Display of log from refill, Balling mineral dosing and feed
* 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 creating and modifying feed profiles
* Display and interface for modifying the feed schedule
* Display and interface for modifying the feed schedule
* Interface for modifying the mineral dosing amount
* Display and interface for modifying the Balling mineral dosing amount
* Display and interface for modifying the actuator schedule
* Display and interface for setting the refill controller state


The demo of the webpage is available [http://vps2483992.servdiscount-customer.com/aquarium-web/ here]
The demo of the webpage is available [http://vps2483992.servdiscount-customer.com/ here]
== Installation ==
== Installation ==
Create the text file <code>/var/www/app.ini</code> with the matching credentials for the database:
Clone the website and the API to <code>/usr/local/src/</code>:
* git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-vue.git
* git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-api.git


<code>
Create symbolic links from in the web server directory pointing to the downloaded pages:
[database]
server = localhost
 
port = 3306
 
user = aquarium
 
password = password
 
database = aquarium
</code>
 
 
Clone the website to <code>/var/www/html</code> using <code>git clone https://in-dubio@bitbucket.org/in-dubio/aquarium-web.git</code>

Revision as of 10:33, 8 December 2025

The dynamic webpage implements the following features:

  • Display of measurement data
  • Display of log from refill, Balling mineral dosing and feed
  • Display and interface for creating and modifying feed profiles
  • Display and interface for modifying the feed schedule
  • Display and interface for modifying the Balling mineral dosing amount
  • Display and interface for modifying the actuator schedule
  • Display and interface for setting the refill controller state

The demo of the webpage is available here

Installation

Clone the website and the API to /usr/local/src/:

Create symbolic links from in the web server directory pointing to the downloaded pages: