8000 GitHub - ben16w/tesseract-scripts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ben16w/tesseract-scripts

Repository files navigation

scripts

This project contains the bash scripts used by the ansible collections tesseract-system, tesseract-app and tesseract-network. These scripts can also be used manually by following the instructions below.

Installation

Install the required system packages:

sudo apt install make python3 python3-pip python3-venv

Set up the virtual environment and install the required Python packages:

make install-venv

Lint the scripts:

make lint

Usage

Create a file named .env in the root of the repository and add the environment variables required by the script. For example:

TESSERACT_SCRIPTS_PATH=/path/to/tesseract-scripts

Finally, run the script reqiured. For example:

bash ./local_bakcup.sh /home/tesseract

License

This project is licensed under the Unlicense. See the LICENSE file for details.

Authors

  • Ben Wadsworth

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0