Skip to content

Instantly share code, notes, and snippets.

@CamDavidsonPilon
Last active March 31, 2021 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CamDavidsonPilon/a910ac742a4df296545be0844ced3855 to your computer and use it in GitHub Desktop.
Save CamDavidsonPilon/a910ac742a4df296545be0844ced3855 to your computer and use it in GitHub Desktop.
install Pioreactor
#!/bin/bash
sudo apt update
sudo apt install -y git
git clone https://github.com/Pioreactor/pioreactor.git --depth 1
cd pioreactor
make install-leader-as-worker
@CamDavidsonPilon
Copy link
Author

CamDavidsonPilon commented Jan 5, 2021

wget -O install_pioreactor_leader_as_worker.sh https://gist.githubusercontent.com/CamDavidsonPilon/a910ac742a4df296545be0844ced3855/raw/install_pioreactor_leader_as_worker.sh && bash ./install_pioreactor_leader_as_worker.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment