Skip to content

Instantly share code, notes, and snippets.

@bcaffo
Last active December 26, 2018 18:26
Show Gist options
  • Save bcaffo/448232c1e2ca015c75663e118d107609 to your computer and use it in GitHub Desktop.
Save bcaffo/448232c1e2ca015c75663e118d107609 to your computer and use it in GitHub Desktop.
Starting gigantum on a google cloud platform server

https://docs.gigantum.com/docs/gigantum-cli

Ubuntu 16.04 on DO. Used the pre-installed docker instance

On the remote docker instance

sudo apt-get update
sudo apt-get install python
sudo apt-get install python3-pip

## Add a new user and switch to them
adduser giguser
#adduser giguser sudo
adduser giguser docker
su - giguser


## Gigantum stuff
pip3 install --user gigantum

gigantum install

From your client computer

ssh giguser@IPADDRESSOFSERVER -L 10000:localhost:10000

On the remote

gigantum start

On the client go to

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