Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created May 14, 2018 16:46
Show Gist options
  • Save rhyolight/929cba8053d7455470fcd66e00686dfb to your computer and use it in GitHub Desktop.
Save rhyolight/929cba8053d7455470fcd66e00686dfb to your computer and use it in GitHub Desktop.
∙ nta-update
Executing: curl -L http://releases.numenta.org/orthodoxy/latest/bootstrap.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2267 100 2267 0 0 5960 0 --:--:-- --:--:-- --:--:-- 5965
+++ dirname ''
++ cd .
++ pwd
+ DIR=/Users/mtaylor/nta/numenta-web/packages/numenta.com
++ mktemp -d
+ WORK_DIR=/var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr
+ [[ ! -n /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr ]]
+ [[ ! -d /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr ]]
+ pushd /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr
/var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr ~/nta/numenta-web/packages/numenta.com
+ trap cleanup EXIT
+ PATH='/Users/mtaylor/Library/Python/2.7/bin:./bin:/Users/mtaylor/.rbenv/shims:/usr/local/bin:/usr/local/sbin:/Users/mtaylor/.sfs:/Users/mtaylor/.dotfiles/bin:/Users/mtaylor/bin:/usr/local/bin:/usr/local/Cellar/python/2.7.6/bin:/Users/mtaylor/Library/Python/2.7/bin:/Users/mtaylor/Library/Python/2.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/bin:/Users/mtaylor/dev/gradle-2.7/bin'
+ PYTHONPATH=/Users/mtaylor/Library/Python/2.7/lib/python/site-packages:/Users/mtaylor/Library/Python/2.7/lib/python/site-packages::/Library/Python/2.7/site-packages:/Users/mtaylor/Library/Python/2.7/lib/python/site-packages:/Users/mtaylor/.local/lib/python2.7/site-packages
+ curl -O http://releases.numenta.org/pip/1ebd3cb7a5a3073058d0c9552ab074bd/get-pip.py
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1488k 100 1488k 0 0 2014k 0 --:--:-- --:--:-- --:--:-- 2012k
+ python get-pip.py --user
Collecting pip
Downloading https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl (1.3MB)
100% |████████████████████████████████| 1.3MB 879kB/s
Installing collected packages: pip
Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
Successfully uninstalled pip-9.0.1
Successfully installed pip-10.0.1
+ pip install --user -U setuptools pip wheel
Collecting setuptools
Downloading https://files.pythonhosted.org/packages/8c/10/79282747f9169f21c053c562a0baa21815a8c7879be97abd930dbcf862e8/setuptools-39.1.0-py2.py3-none-any.whl (566kB)
100% |████████████████████████████████| 573kB 4.0MB/s
Requirement already up-to-date: pip in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (10.0.1)
Collecting wheel
Downloading https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl (41kB)
100% |████████████████████████████████| 51kB 8.9MB/s
Installing collected packages: setuptools, wheel
Found existing installation: setuptools 38.5.2
Uninstalling setuptools-38.5.2:
Successfully uninstalled setuptools-38.5.2
Found existing installation: wheel 0.30.0
Uninstalling wheel-0.30.0:
Successfully uninstalled wheel-0.30.0
Successfully installed setuptools-39.1.0 wheel-0.31.1
+ pip install --user ansible==2.3.0.0
Requirement already satisfied: ansible==2.3.0.0 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (2.3.0.0)
Requirement already satisfied: pycrypto>=2.6 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from ansible==2.3.0.0) (2.6.1)
Requirement already satisfied: setuptools in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from ansible==2.3.0.0) (39.1.0)
Requirement already satisfied: paramiko in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from ansible==2.3.0.0) (2.4.0)
Requirement already satisfied: jinja2 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from ansible==2.3.0.0) (2.10)
Requirement already satisfied: PyYAML in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from ansible==2.3.0.0) (3.10)
Requirement already satisfied: pyasn1>=0.1.7 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from paramiko->ansible==2.3.0.0) (0.4.2)
Requirement already satisfied: bcrypt>=3.1.3 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from paramiko->ansible==2.3.0.0) (3.1.4)
Requirement already satisfied: cryptography>=1.5 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from paramiko->ansible==2.3.0.0) (2.1.4)
Requirement already satisfied: pynacl>=1.0.1 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from paramiko->ansible==2.3.0.0) (1.2.1)
Requirement already satisfied: MarkupSafe>=0.23 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from jinja2->ansible==2.3.0.0) (1.0)
Requirement already satisfied: six>=1.4.1 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from bcrypt>=3.1.3->paramiko->ansible==2.3.0.0) (1.11.0)
Requirement already satisfied: cffi>=1.1 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from bcrypt>=3.1.3->paramiko->ansible==2.3.0.0) (1.11.2)
Requirement already satisfied: enum34; python_version < "3" in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from cryptography>=1.5->paramiko->ansible==2.3.0.0) (1.1.6)
Requirement already satisfied: idna>=2.1 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from cryptography>=1.5->paramiko->ansible==2.3.0.0) (2.6)
Requirement already satisfied: asn1crypto>=0.21.0 in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from cryptography>=1.5->paramiko->ansible==2.3.0.0) (0.24.0)
Requirement already satisfied: ipaddress; python_version < "3" in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from cryptography>=1.5->paramiko->ansible==2.3.0.0) (1.0.19)
Requirement already satisfied: pycparser in /Users/mtaylor/Library/Python/2.7/lib/python/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko->ansible==2.3.0.0) (2.18)
+ curl -O http://releases.numenta.org/orthodoxy/0.5.0/orthodoxy-0.5.0.tar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20480 100 20480 0 0 93402 0 --:--:-- --:--:-- --:--:-- 93090
+ tar xzvf orthodoxy-0.5.0.tar
x orthodoxy/VERSION
x orthodoxy/ansible.cfg
x orthodoxy/developer.yml
x orthodoxy/files/
x orthodoxy/files/bash_profile
x orthodoxy/files/bashrc
x orthodoxy/files/numentarc
x orthodoxy/hosts
x orthodoxy/install_brew.sh
+ cd orthodoxy
+ ansible-playbook developer.yml
PLAY [all] *********************************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [create .bash_profile if it doesn't exist] ********************************
ok: [localhost]
TASK [create .bashrc if it doesn't exist] **************************************
ok: [localhost]
TASK [create or update .numentarc] *********************************************
ok: [localhost]
TASK [Check if Homebrew is installed] ******************************************
ok: [localhost]
TASK [install homebrew] ********************************************************
skipping: [localhost]
TASK [install git] *************************************************************
changed: [localhost]
TASK [install cmake] ***********************************************************
ok: [localhost]
TASK [git] *********************************************************************
ok: [localhost]
TASK [git] *********************************************************************
ok: [localhost]
TASK [git] *********************************************************************
ok: [localhost]
TASK [git] *********************************************************************
ok: [localhost]
TASK [install nta-build-tools] *************************************************
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=12 changed=2 unreachable=0 failed=0
+ cleanup
+ popd
~/nta/numenta-web/packages/numenta.com
+ rm -rf /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr
+ echo 'Deleted temp working directory /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr'
Deleted temp working directory /var/folders/71/csx_1p712m35715c6r_2qk8c0000gp/T/tmp.2taj0dXr
❤ (grid-cells-blog ᄉ origin) ~/nta/numenta-web/packages/numenta.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment