Bash

Recursive Git Clone

Tested on Ubuntu 18.04

This script recursively prompts you for a git URL, cloning the repo into the current directory.

Usage:

bash <(curl -sSL https://jrussell.sh/recursive-git-clone)

Raw Script Contents

By |2021-01-05T08:30:34+00:00January 5th, 2021|Comments Off on Recursive Git Clone

Deploy WordPress with OLS

Tested on Ubuntu 18.04

This script deploys WordPress and configures OpenLiteSpeed as the server.

It will prompt you for the domain, and will display the login information after it completes.

Usage:

bash <(curl -sSL https://jrussell.sh/deploy-wordpress-ols)

Raw Script Contents

By |2021-01-05T08:44:48+00:00January 5th, 2021|Comments Off on Deploy WordPress with OLS

Deploy Nextcloud to Docker

Tested on Ubuntu 18.04

This script deploys Nextcloud via docker.
It will ask you for which port to use, the domain name, and MySQL passwords.

Usage:

bash <(curl -sSL https://jrussell.sh/deploy-nextcloud-docker)

Raw Script Contents

By |2021-01-05T08:27:52+00:00January 5th, 2021|Comments Off on Deploy Nextcloud to Docker