Installing Nautobot
Nautobot can be installed on a multitude of technologies ranging from bare-metal servers, virtual machines, and containers to cloud-native environments. Our focus in this chapter is a traditional installation on a Linux virtual machine (Ubuntu Server 20.04), installing Nautobot and its required dependencies including a local PostgreSQL database and a Redis in-memory data store used by the task queue(s).
Note
The Nautobot application can run on any Linux distribution that satisfies its requirements and it’s regularly tested with the most recent versions of Ubuntu.
This chapter is focused on getting Nautobot up and running as fast as possible so you can experience all that it has to offer. Production considerations and overall Nautobot system administration are reviewed in more detail in Chapter 6.
There are other available references to spin up a Nautobot application using containers:
- Nautobot Lab is an all-in-one Docker container that...