For anyone who wonder whether it is free, if you deploy a small php app in Cloud Run, its free. But if you deploy a small php app in Cloud Run with a small database in Cloud MySQL, it charges at least 1 dollar every 4 days.
Excelente video y gran explicación. Saludos desde CDMX. Disculpa, tengo una duda. ¿Puedo crear una instancia de MYSQL con una database en Google Cloud pero conectarme a ella desde un servidor diferente, es decir por ejemplo desde un servidor de Heroku?
hola! gracias por tu comentario. si es posible crear una base de datos en Google Cloud y luego conectarte a esta instancia desde otra app en otro servidor, pero el resultado es bastante lento comparado como seria si la app y la base de datos estan en el mismo servidor. Esto se le atribuye al hecho q la informacion tiene q viajar de servidor a servidor y luego al usuario final.
@@PowerGI Oh! Ya veo, muchas gracias. Si de hecho fui rápido a la documentación de Google Cloud y en efecto es totalmente posible. Estaría súper bueno si realizaras un video de este tema. Agradezco tu respuesta. Saludos.
Excelente vídeo! Una pregunta, el login que aparece en tu vídeo, lo manejas con session_start() y las clásicas variables de sesión? Porque logro subir el proyecto al app engine pero no me funciona el login ni las variables de sesión (aunque funciona perfectamente en mi local). Supongo que es algo relacionado con la configuración de app engine. Ojalá me pudieses dar una mano :)
hola! enviame un correo a graciela@powergi.net para q podamos ver los logs que tu app general, en mi caso si son variables y cookies clasicas, puede ser q algo pequenio tenga errores y eso este haciendo que tu app no logre loggearse. saludos!
HI Terry, thanks for your comment! is this the line you refer to? $connection = mysqli_connect(null, 'username', 'userpassword', 'dbname', null, 'instancename');
Everything is working perfectly but I'm getting error on Google Cloud SDK Shell when I write this command gcloud app deploy ERROR: (gcloud.app.deploy) Error Response: [3] The directory [] has too many files (greater than 1000). I have 2882 files to upload. How to fix the error ?? Please help me? I need you help, I'm facing it from many many days
this is a great video topic. the only thing is that you move through it so so so wayyy toooooooo fast!!!!! you click and screen is one or 2 items ahead of your explaination. it was too fast to follow
hi Jeffrey, thank you for your comment and for the feedback, we are taking it into consideration for future videos and trying to improve the pace :) thank you again
is there any chance i can send a mail to U? i'm trying to mount my project but i built my application in an old way. maybe U can give me some guidance?
@@meteordzgaming3251 can you email me to graciela@powergi.net? please send an screenshot of the error ur getting when accesing those pages and also an screenshot of the handler.php and app.yaml file. thnx!
I love how clear and straight to the point this video is. Awesome work!
Thanks so much!
U SAVED MY DAY THANKS FROM MOROCCO
thank you for commenting the video! :):):)
You are moving through this tutorial way too fast. It's very difficult to see exactly what it is you are doing.
Hi Shawn, thanks a lot for your feedback, greatly appreciated! Will definitely take it into consideration and will try to improve for futures videos.
I love your style!!
I love that accent de verdad! Fantastic video very clear straight to the point and simple. De donde eres
Excelente vídeo, sé que sabes español porque en el SDK Shell estaba en español. :)
gracias por tu comentario! saludos!!! :)
Felicitaciones. Bien explicado. 10 puntos
Thank you so much for this! Such a big help.
Thank you so much miss. That just solved my problem perfectly
For anyone who wonder whether it is free, if you deploy a small php app in Cloud Run, its free. But if you deploy a small php app in Cloud Run with a small database in Cloud MySQL, it charges at least 1 dollar every 4 days.
Thank you very much, you helped me a lot
Thank you very much for your comment!
A good tutorial!! how would it be with laravel app?
Excelente video y gran explicación. Saludos desde CDMX. Disculpa, tengo una duda. ¿Puedo crear una instancia de MYSQL con una database en Google Cloud pero conectarme a ella desde un servidor diferente, es decir por ejemplo desde un servidor de Heroku?
hola! gracias por tu comentario. si es posible crear una base de datos en Google Cloud y luego conectarte a esta instancia desde otra app en otro servidor, pero el resultado es bastante lento comparado como seria si la app y la base de datos estan en el mismo servidor. Esto se le atribuye al hecho q la informacion tiene q viajar de servidor a servidor y luego al usuario final.
@@PowerGI Oh! Ya veo, muchas gracias. Si de hecho fui rápido a la documentación de Google Cloud y en efecto es totalmente posible. Estaría súper bueno si realizaras un video de este tema. Agradezco tu respuesta. Saludos.
If the source code is from github, so that's should be in public repository or it can be in private repository ?
Excelente vídeo! Una pregunta, el login que aparece en tu vídeo, lo manejas con session_start() y las clásicas variables de sesión? Porque logro subir el proyecto al app engine pero no me funciona el login ni las variables de sesión (aunque funciona perfectamente en mi local). Supongo que es algo relacionado con la configuración de app engine. Ojalá me pudieses dar una mano :)
hola! enviame un correo a graciela@powergi.net para q podamos ver los logs que tu app general, en mi caso si son variables y cookies clasicas, puede ser q algo pequenio tenga errores y eso este haciendo que tu app no logre loggearse. saludos!
Hey, I'm stuck, my link keeps returning url not found on this server, what should I do
Warning: mysqli_connect(): (HY000/1045): Access denied for user ''@'localhost' (using password: NO) help ?
Hey! good video, thanks, do you know how to disable /favicon.ico warning? (when you will not use it, ex: app as a backend only)
i am getting "Error: SQLSTATE[HY000] [2002] No such file or directory". Any idea how to solve this?
muy buena info 👌
Why are taking very very faster?
Hello, can I deploy a web application in Laravel 7? Exist a free hosting for that? Thanks!
Can you explain the mysqli connection line,, what are those parts that you used null ,, what is supposed to be there
HI Terry, thanks for your comment! is this the line you refer to? $connection = mysqli_connect(null, 'username', 'userpassword', 'dbname', null, 'instancename');
Is it free to deploy php application on google cloud?
is there sandbox where you can test before deploying? we do not want to deploy each time a small changes has taken place.
It's called a dev server usually named localhost. Get a technology such as WAMP and test the app there
si jala muchas gracias!
Gracias por comentar!
how to deploy to the actual site? thanks
How I set php version 7.0 in google cloud?
this really helpfull
muchas gracias!
de la verch....more slow please.....what its your problem lady?
can we have one for Laravel?
Thanks!
7:45 awww 😍
Everything is working perfectly but I'm getting error on Google Cloud SDK Shell when I write this command gcloud app deploy
ERROR: (gcloud.app.deploy) Error Response: [3] The directory [] has too many files (greater than 1000). I have 2882 files to upload. How to fix the error ?? Please help me? I need you help, I'm facing it from many many days
Hello! Are all those files in the same folder as the app.yaml file folder?
halo, file github error, not found
thank you for your comment, Muhammad! I have updated the link, not sure why GCP docs changes but it's now updated :) warm regards!
i didn't understand nothig , nothing is clear
this is a great video topic. the only thing is that you move through it so so so wayyy toooooooo fast!!!!! you click and screen is one or 2 items ahead of your explaination. it was too fast to follow
hi Jeffrey, thank you for your comment and for the feedback, we are taking it into consideration for future videos and trying to improve the pace :) thank you again
is there any chance i can send a mail to U? i'm trying to mount my project but i built my application in an old way. maybe U can give me some guidance?
Bucket Connect krna sikho php mai and thorda slow video record kro
I followed every single step you did, but even though i can't see my data on the webpage and i don't know why :(
hi there Katherine! sorry for the delayed reply. are you still needing help? if yes, you can contact me on graciela@powergi.net. Thank you!
I LOVE YOU
lol! thanks for your comment, made the day! :) glad it could help
I got a problem .. when i deploy only the index file shows the other pages are not accessible can u plz help im graduating this week
@@meteordzgaming3251 hello ! did you add the pages in the handler.php file?
I added 2 .. worked but the others on directories didnt work
@@meteordzgaming3251 can you email me to graciela@powergi.net? please send an screenshot of the error ur getting when accesing those pages and also an screenshot of the handler.php and app.yaml file. thnx!