Ipsum sed consequat

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id ante sed ex pharetra lacinia sit amet vel massa. Donec facilisis laoreet nulla eu bibendum. Donec ut ex risus. Fusce lorem lectus, pharetra pretium massa et, hendrerit vestibulum odio lorem ipsum.

Useful Code Snippets

NGINX Box

nginx-test-202311100-1-238673427.dev.sandbox.eden.dfw1.qa.walmart.com

cURL Repo into Tarball

curl -LOk https://gecgithub01.walmart.com/repoZipAddress

centOS Project Install

yum install git
git clone https://github.com/repoPath
wget https://nodejs.org/dist/latest/node-v8.1.2-aix-ppc64.tar.gz
tar xzvf node-v* && cd node-v*
yum install nodejs
Then navigate to project folder and npm install.