https://github.com/foyzulkarim/linux-playbook-javascript
Linux software installation automation script (Linux playbook) using JavaScript and Google's ZX library.
https://github.com/foyzulkarim/linux-playbook-javascript
automation bash debian github google-zx google-zxing javascript linux nginx playbook script setup shell ubuntu ubuntu-server ufw zx
Last synced: about 1 month ago
JSON representation
Linux software installation automation script (Linux playbook) using JavaScript and Google's ZX library.
- Host: GitHub
- URL: https://github.com/foyzulkarim/linux-playbook-javascript
- Owner: foyzulkarim
- Created: 2021-09-14T15:51:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T02:55:19.000Z (over 1 year ago)
- Last Synced: 2025-03-18T11:52:02.778Z (about 2 months ago)
- Topics: automation, bash, debian, github, google-zx, google-zxing, javascript, linux, nginx, playbook, script, setup, shell, ubuntu, ubuntu-server, ufw, zx
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 50
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Linux playbook
## Why
Each time we setup a new linux server, we need to install some software. Instead of manually doing it, we can automate it. This is the purpose of this playbook.## How
We will use plain and simple *javascript* to automate the installation of software.## Steps
Execute the following commands in terminal:
```sh
> wget https://raw.githubusercontent.com/foyzulkarim/linux-playbook-javascript/main/setup.sh
> chmod 755 setup.sh
> ./setup.sh
```After running the `setup.sh` file, it will guide you through the installation process.
## YouTube explanation and demo
Click on the image to play the video.
[](https://youtu.be/-zy-NTI2bAk)