Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

savetheinternetinfo/autoupdater

Repository files navigation

autoupdater

Info:

This tool listens for changes on the GitHub webhook and automatically executes bash commands once triggered.


Installation & Quick setup:

  1. Open up your favourite terminal (and navigate somewhere you want to download the repository to)

  2. 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.

  3. Clone the repository and navigate to it.
    $ git clone https://github.com/savetheinternetinfo/autoupdater.git && cd autoupdater

  4. Install all dependencies by typing
    $ npm i

  5. Copy config.template.json and rename it to config.json

  6. Configure everything inside config.json

  7. Start by typing
    $ npm start

  8. ALTERNATIVELY: Use a tool like pm2 to keep the script running.

Releases

No releases published

Packages

No packages published