You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/03/22 15:45:35 UTC

[GitHub] janpio commented on a change in pull request #809: CB-13275: Added introduction to installation section

janpio commented on a change in pull request #809: CB-13275: Added introduction to installation section
URL: https://github.com/apache/cordova-docs/pull/809#discussion_r176470774
 
 

 ##########
 File path: doc/installing-a-development-environment.md
 ##########
 @@ -1,5 +1,17 @@
 ## Installing
 
+### Introduction to Installation
+
+The development environment setup requires installation of following softwares:
+
+1. Ruby - Needs to be installed in order to install and use Jekyll. Jekyll helps in tranforming plain texts into static websites.
+
+2. Python - Needs to be installed in order to invoke simple HTTP server from Makefile.
+
+3. Node.js - Needs to be installed in order to install all the required development and javascript dependencies.
+
+4. Make - Needs to be installed in order to build cordova website using Makefile. This installation is optional.
 
 Review comment:
   If it is optional it is not "needed".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org