Customizing Moodle App What are software need to be installed in my Windows?

Customizing Moodle App What are software need to be installed in my Windows?

by Praveen Chamarthi -
Number of replies: 4

Hi All,

I am customizing Moodle mobile app in my local system(Windows 7 System).

For this what are the software need to be installed in my Windows?

Also from where i need to download source code for Moodle Mobile.

Thanks

-John

Average of ratings: -
In reply to Praveen Chamarthi

Re: Customizing Moodle App What are software need to be installed in my Windows?

by Aaron Harris -

Hi John 

To download the Moodle app, you will need to get it from the GitHub repository:
https://github.com/moodlehq/moodlemobile2 

You can either download this directly to your computer, or use the GitHub software to update the code through that.

To edit the code however, you will need a code editor:
Notepad++ is free and works on Windows.
Visual Studio also has a community version for code editing which is free.
If you have money that you can spend on a code editor I would suggest either:
Visual Studio [not sure how much this is]
Adobe Dreamweaver [CC subscription will set you back about £8/$10 per month]

Aside from that, follow the Moodle Mobile install directions: https://docs.moodle.org/dev/Setting_up_your_development_environment_for_Moodle_Mobile_2 

After this, use the Command Prompt to start and stop a server to run the app. 

If you are using the phonegap build, however, you can use something like WAMP as a local server, and host the www folder within this.  

These forums are a great resource if you get stuck, as well as videos on YouTube and questions on StackOverflow 

Hope this helps

In reply to Aaron Harris

Re: Customizing Moodle App What are software need to be installed in my Windows?

by Praveen Chamarthi -

Thanks For your Replay.

I have build app by using phonegap build online.

Now It's working.


Thanks.


In reply to Praveen Chamarthi

Re: Customizing Moodle App What are software need to be installed in my Windows?

by Shiva Guru KK -

hey john can you explain nodejs installation v0.12.7 in windows

In reply to Praveen Chamarthi

Re: Customizing Moodle App What are software need to be installed in my Windows?

by Hartmut Scherer -

Hi John,

Will your app work with Windows phones?

With kind regards,

Hartmut