This topic is locked

PHPR desktop application

1/27/2019 9:25:33 AM
PHPRunner General questions
K
kegler author

Understand there is an option to compile as a desktop application, any way to make it portable? i.e. put in a thumbdrive and run it from any windows pc or laptop?

Thanks

HJB 1/27/2019



Understand there is an option to compile as a desktop application, any way to make it portable? i.e. put in a thumbdrive and run it from any windows pc or laptop?

Thanks


Really works best PORTABLE as so called "embedded solution" (= web browser, web server, PHP scripting language and database in a roughly 180 MB sized directory)

once the "database" part is done via SQL3LITE database which is a text file oriented storage of records rather than MySQL. In other words, it works from a thumbdrive

without the need to run MySQL at all, respectively, if one does the application under MySQL, then, once starting from a thumb drive, MySQL needs to run as well on

the PC too to let a portable issue well run locally. With SQL3LITE (supported by PHPRunner) as database, the portable solution could be something for everyone who

is not familiar with MySQL and else issues as after click to run the application, the user is satisfied just like that without the need to brainstorm what else has

to be done to get the targeted data processing job done under hazzle-free terms.
P.S. If the way is solely to go via MySQL on portable basis, XAMPP portable version could become an option, https://portableapps.com/de/apps/development/xampp

HJB 1/27/2019

@admin - The idea behind portable app is to provide an application with display of tables via the Internet through our office PC and port 80 HTTP server to reach out to the globe (users) this way.

Chrome browser v71 is most popular one, called to the safest, with worldwide 68% market share among the browsers is use, yet the PHPRunner built-in version is NOT up-to-date while the developer behind

is asking for a very little money to get v71 Chrome browser version to life. At least me thinks, it's worth to look at $2,000 asked price here, simply because same amount would highly contribute in

regard to PHPRunner sales as and when due...

Sergey Kornilov admin 1/27/2019

Create a desktop app, install it on your thumb drive. Done.