Installing prerequisites

Predix is primarily based on CF, more information about which can be found on its website at https://www.cloudfoundry.org/. CF is an open source agnostic cloud running on Azure, Google, AWS, and the private cloud.

Predix needs the following tools:

Alternatively, you can run one of the following scripts:

For macOS X:

bash <( curl https://raw.githubusercontent.com/PredixDev/Predix-HelloWorld-WebApp/master/scripts/quickstart-hello-world.sh )

For Windows:

@powershell -Command "(new-object
net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/Predix-HelloWorld-WebApp/master/scripts/quickstart-helloworld.bat','quickstart-hello-world.bat')" && "quickstart-hello-world.bat"

For our demonstration, we also need the following:

Use the following commands to install gulp, grunt, and bower:

npm install -g grunt
npm install -g gulp-cli
npm install -g bower
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset