- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 67字
- 2021-07-02 15:42:13
Installing PostgreSQL
PostgreSQL (https://www.postgresql.org/) is a powerful and popular open source SQL database. Even though it has nothing to do with Continuous Integration, we will need it to install the next tool, SonarQube. We will make use of PostgreSQL in the later chapters of the book, so we are not going through all this trouble just for SonarQube (but trust me, SonarQube alone is already worth it!).
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- LabVIEW Graphical Programming Cookbook
- Scala Design Patterns
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- Mastering Python Scripting for System Administrators
- Learn Programming in Python with Cody Jackson
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- Mathematica Data Analysis
- JavaScript程序設(shè)計(jì)(第2版)
- C語言程序設(shè)計(jì)簡(jiǎn)明教程:Qt實(shí)戰(zhàn)
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- 分布式數(shù)據(jù)庫(kù)原理、架構(gòu)與實(shí)踐
- Java 9 with JShell
- Learning Concurrency in Python