August 2016
Beginner to intermediate
717 pages
15h 24m
English
For the rest of the book, we will use the HTTP Nginx server and PostgreSQL database. The chapter's explanation will be made on a GNU / Linux Debian 7.3.0 32-bit system. We will start with a new Debian operating system without any installations.
For the following commands, you must log on with a user account that has the same privileges as a superuser account. For this purpose, run the following command:
su
After this command, you must type the root password.
First, we update the Debian repositories:
apt-get update
Then, we install Python 3 and PIP as done in Chapter 2, Creating a Django Project:
apt-get install python3 apt-get install python3-pip alias pip=pip-3.2
We will ...
Read now
Unlock full access