Setup of the development environment: Difference between revisions

From Aquarium-Control
Jump to navigation Jump to search
(Created page with "Major parts of the control application can be developed while not using the target hardware. All development tools require prior installation of git. The repositories are hosted on bitbucket. A Setup of development environment on non-Raspi Linux platform or Setup of development environment on Mac OS can be used for development of the main application including: * Main control application * Client application * Database setup The dynam...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
The [[repositories]] are hosted on bitbucket.
The [[repositories]] are hosted on bitbucket.


A [[Debian Linux|Setup of development environment on non-Raspi Linux platform]] or [[Mac OS| Setup of development environment on Mac OS]] can be used for development of the main application including:
A [[Debian GNU/Linux|Setup of development environment on non-Raspi Linux platform]] or [[Mac OS| Setup of development environment on Mac OS]] can be used for development of the main application including:
* Main control application
* Main control application
* Client application
* Client application
* Database setup
* Database setup
* Test server


The dynamic webpage is developed for Apache 2 web server.
The dynamic webpage is developed for Apache 2 web server.

Latest revision as of 13:45, 30 December 2024

Major parts of the control application can be developed while not using the target hardware.

All development tools require prior installation of git.

The repositories are hosted on bitbucket.

A Setup of development environment on non-Raspi Linux platform or Setup of development environment on Mac OS can be used for development of the main application including:

  • Main control application
  • Client application
  • Database setup
  • Test server

The dynamic webpage is developed for Apache 2 web server.

The App for Apple mobile devices is developed with Xcode.

The Android application is developed using Android Studio.