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

https://github.com/rawilk/new-server-setup

Guide and stack scripts for setting up a new server environment
https://github.com/rawilk/new-server-setup

Last synced: over 1 year ago
JSON representation

Guide and stack scripts for setting up a new server environment

Awesome Lists containing this project

README

          

# New Server Setup
For automated setup, use a stack script. For manual setup, use a guide.

## Stack Scripts (recommended)
https://github.com/rawilk/new-server-setup/tree/master/stack-scripts/linode

## Guides
https://github.com/rawilk/new-server-setup/tree/master/guides

## Bash Scripts
https://github.com/rawilk/new-server-setup/tree/master/bash-scripts

#### Usage:
- Pull script into your server: `wget https://raw.githubusercontent.com/rawilk/new-server-setup/master/bash-scripts/name-of-script.sh -O name-of-file.sh`
- Allow script to be executed: `chmod +x name-of-file.sh`
- Run the script: `./name-of-file.sh`

> Tip: create and run the scripts as the root user or sudo user