Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Mobile Building the app for iOS: Difference between revisions

From MoodleDocs
(Created page with "{{stub}} this is a quick guide to build the official Moodle Mobile app on iOS. It should be pretty easy to do it for your own organization. # install xcode # create certificate...")
 
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
this is a quick guide to build the official Moodle Mobile app on iOS. It should be pretty easy to do it for your own organization.  
this is a quick guide to build the official Moodle Mobile app on iOS. It should be pretty easy to do it for your own organization.  
 
# Install xcode
# install xcode
# Install NodeJs
# create certificate
#*http://nodejs.org/
# install cordova
# Install cordova-cli
# build app
#* ''sudo npm install -g cordova'' - it will install cordova. Note that on my machine I have some warnings about the ios bootstrap process being skipped but all the following steps seem to work ok anyway...
# Create a Xcode project
#* ''/usr/local/lib/node_modules/cordova/bin/cordova create ~/Apps/moodlemobile_android_cordova com.moodle.moodlemobile MoodleMobileBeta''
#* ''cd  ~/Apps/moodlemobile_android_cordova''
#* ''sudo /usr/local/lib/node_modules/cordova/bin/cordova platform add ios''

Revision as of 08:32, 26 March 2013

this is a quick guide to build the official Moodle Mobile app on iOS. It should be pretty easy to do it for your own organization.

  1. Install xcode
  2. Install NodeJs
  3. Install cordova-cli
    • sudo npm install -g cordova - it will install cordova. Note that on my machine I have some warnings about the ios bootstrap process being skipped but all the following steps seem to work ok anyway...
  4. Create a Xcode project
    • /usr/local/lib/node_modules/cordova/bin/cordova create ~/Apps/moodlemobile_android_cordova com.moodle.moodlemobile MoodleMobileBeta
    • cd ~/Apps/moodlemobile_android_cordova
    • sudo /usr/local/lib/node_modules/cordova/bin/cordova platform add ios