Django project deployment
I. Nginx+uWSGI+Django Deployment Production Environment
principle
Why Nginx
Django has a runserver that directly starts a Web Server. Why do you want Nginx to start a Web Server?
Nginx performs better than Django's own Web Server
Did you ever think that if we want to be accessed by WEB, we need a WEB Server written by Python (Dja ...
Posted by drtanz on Thu, 09 May 2019 15:08:38 -0700
CentOS 6.5 ELK Build Latest Version (6.3.1) Using filebeat
Principle and introduction of ELK
Why ELK is used:
In general, we need log analysis scenarios: grep, awk can get the information we want directly in the log file.However, in large-scale scenarios, this method is inefficient and faces issues such as how to archive logs when the volume is too large, how to search text too s ...
Posted by pedrobcabral on Thu, 09 May 2019 11:06:39 -0700
Construction Practice of ELK Log Platform with Billion Level
This article mainly talks about the real experience in our work, how to build a 100 million-level log platform, and at the same time teaches you how to build such a 100 million-level ELK system.The specific development history of the log platform can be referred to the previous section "Evolution from ELK to EFK"
S ...
Posted by Jnerocorp on Wed, 08 May 2019 17:42:39 -0700
Using nginx and frp/ngrok to achieve intranet penetration, the website will be set up in their own home or within the company
title: Use nginx and frp/ngrok to achieve intranet penetration, and set up the website at home or within the company
date: 2019-04-17 13:27:43
categories: Architecture
author: mrzhou
tags:
nginx
web
frp
ngrok
Using nginx and frp/ngrok to achieve intranet penetration, the website will be set up in their own home or within t ...
Posted by esmarts on Wed, 08 May 2019 17:30:38 -0700
CentOS stand-alone deployment ELK6
Demand Background:
Business development is more and more huge, and servers are more and more.
There are more and more access logs, application logs and error logs, which make the operation and maintenance personnel unable to manage the logs well.
It is inconvenient for the developer to check the logs on the server.
Operators need some data and ...
Posted by van__ on Tue, 07 May 2019 23:45:40 -0700
Explanation on Ribbin's Custom Algorithms Creation in Spring Cloud
Explanation on Ribbin's Custom Algorithms Creation in Spring Cloud
Let me introduce Rabbin in Spring Cloud today.
Ribboin
Spring Cloud Ribbon is a client load balancing tool based on Netflix Ribbon.
Simply put, Ribbon is an open source project released by Netflix. Its main function is to provide client-side software load bala ...
Posted by andyd34 on Mon, 06 May 2019 06:20:38 -0700
docker-compose learning: A simple LNMP is constructed by specifying mirrors through image instructions
docker-compose understands:
Each service must specify mirrors or build instructions (requiring Docker files) through image instructions to automatically build the generated mirrors.
This time, we directly specify the mirror to build a simple LNMP, as an introduction to learning docker-compose.
The actual operation must require Dockerfile config ...
Posted by ridckie_rich on Mon, 06 May 2019 03:55:38 -0700
Server pre-rendered Nuxt - (Crawl Point)
Nuxt is a more common solution to solve SEO. As Nuxt also has many pits, when breaking through a small technology point, there is a great sense of accomplishment, which really makes me painful and happy during this time.Here we make a summary and summary of the pits that we have traveled according to our individual learning situation.
Nuxt Deve ...
Posted by onlinegs on Sun, 05 May 2019 16:40:38 -0700
k8s master load balancing
k8s master load balancing
1. Server PlanningNote: Only master load balancing is implemented
Server name
IP
role
k8s-master1
192.168.1.107
k8s-master1,etcd
k8s-master2
192.168.1.108
k8s-master2
k8s-node1
192.168.1.109
k8s-node1
nginx
192.168.1.55
nginx load
2.k8s-master1 deployment1. Install Docker
#Close the firewall
ufw disab ...
Posted by Jr0x on Sat, 04 May 2019 23:50:39 -0700
Deploy novel api service to Tencent cloud
The novel API version 1.0 is finished, and then it is deployed to the server, using nginx, pm2, nvm, git, OpenSSL.
Server configuration: CentOS 7.4 64 bit 1 core 2 GB 1 Mbpsnode version: 8.9.0nvm version: 0.33.11npm version: 5.5.1nginx version: 1.12.2git version: 2.9.5
The first step is to add the pm2 configuration file
Create a pm2.json file i ...
Posted by Jove on Sun, 28 Apr 2019 00:40:36 -0700