Setup of the development environment: Difference between revisions
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 |
||
| Line 9: | Line 9: | ||
* 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. | ||
Revision as of 12:59, 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.