Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martpie/an-introduction-to-operations
- Owner: martpie
- Created: 2019-08-01T15:40:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T17:15:11.000Z (about 4 years ago)
- Last Synced: 2024-11-05T17:58:54.205Z (2 months ago)
- Topics: devops, firewall, ops, server, server-configuration, ssh-configuration, ssh-connection, vps
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)