Thursday, May 14, 2020

Re: How to clone or run your project on local machine by cloning/connecting to Linode Server. what are requirements need to be installed on your Machine.

It must have a requirements.txt , so run pip install -r requirements.txt.

Next run all django stuff (manage.py makemigrations, manage.py migrate, manage.py runserver) 

if requirements.txt isnt in the git repo, you can do it running manage.py runserver and watching every error it throws and installing the missing packages or loggin in the server, making the requirements.txt and pushing to the repo.

Dont think linode as a new thing, its just a server, like any others.



El jue., 14 may. 2020 a las 13:28, chaitan (<chaitu.orakala@gmail.com>) escribió:
Hi every one,
I am hired as a Python/Django Developer. My company has deployed its Django application into LINODE  Server. I have experience using the Heroku server, 
but Pretty much new to this Linode server, have no clue about this. I want to run/Connect to project to that server to run locally on my machine.

I have access my GIT repo of project and cloned to my machine(windows), 

What are the requirements needed to run locally? What is the appropriate question to ask my Manager to get it done?

Please share any links/process to it.

Thanks in Advance.





--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4e73ca52-7221-4fb3-83fb-493e9160eaec%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHRQUH%3DhwTP8q4%2B5%3D4ZS_yHGLc-D_VqUj%3D3KFCUvDRLt6driWA%40mail.gmail.com.

No comments:

Post a Comment