Man Excellent work on the 'magic script' hahaha🤣... That is a world class build in automation!!!
@opeoluwaadeyeri6 ай бұрын
😅😎
@CappyAlemayehu5 ай бұрын
I need help on this bro,, I ssh--connect the terminal from power shell as it was blank and accessed the web01 through PS. the when i install flask,, the path is not the default i think. i get this warning after installation. ARNING: The script flask is installed in '/home/ubuntu/.local/bin' which is not on PATH.%0D%0A Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. please what to do? Thank you in advance while waiting
@opeoluwaadeyeri5 ай бұрын
@@CappyAlemayehu I don't fully understand the error. If you could send a screenshot via email to this email opeoluwa@adeyeri.tech
@CappyAlemayehu5 ай бұрын
@@opeoluwaadeyeri sure
@lifeofsin__7 ай бұрын
i think u don't get much credit as u deserve and honestly I appreciate you brother...
@addisuelectrical13763 ай бұрын
ofcourse he don't get credit. how can i achieve this kind of knowledge
@SinmisolaAjao7 ай бұрын
@opeoluwaadeyeri hi my task 0 doesn't run as the example. Error says port 5000 is used by another program, couldn't resolve this. Help!
@opeoluwaadeyeri7 ай бұрын
run this command `lsof -i -P -n`, It will show all the active ports, Look for the one with port 5000 check the pid section, there will be a number copy it and run, `kill {Number}` where {Number} is the number you copied. ie kill 928
@opeoluwaadeyeri7 ай бұрын
After That run the script again
@mazibukosibonelo99853 ай бұрын
I had the same problem. One of the projects required us to run a datadog-agent on our server, which listens on port 5000. If killing the process does not work, try running the command: sudo systemctl stop datadog-agent When you want to run the agent again: sudo systemctl start datadog-agent
@OnkabetseMogomotsi-k1d3 ай бұрын
HI, I was deferred now I'm doing this task again. I asked for new sever okay, so will I have to do all the work of ssh from 0x0B-ssh to now scratch for this app -sever to work?
@opeoluwaadeyeri3 ай бұрын
Just the ssh and you can continue this
@Javanseal3 ай бұрын
Thank you. this was very helpful
@DARLINGTON-dn6ex3 ай бұрын
i can log in my webserver Permission denied (publickey)
@olakunleabiodun14897 ай бұрын
thank for this tutorial but the place of git checkout server i have error "error: pathspec 'app-server' did not match any file(s) known to git"
@opeoluwaadeyeri7 ай бұрын
What did you change in the script
@olakunleabiodun14897 ай бұрын
i change only the github path my name
@olakunleabiodun14897 ай бұрын
how do i create the branch and what will be inside of the branch
@olakunleabiodun14897 ай бұрын
i hv figure out some error i requested for new server but my code configuration have direct ip address so i will correct that now but please reply do i nee to create a branch for flask file from airbnb_clone_v2 and call it app-server before running the script or not
@olakunleabiodun14897 ай бұрын
i figure out some error do i need to create a new branch name app-server in airbnb clonev2 please reply
@PreciousPalesa-fs6fe7 ай бұрын
Hi my task 5 is not checking completely.. I followed the script and task 0 to 4 they check but task 5 two check are red
@opeoluwaadeyeri7 ай бұрын
This issue is associated with conflicting configurations on nginx, Easiest fix is to get a new server.
@hyperayoub8 ай бұрын
what about advanced task did you did it sir
@andilenkabanhle60764 ай бұрын
Mines, I don't have the IP Adress. It's like i have to generate it but I don't know how to
@opeoluwaadeyeri4 ай бұрын
You would have to get a new server
@andilenkabanhle60764 ай бұрын
@@opeoluwaadeyeri I finally was able to get the IP, but now it's giving me permission denied (publickey). I generated my bublic key on puttygen and I did save it on my profile
@hyperayoub8 ай бұрын
I want 0x14mysql réplication task that you say in the last video Still waiting you boss
@felicitya.90777 ай бұрын
This is now available, you can check it out!
@hyperayoub7 ай бұрын
@@felicitya.9077 Thanks but before video i did it alone
@felicitya.90777 ай бұрын
do i need to also change my branch? it's not in the requirements
@felicitya.90777 ай бұрын
I didn't checkout to a new branch because I didn't understand why, now nothing checks, please assist
@opeoluwaadeyeri6 ай бұрын
Some of the tasks require that we reconfigure some existing files to match certain requirements, I did not want to mess up code on the main branch, so i created a new branch and updated all files that are needed. so that branch is tailored to the specifications of this particular project. You can simply leave the script as is and Use my code in your server to complete the task, If you update the script and change my username to yours, You would have to create a new branch on your repo also and update required files.
@felicitya.90776 ай бұрын
Okay I used the same branch on my end and the first tag weren’t checking Just to understand does the script make those required changes on the files ? I’m not quite sure that it does So we’re supposed to manually make the file changes yes ?
@felicitya.90776 ай бұрын
Also, thanks for even responding
@opeoluwaadeyeri6 ай бұрын
Yea we are supposed to manually update the files, So in order to make it automated, I already made those changes in my repository on a different branch, so as soon as i change branch to that app-server branch, it automatically fetches the updated files from my repo.
@olakunleabiodun14897 ай бұрын
oga the branch stuff will be name app-server
@FunmilayoFayemi5 ай бұрын
Mine doesnt work even though i did everything
@opeoluwaadeyeri5 ай бұрын
@@FunmilayoFayemi It's usually due to a conflict with installation, Get a new server complete the ssh task and do the application server again. Should work
@FunmilayoFayemi5 ай бұрын
@@opeoluwaadeyeri I got a new server but I have done the ssh task before, do I need to redo all over again
@BukolaOlatunji-e6u8 ай бұрын
Hello, is there a way i can privately communicate with you. I have a serious problem that I can think you can help me with
@opeoluwaadeyeri8 ай бұрын
Yea, Send an email here. adeyeriopeoluwa05@gmail.com
@kaymacharia29128 ай бұрын
@@opeoluwaadeyeri hi my checker for task 2 and zero are red what could be the issue
@opeoluwaadeyeri8 ай бұрын
Make sure you have the required files and README in your repo
@PreciousPalesa-fs6fe7 ай бұрын
Hi so on the script u created, wer there's your repos i put my repos, right?
@PreciousPalesa-fs6fe7 ай бұрын
Hi so i dd exactly what you did my i didn't get the last message switched to the new branch although i have added new branch will that affect the output
@amanuelesayas98223 ай бұрын
uffffff Thankkkkk youuu brooo!!!
@jacktoneokwemba10816 ай бұрын
Serving Flask app '0-hello_route' * Debug mode: off Address already in use Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port. after running this command `lsof -i -P -n` i get this COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gunicorn 2823229 ubuntu 5u IPv4 1668899 0t0 TCP *:5002 (LISTEN) gunicorn 2823243 ubuntu 5u IPv4 1668899 0t0 TCP *:5002 (LISTEN) i cant see the program ruuing on port 500
@Low-key6576 ай бұрын
try using netstat command as well to identify the process associated with port 5000 in your infrastructure