Replies: 1 comment 4 replies
-
Finaly i figured it out, it's something like this for the portable version : cd laragon-6.0.0
bin\nginx\nginx-1.14.0\nginx -p "bin\nginx\nginx-1.14.0"
bin\mysql\mysql-5.1.72-win32\bin\mysqld --log-error=bin\mysql\mysql-5.1.72-win32\data\mysqld.log
bin\php\php-5.4.9-nts-Win32-VC9-x86\php-cgi.exe -b localhost:9003
bin\php\php-5.4.9-nts-Win32-VC9-x86\php-cgi.exe -b localhost:9004 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For some reasons i need to embed a portable version of laragon into an electronjs application.
Actualy what the button "start all" performs, i want to do it from a command line silently without using the laragon.exe, and without installing as service/autostart (no admin rights).
I guess there are some exe to run in the bin folder in some order. I couldnt find this in the documentation.
Any help would be great.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions