Posts

Showing posts with the label Deployment

Deploy django on ubuntu vps | Deploy python django on server | Make live your python app In ubuntu server | django on server

Image
           Hey everyone Let's start with to be continued topic here that how we can deploy python django apps in ubuntu vps.. So let's start So before that if you dont know how to setup a ubuntu server please click here to check out.. So after setting up server now the time to setup django on ubuntu. Before that let's recall what we have done. We have installed apachec, php, mysql, python and pip too..👍  Great.. Now the time is to install django. So for that we can simply move on to a location that is  cd /var/www Then let's create a folder for storing our project file. sudo mkdir djangoproject Install virtual environments using pip3 and activate it. sudo pip3 install virtualenv virtualenv djangoproj source djangoproj/bin/activate Then create a Django project inside virtualenv django-admin startproject djangoproj . I have given "." here that all the files will be extracted there only otherwise it will create a new folder again with the same ...

Setup a Ubuntu VPS | Setup a Server | Make ready a server for python deployment | deploy python using apache and wsgi |

Image
          Let's make ready server for deployment in python. so in this topic we are going to setup a server and make ready for python deployment. So there is a lot of method is available to deploy a python those things also we will discuss in this section but basically i am going to discuss deploy using apache and wsgi. Before that if you dont know about vps and you want to know it then  Click here  to check my previous blog where i have discussed about types of servers. Ok so the methods to make your application live or make visible to public there is multiple methods is there available like  1. you can run your application  and make your laptop live/make your laptop as your own server, 2. use any other device like raspberry pi or arduino any kind of micro controller and run your application there and make port forwarding in your router and make your application live. and if you want to know more then comment in the comment box and ...

What is server | Types of server | Servers

Image
         Hey, everyone before going to start with VPS server let's look into what is servers.?.  In this article we will look into what is cloud and servers and different types of servers.                Contents: - What is server ? What is cloud ? Types of server. What is server.?               Now a days server is not just being a technology it became an essential part when we are going to deal with technology. So basically what is that server. ?     So first you should understand server is nothing else it is a computer as like our local computer. and it has specialties  that even if its like a local computer still multiple clients can able to connect to the server using different methods and protocols. such as: - --> SSH(secure shell) - also it known as secure shell because only we can able to connect with server if we have user id , password or a p...