- Instant Debian:Build a Web Server
- Jose Miguel Parrella
- 241字
- 2021-08-04 10:11:37
How to do it…
Debian offers a plethora of installation methods for the operating system. From standard CDs and DVDs, Debian also offers reduced-size installation media, bootable USB images, network boot, and other methods. The complexity of installation is a relative factor that usually is of no concern for DevOps since installation only happens once, while configuration and administration are continuously happening.
Before you start considering replication methods (such as precooked images, network distribution, configuration management, and software delivery), you and your team can choose from the following installation methods:
- If you are installing Debian on a third-party provider (such as a cloud vendor), they will either provide a Debian image for you, or you can prepare your own in virtualization software and upload the disk later.
- If you are installing on your own hardware (including virtualized environments), it's advisable to get either the netinst ISO or the full first DVD ISO. It all depends on whether you are installing several servers over the course of several months (thus making the DVD obsolete as new updates come out) or have a good Internet connection (or proxies and caching facilities, nearby CDNs, and so on) for downloading any additional packages that the netinst disk might not contain.
In general, if you are only deploying a handful of servers and have a good Internet connection at hand, I'd suggest you choose the amd64 netinst ISO, which we will use in this book.
- JBoss Weld CDI for Java Platform
- Learn Blockchain Programming with JavaScript
- 數據庫程序員面試筆試真題與解析
- 劍指JVM:虛擬機實踐與性能調優
- 精通搜索分析
- 新手學Visual C# 2008程序設計
- Reactive Programming With Java 9
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Create React App 2 Quick Start Guide
- Lighttpd源碼分析
- 學習OpenCV 4:基于Python的算法實戰
- SQL Server 2008中文版項目教程(第3版)
- 算法設計與分析:基于C++編程語言的描述
- jQuery Mobile Web Development Essentials(Second Edition)
- 讀故事學編程:Python王國歷險記