Giter Site home page Giter Site logo

bamatoth / local-setup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from predixdev/local-setup

0.0 1.0 0.0 18 KB

Contains scripts for installing the tools required for development on the Predix platform

License: Other

Visual Basic 5.41% Shell 50.44% Batchfile 44.14%

local-setup's Introduction

Local setup of development tools

Scripts to install the tools required for development on the Predix Platform.

Installation

On Mac OS X

  • Run the command below in a terminal window to install all the standard tools
bash <( curl https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-mac.sh )
  • You can choose to install selected tools by providing flags for the corresponding tools. For example: to install git and cf-cli only run
bash <( curl https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-mac.sh ) --git --cf
Tool Flag Notes
[brew] (http://brew.sh), [cask] (http://caskroom.io) Required to manage the installation of tools
[Git] (https://git-scm.com) --git
[cf-cli] (http://docs.cloudfoundry.org/cf-cli) --cf
[Java SE Development Kit (JDK)] (http://www.oracle.com/technetwork/java/javase/downloads/index.html) --jdk
[Maven] (https://maven.apache.org) --maven
[Eclipse STS] (https://spring.io/tools/sts) --sts
[Node.js] (https://nodejs.org), [Bower] (http://bower.io/), [Grunt CLI] (http://gruntjs.com) --nodejs
[rbenv] (http://rbenv.org), [ruby-build] (https://github.com/rbenv/ruby-build), [ruby] (https://www.ruby-lang.org), [cf-uaac] (https://github.com/cloudfoundry/cf-uaac) --uaac This is not installed by default

On Windows

  • Open a Command Window as Administrator (Right click 'Run as Administrator') and run the command below
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%\setup-windows.bat')" && "%TEMP%\setup-windows.bat"
  • You can choose to install selected tools by providing flags for the corresponding tools. For example: to install git and cf-cli only run
@powershell -Command "(new-object net.webclient).DownloadFile('https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-windows.bat','%TEMP%\setup-windows.bat')" && "%TEMP%\setup-windows.bat /git /cf"
Tool Flag Notes
[chocolatey] (https://chocolatey.org) Required to manage the installation of tools
[Git] (https://git-scm.com) /git
[cf-cli] (http://docs.cloudfoundry.org/cf-cli) /cf
[putty] (http://www.putty.org) /putty
[Java SE Development Kit (JDK)] (http://www.oracle.com/technetwork/java/javase/downloads/index.html) /jdk
[Maven] (https://maven.apache.org) /maven
[Eclipse STS] (https://spring.io/tools/sts) /sts
[cURL] (https://curl.haxx.se) /curl
[Python2] (https://www.python.org) /python2
[Node.js] (https://nodejs.org), [Bower] (http://bower.io/), [Grunt CLI] (http://gruntjs.com) /nodejs

Analytics

local-setup's People

Contributors

rishabhtulsian avatar

Watchers

Balint Toth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.