Skip to content

Instantly share code, notes, and snippets.

@zehicle
Last active June 22, 2016 21:39
Show Gist options
  • Save zehicle/116315353e6d19be26afacbab28186b0 to your computer and use it in GitHub Desktop.
Save zehicle/116315353e6d19be26afacbab28186b0 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Copyright RackN 2016
# Apache 2 License
ipa="$(ip a | grep eth0 | grep -oe 'inet .* brd' | cut -d ' ' -f2)"
sudo apt-get update
sudo apt-get install git python python-pymongo python-pycurl -y
cd ~
mkdir digitalrebar
git clone https://github.com/rackn/digitalrebar-deploy digitalrebar/deploy
ln -s ~/digitalrebar/ digitalrebar/deploy/compose/digitalrebar
cd digitalrebar/deploy
./run-in-system.sh --deploy-admin=local --access=HOST --wl-kubernetes --admin-ip=$ipa
echo "Done in $ipa"
@zehicle
Copy link
Author

zehicle commented May 24, 2016

@zehicle
Copy link
Author

zehicle commented Jun 22, 2016

You need to have a machine with at least 16 Mb of RAM and Ubuntu 16.04

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