I haven’t been able to find a statement about Trongate’s minimum supported version of PHP and MySQL/MariaDB.
There's a page that mentions XAMPP provides “latest (major) version of PHP and MariaDB”.
https://trongate.io/docs/information/installing-php-and-mysql
XAMPP is available with PHP 7.4.29 / 8.0.19 / 8.1.6
My company uses Microsoft IIS server with PHP, which seems to have stopped supporting PHP as of v7.4.
Does Trongate work with PHP 7.4? Are there any minimum requirements for Trongate?
Our MySQL is provided by DigitalOcean. [ SELECT VERSION(); ] => [ 8.0.21-0ubuntu0.20.04.4 ]
Trongate version requirements
4 years ago
4 years ago
#1
4 years ago
#2
I think that it will work. I have not seen any requirements for PHP or MySql.
4 years ago
#3
Hi cisnez,
Great question, and wish I had a definitive answer for you. Although, I can tell you that Trongate works fine with php 7.4.
I'm doing some testing with Docker at the moment which allows me to install any version of Apache, PHP and MySQL. I'll try reverting the versions down to what you have in your post and get back to you soon.
Cheers,
Simon
Great question, and wish I had a definitive answer for you. Although, I can tell you that Trongate works fine with php 7.4.
I'm doing some testing with Docker at the moment which allows me to install any version of Apache, PHP and MySQL. I'll try reverting the versions down to what you have in your post and get back to you soon.
Cheers,
Simon
4 years ago
#4
"I'm doing some testing with Docker at the moment" ~ Simon
Simon,
A Trongate container would be a great addition to the Docker hub. Currently there are no results.
https://hub.docker.com/search?q=trongate
Thank you for the confirmation that it work with PHP 7.4.
Steven
Simon,
A Trongate container would be a great addition to the Docker hub. Currently there are no results.
https://hub.docker.com/search?q=trongate
Thank you for the confirmation that it work with PHP 7.4.
Steven
4 years ago
#5
Hi Steven,
Yes, a few Trongate docker images would be nice - maybe soon ;)
I've been playing with a great Docker LAMP development stack that will run on any OS. I have mine running on Windows 11, with Docker desktop. It's called devilbox, and allows so much, with a few changes in the config - check it out here http://devilbox.org/
I've successfully created an app with the 'Trongate Desktop App' on the following stack you asked about:
Database Server
Web server
Trongate works just fine with the above versions. I also, installed modules from the module market, copied over the online jewellery shop from speedcodingacademy.com and other projects I have - and happy to report they all work fine :)
Yes, a few Trongate docker images would be nice - maybe soon ;)
I've been playing with a great Docker LAMP development stack that will run on any OS. I have mine running on Windows 11, with Docker desktop. It's called devilbox, and allows so much, with a few changes in the config - check it out here http://devilbox.org/
I've successfully created an app with the 'Trongate Desktop App' on the following stack you asked about:
Database Server
Web server
Trongate works just fine with the above versions. I also, installed modules from the module market, copied over the online jewellery shop from speedcodingacademy.com and other projects I have - and happy to report they all work fine :)