Skip to content

Instantly share code, notes, and snippets.

@DerZyklop
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.

Select an option

Save DerZyklop/f6b6f3f211153ef2fe74 to your computer and use it in GitHub Desktop.

Revisions

  1. DerZyklop revised this gist Dec 4, 2014. 2 changed files with 4 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -20,4 +20,6 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri
    cd WWW
    npm install bower --save-dev
    bower install openui5-bower
    cp -r bower_components/openui5-bower/resources resources/
    cp -r bower_components/openui5-bower/resources resources/


    1 change: 1 addition & 0 deletions setup-coffeescript
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    init -g
  2. DerZyklop revised this gist Dec 4, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -20,4 +20,4 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri
    cd WWW
    npm install bower --save-dev
    bower install openui5-bower
    cp -r bower_components/openui5-bower/resources src/
    cp -r bower_components/openui5-bower/resources resources/
  3. DerZyklop revised this gist Dec 2, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -20,3 +20,4 @@ open "$(find ~/Applications /Applications -name "Android File Transfer.app" -pri
    cd WWW
    npm install bower --save-dev
    bower install openui5-bower
    cp -r bower_components/openui5-bower/resources src/
  4. DerZyklop revised this gist Dec 2, 2014. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -14,4 +14,9 @@ cordova build

    // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac.
    open platforms/android/ant-build
    open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)"
    open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)"

    // Install OpenUI5
    cd WWW
    npm install bower --save-dev
    bower install openui5-bower
  5. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -13,4 +13,5 @@ cordova platform add android
    cordova build

    // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac.
    open platforms/android/ant-build
    open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)"
  6. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,5 @@ export ANDROID_HOME=$(brew --prefix android)
    cordova platform add android
    cordova build

    // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your
    // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your device with the android-file-transfer app on your mac.
    open "$(find ~/Applications /Applications -name "Android File Transfer.app" -print -quit)"
  7. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 10 additions and 4 deletions.
    14 changes: 10 additions & 4 deletions deploy-openui5.sh
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,15 @@
    sudo npm install -g cordova
    brew install android-sdk -g
    cordova create hello com.example.hello HelloWorld
    cd hello
    android
    // Now the "Android SDK-Manager" GUI opens; download the preselected packages plus "Android 4.4.2 (API 19)"
    brew cask install android-file-transfer
    brew install ant -g

    cordova create hello com.example.hello HelloWorld
    cd hello

    export ANDROID_HOME=$(brew --prefix android)
    cordova platform add android
    cordova build

    export ANDROID_HOME=`brew --prefix android`
    cordova platform add android
    // Now copy the `.apk`-file from platforms/android/ant-build to the downloads-folder of your
  8. DerZyklop renamed this gist Oct 6, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  9. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion deploy-openui5
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ brew install android-sdk -g
    cordova create hello com.example.hello HelloWorld
    cd hello
    android
    // Now the "Android SDK-Manager" GUI opens; download the preselected packages.
    // Now the "Android SDK-Manager" GUI opens; download the preselected packages plus "Android 4.4.2 (API 19)"

    export ANDROID_HOME=`brew --prefix android`
    cordova platform add android
  10. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion deploy-openui5
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ brew install android-sdk -g
    cordova create hello com.example.hello HelloWorld
    cd hello
    android

    // Now the "Android SDK-Manager" GUI opens; download the preselected packages.

    export ANDROID_HOME=`brew --prefix android`
    cordova platform add android
  11. DerZyklop revised this gist Oct 6, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions deploy-openui5
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,8 @@ sudo npm install -g cordova
    brew install android-sdk -g
    cordova create hello com.example.hello HelloWorld
    cd hello
    android

    // Now the "Android SDK-Manager" GUI opens; download the preselected packages.

    cordova platform add android
  12. DerZyklop created this gist Oct 6, 2014.
    5 changes: 5 additions & 0 deletions deploy-openui5
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo npm install -g cordova
    brew install android-sdk -g
    cordova create hello com.example.hello HelloWorld
    cd hello
    cordova platform add android