https://github.com/mdgspace/server-setup
script to setup ec2 instances for mdgspace
https://github.com/mdgspace/server-setup
ec2-instance server-setup shell-script ubuntu-image
Last synced: about 1 year ago
JSON representation
script to setup ec2 instances for mdgspace
- Host: GitHub
- URL: https://github.com/mdgspace/server-setup
- Owner: mdgspace
- Created: 2024-04-07T18:39:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T13:11:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T23:32:21.313Z (about 1 year ago)
- Topics: ec2-instance, server-setup, shell-script, ubuntu-image
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Setup
Script to setup ec2 instances for `mdgspace`
## Development
1. Run `find . -type f -name "*.sh" -exec chmod +x {} \;` to make all scripts executable
2. Run `./main.sh` to test the script
3. Run `./build.sh` to build the setup script
## Usage
1. Download the setup script using one of the methods -
- Copy the content of `setup.sh`. Run `nano setup.sh` in the server, paste the content and save
- Run `wget https://raw.githubusercontent.com/mdgspace/server-setup/master/setup.sh`
- Run `curl -o setup.sh https://raw.githubusercontent.com/mdgspace/server-setup/master/setup.sh`
2. Run `chmod +x setup.sh` to make the script executable
3. Run `./setup.sh` to setup the server
4. Remove the script and logs after inspecting the setup
5. Logout and login again to apply the changes