https://github.com/patricklarose/server-bootstrap
A collection of scripts and configuration files for setting up a new server quickly.
https://github.com/patricklarose/server-bootstrap
bootstrap config debian debian-server docker dotfiles dotfiles-linux linux linux-server server
Last synced: 17 days ago
JSON representation
A collection of scripts and configuration files for setting up a new server quickly.
- Host: GitHub
- URL: https://github.com/patricklarose/server-bootstrap
- Owner: patricklarose
- License: mit
- Created: 2025-09-26T05:46:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-31T19:40:15.000Z (6 months ago)
- Last Synced: 2025-10-31T21:19:25.531Z (6 months ago)
- Topics: bootstrap, config, debian, debian-server, docker, dotfiles, dotfiles-linux, linux, linux-server, server
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Bootstrap
A collection of scripts and configuration files for setting up a new server quickly.
Intended to run on an existing [Debian](https://www.debian.org/) environment.
## Dependencies
- [Debian](https://www.debian.org/) server (recommended). [Ubuntu](https://ubuntu.com/download/server) 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`