Installation
Installation on Windows, macOS, and Linux systems is easy.
Windows
- Download the installer MSI, run it, and follow the instructions. An uninstaller will be included.
- SQribe executable and dependency files are copied to a C:\Program Files\SQribe folder.
- Your environment path is modified to allow SQribe to be run from anywhere on your local storage.
- When run for the first time, SQribe will create a folder named sqribe in your user home folder (~/sqribe/). This folder will be used for the activity log and will also be searched for job scripts along with the current directory as a convenience.
Uninstall: Run the SQribe installer, or use the Add/Remove Programs control panel as is usual. You can then delete the ~/sqribe/ data folder if desired.
Linux
- Download the Debian package from the github Release page and run it.
- Run the script below which makes it executable and adds it to your system PATH:
sh /usr/bin/sqribe/config.sh
- When run for the first time, SQribe will create a folder named sqribe in your user home folder (~/sqribe/). This folder will be used for the activity log and will also be searched for job scripts along with the current directory as a convenience.
Uninstall: Run the script sh /usr/bin/sqribe/cleanup.sh to remove SQribe from your system PATH and then uninstall the package using your package manager. You can then delete the ~/sqribe/ data folder if desired.