-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 1.95 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 1.95 KB
1
2
3
4
5
6
{
"name": "beepRoger Guide",
"tagline": "",
"body": "Setup a Web development MAC\r\nContaining:\r\n- Homebrew, Composer, NodeJS, Gulp, Grunt, Bower, Coffee-script, Less, Sass, Ionic, Cordova, Android SDK, JDK and Android Platform Tools\r\n\r\n# BREW\r\n`/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"`\r\n\r\n# COMPOSER\r\n`curl -sS https://getcomposer.org/installer | php`\r\n\r\n`sudo mv composer.phar /usr/local/bin/composer`\r\n\r\n\r\n# NODEJS\r\ninstall the package from the link below\r\n\r\n`https://nodejs.org/dist/v4.4.5/node-v4.4.5.pkg`\r\n\r\n# INSTALL GULP / DEVELOP DEPENDENCIES\r\n- gulp\r\n- grunt\r\n- bower\r\n- coffee-script\r\n- less\r\n- sass\r\n\r\n`sudo npm install -g gulp-cli grunt-cli bower coffee-script less`\r\n\r\n`gem install sass`\r\n\r\n\r\n# IONIC\r\n`sudo npm install -g cordova ionic`\r\n\r\n# ANDROID\r\n## step 1\r\nDownload the Android SDK via the link below and move the contents to ~/Applications/android_sdk\r\n\r\n`https://dl.google.com/android/android-sdk_r24.4.1-macosx.zip`\r\n\r\n## step 2\r\ncreate or update your .bash_profile file with the contents below\r\n\r\n`PATH=/Applications/android_sdk/tools:/Applications/android_sdk/platforms`\r\n\r\n# JDK\r\ndownload and install the JDK to enable building apps for android\r\n\r\n`http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html`\r\n\r\n# ADB\r\nInstall the Android Platform Tools\r\n\r\n`brew install android-platform-tools`\r\n\r\n# IONIC CROSSWALK MUST HAVE\r\ntype the following command\r\n\r\n`android`\r\n\r\nAndroid SDK Manager wil open, scroll to the bottom of the list and select 'Android Support Repository' and 'Google Repository'. These packages are needed to build apps with Ionic Crosswalk.\r\n\r\n# HOMESTEAD\r\ngo to [link](http://petericebear.github.io/installing-laravel-homestead-osx-20160514)",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}