https://github.com/coreybutler/servers
Server scripts
https://github.com/coreybutler/servers
Last synced: 3 months ago
JSON representation
Server scripts
- Host: GitHub
- URL: https://github.com/coreybutler/servers
- Owner: coreybutler
- Created: 2013-08-20T17:14:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T22:22:32.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T12:48:27.412Z (7 months ago)
- Language: Shell
- Size: 531 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security
Awesome Lists containing this project
README
# Server Scripts
This is a loose collection of scripts I use to simplify environment management.
If I haven't instructed you to use one of these files, then the likelihood of
any of them being useful is pretty slim.## Using Scripts
These scripts can be run using the following syntax:
`curl https://raw.github.com/coreybutler/servers/master/ | sh`
**Make sure you replace <script> with the appropriate script name!**
If this doesn't work, you may need higher level privileges. Assuming you're
authorized, you can use the following instead:`sudo curl https://raw.github.com/coreybutler/servers/master/<script> | sudo sh`
# Special Scripts
Most of the scripts are self-explanatory, but a few may require special explanation.
### centos
Runs updates to configure the CentOS server. This is essentially the _setup_ script.
### git-key
Installs a special wizard to add SSH keys for git projects. This
will generate an SSH key and optionally add it to a Github or BitBucket
machine account.Once this script is installed, it **does not** need to be run via `curl`.