Skip to content

Bash scripts for installing OctoFarm and it's assorted dependencies.

License

Notifications You must be signed in to change notification settings

mnavarro83/OctoFarm-BashInstallScripts

Repository files navigation

OctoFarm-BashInstallScripts

Bash scripts for installing OctoFarm and it's assorted dependencies. https://github.com/OctoFarm/OctoFarm

Requirements

  • Non-root user with sudo privileges
  • Git and it's assorted dependencies

Usage

Ubuntu 20.04/21 - Debian 10/11

List

cd ~
git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git
sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-DebianVariants.sh

One-liner

cd ~ && git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git && sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-DebianVariants.sh

Rocky, Alma and other Redhat Variants.

Does not work on Fedora the last time I checked due to issues with MongoDB repo dependencies (6/Sept/21).

List

cd ~
git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git
sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-RedHatVariants.sh

One-liner

cd ~ && git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git && sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-RedHatVariants.sh

OpenSUSE Leap 15.3 / Tumbleweed

List

cd ~
git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git
sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-OpenSUSE.sh

One-liner

cd ~ && git clone https://github.com/mnavarro83/OctoFarm-BashInstallScripts.git && sudo bash ~/OctoFarm-BashInstallScripts/OctoFarmInstall-OpenSUSE.sh

Other

Need help? Run into an problem? Have a suggestion? Please open an issue and we will get to it as soon as we can.

About

Bash scripts for installing OctoFarm and it's assorted dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages