Info:
This tool listens for changes on the GitHub webhook and automatically executes bash commands once triggered.
Installation & Quick setup:
- Open up your favourite terminal (and navigate somewhere you want to download the repository to)
- Make sure you have nodejs installed. Test by entering
$node -v
If this returns a version number, NodeJS is installed. If not, get NodeJS here. - Clone the repository and navigate to it.
$git clone https://github.com/savetheinternetinfo/autoupdater.git && cd autoupdater
- Install all dependencies by typing
$npm i
- Copy config.template.json and rename it to
config.json
- Configure everything inside
config.json
- Start by typing
$npm start
- ALTERNATIVELY: Use a tool like pm2 to keep the script running.