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
- Host: GitHub
- URL: https://github.com/rawilk/new-server-setup
- Owner: rawilk
- Created: 2018-08-02T01:57:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T16:31:28.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T01:15:32.600Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 130 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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