Skip to content

patricklarose/server-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Server Bootstrap

A collection of scripts and configuration files for setting up a new server quickly.

Intended to run on an existing Debian environment.

Dependencies

  • Debian server (recommended). Ubuntu may work but is untested.
  • curl is required to download the script. Install with: apt install curl

Installation

1. Download the script

curl -O https://raw.githubusercontent.com/patricklarose/server-bootstrap/main/bootstrap.sh

2. Give yourself Permissions

chmod +x bootstrap.sh

3. Run the script

./bootstrap.sh