Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martpie/an-introduction-to-operations

A brief and practical introduction to barebone Operations/DevOps
https://github.com/martpie/an-introduction-to-operations

devops firewall ops server server-configuration ssh-configuration ssh-connection vps

Last synced: 30 days ago
JSON representation

A brief and practical introduction to barebone Operations/DevOps

Awesome Lists containing this project

README

        

# An introduction to Operations

A brief and practical introduction to Ops.

## Goals

The goal of this workshop is not to make you an operations expert or a super-badass sysadmin.

It is about giving you different tools and knowledge about the operations world so it becomes easier for you to talk with ops people.

It may be used by developers as a first step into the DevOps world as well.

## Prerequists

- a VPS (virtual private server) running Ubuntu\*
- a domain name (with a A record pointing to the IP of your server)
- a terminal

\* (we'll use here a droplet from Digital Ocean, some commands below may vary depending on your VPS provider/operating system)

## Table of Contents

1. [SSH Connection](1.ssh_connection.md)
2. [SSH Configuration](2.ssh_configuration.md)
3. [UFW Configuration](3.ufw_configuration.md)
4. [Web server](4.web_server.md)
5. [SSL Certificates](5.ssl_certificates.md)
6. [Deployment of a static website](6.deployment.md)
7. [Bonus](7.bonus.md)