-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with the build of project in php #25
Comments
Hi. I have the same problem. It is the problem with the PHP server not starting. Works fine with npm start but once built it fails to start the php server |
Kindly build with php files bro. Could be possible that once it's building
up, it's stopping up. Any way we are working on new Electron 4 PHP which
will be work as expected but this time it will be in python and it's will
be very fast.
…On Mon, Mar 1, 2021, 3:38 PM John Hart ***@***.***> wrote:
Hi.
I have the same problem. It is the problem with the PHP server not
starting. Works fine with npm start but once built it fails to start the
php server
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGP4QIHIVRSXKVYAR5YSNGTTBNRRFANCNFSM4SJANIRA>
.
|
Could you be so kind to explain how this is done? |
You will find the php folder if you using windows, in your build, just make
sure its in your make build source folder too.
Its kinda dirty way to implement. but it works.
Also the most better way is to allow npm to create php server which is
included in Electron 4 PHP but window's firewall play a very good role in
blocking it.
*AJ Kumar*
*(Founder & CEO)*
*Mobile : +91 9862542983*
*Email : [email protected] <[email protected]>Website : www.techsoul.in
<http://www.techsoul.in/>*
…On Mon, Mar 1, 2021 at 6:18 PM John Hart ***@***.***> wrote:
Could you be so kind to explain how this is done?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGP4QIBLS74LVQBJFPUXEQ3TBOEJXANCNFSM4SJANIRA>
.
|
Do you mean in the package.json file or in the src directory. Sorry I don't fully understand what you mean. |
No, you will find php folder. Kindly find that did you got the windows
master or not. In Windows branch, there is a folder called php.
*AJ Kumar*
*(Founder & CEO)*
*Mobile : +91 9862542983*
*Email : [email protected] <[email protected]>Website : www.techsoul.in
<http://www.techsoul.in/>*
…On Mon, Mar 1, 2021 at 7:25 PM John Hart ***@***.***> wrote:
Do you mean in the package.json file or in the src directory.
Sorry I don't fully understand what you mean.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGP4QIC3SLWWODUOE57F5YDTBOMD7ANCNFSM4SJANIRA>
.
|
Well i solved my problem using a portable version of xampp server and include them in the src in the package.json as extra files, then i made a .bat that executes the folder of apache server "xampp/apache/bin/httpd.exe" in the installation directory of extra files. I wait 10 seconds before initialize my window because the apache is starting. Then i create the window that load a url con php. mainWindow.loadURL('http://localhost:80/yourproject') |
It's good till then it works. If you didn't find php folder then I think
you working on diffrent branch of repo.
…On Mon, Mar 1, 2021, 10:34 PM adadros ***@***.***> wrote:
Well i solved my problem using a portable version of xampp server and
include them in the src in the package.json as extra files, then i made a
.bat that executes the folder of apache server "xampp/apache/bin/httpd.exe"
in the installation directory of extra files. I wait 10 seconds before
initialize my window because the apache is starting. Then i create the
window that load a url con php.
when you execute "httpd.exe" in the xampp folder, php server initialize
and you can open your project in xampp/htdocs/yourproject, then in electron
you can load the url using for example:
mainWindow.loadURL('http://localhost:80/yourproject')
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGP4QIAVM3HRXYL4DRGJ27TTBPCKBANCNFSM4SJANIRA>
.
|
At the end i had to change of solution because i had the time on me and the portable xamp version was a fast solution for me. however i would like to test the python version, i will waiting when you release it |
Sure, I will let you know.
*AJ Kumar*
*(Founder & CEO)*
*Mobile : +91 9862542983*
*Email : [email protected] <[email protected]>Website : www.techsoul.in
<http://www.techsoul.in/>*
…On Tue, Mar 2, 2021 at 9:22 AM adadros ***@***.***> wrote:
At the end i had to change of solution because i had the time on me and
the portable xamp version was a fast solution for me. however i would like
to test the python version, i will waiting when you release it
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGP4QIATHDOREUWHCQKUNELTBROH3ANCNFSM4SJANIRA>
.
|
hello. I have a problem to build the project. It works fine with npm start so the problem is with the build apparently everything is compile and then when i want to excecute it shows a white screen without errors. Could you help me?. Too I try to use electron-builder with nsis and the result is the same.
Has anyone tried to build his project and
got good results?.
I am use win10 , electron v10.1.3, node v12.18.0
The text was updated successfully, but these errors were encountered: