Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Last active August 29, 2015 13:55
Show Gist options
  • Save bdunnette/8697224 to your computer and use it in GitHub Desktop.
Save bdunnette/8697224 to your computer and use it in GitHub Desktop.
Script to add Drupalgap to your Phonegap project
cordova platform add android
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
cordova build
cd www
wget https://github.com/signalpoint/DrupalGap/archive/drupalgap_7.x-1.7-alpha.zip
unzip drupalgap_7.x-1.7-alpha.zip
mv DrupalGap-drupalgap_7.x-1.7-alpha/* DrupalGap-drupalgap_7.x-1.7-alpha/.gitignore .
cp app/default.settings.js app/settings.js
rm -Rf DrupalGap-drupalgap_7.x-1.7-alpha drupalgap_7.x-1.7-alpha.zip js css img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment