@@ -27,8 +27,8 @@ <h3>Logos on this page link to the corresponding projects</h3>
2727 < a href ="http://www.oracle.com/technetwork/java/javase/downloads/index.html " title ="Go to JDK downloads ">
2828 < img src ="http://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/1612441.gif " width ="50 " height ="50 " />
2929 </ a >
30- < a href ="http://www.nodeclipse.org/enide/studio/2014 / " title ="Go to Enide Studio 2014 web page ">
31- < img src ="../img/ eclipse48.png " alt ="Enide Studio 2014 ">
30+ < a href ="http://www.nodeclipse.org/enide/studio/2015 / " title ="Go to Enide Studio 2015 web page ">
31+ < img src ="../enide/2015/ eclipse48.png " alt ="Enide Studio 2015 ">
3232 </ a >
3333 < a href ="http://developer.android.com/sdk/index.html " title ="Go to Android tools web site ">
3434 < img src ="../img/logos/100px-Android_robot.svg.png " width ="50 " height ="50 "/>
@@ -82,20 +82,25 @@ <h3>Logos on this page link to the corresponding projects</h3>
8282 < h3 > prerequisites</ h3 >
8383 < p >
8484 </ p >
85- </ br >
85+ < br >
8686 In short words, install Node.js with needed packages, Java and Eclipse package like Enide 2015:</ br >
87- </ br >
87+ < br >
8888 < ul >
8989 < li > 1. < img src ="http://nodejs.org/images/logo.png " width ="50 " height ="20 " />
90- If you don't have, get latest Node.js< br >
91- < a href ="http://www.nodejs.org/download/ "> http://www.nodejs.org/download/</ a > < br >
92- or < a href ="https://iojs.org "> io.js</ a >
90+ If you don't have, get latest
91+ < a href ="http://www.nodejs.org/download/ "> Node.js</ a >
92+ or < a href ="https://iojs.org "> io.js</ a > < br >
93+ < br >
9394 </ li >
9495
95- < li > 2. Then install Nodeclipse CLI and Express as follows.
96- < pre > $ npm install -g nodeclipse</ pre > < br />
97- < pre > $ npm install -g express</ pre > < br />
98- < pre > $ npm install -g express-generator</ pre > < br />
96+ < li > 2. Then install
97+ < a href ="https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.ui/templates#nodeclipse-cli--installer "> Nodeclipse CLI</ a > < br >
98+ and < a href ="http://expressjs.com/ "> Express</ a >
99+ with < a href ="https://github.com/expressjs/generator "> Express' application generator</ a >
100+
101+ < pre > $ npm install -g nodeclipse</ pre >
102+ < pre > $ npm install -g express</ pre >
103+ < pre > $ npm install -g express-generator</ pre >
99104
100105 If you are going to use < a href ="http://coffeescript.org/ "> CoffeeScript</ a > , do
101106 < pre > $ npm install -g coffee-script</ pre > < br />
@@ -110,7 +115,7 @@ <h3>prerequisites</h3>
110115 < a href ="https://github.com/Nodeclipse/nodeclipse-1/issues/72 "> #72</ a >
111116 .< br >
112117 < br >
113- Note 0: If you don't know what version is used by Eclipse, check in Preferences -> Nodeclipse.</ br >
118+ Note 0: If you don't know what version is used by Eclipse, check in Preferences -> Nodeclipse.< br >
114119 The Eclipse < a href ="https://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F "> most recommended way</ a >
115120 to configure what JDK to use is to configure in < code > eclipse.ini</ code > .< br >
116121 < br >
@@ -129,16 +134,17 @@ <h3>prerequisites</h3>
129134 </ li >
130135
131136 < li > 4.a Get < a href ="http://www.nodeclipse.org/enide/2015/ " title ="Go to Enide 2015 web page ">
132- Enide 2015</ a > with all Nodeclipse plugins included.</ br >
133- </ br >
134- {% include enide-2015-downloads.html %}</ br >
135- </ br >
137+ Enide 2015</ a > with all Nodeclipse plugins included.< br >
138+ < br >
139+ {% include enide-2015-downloads.html %}< br >
140+ < br >
136141 See < a href ="java-start "> java-start</ a >
137- and < a href ="/projects/gradle/android/start "> android-start</ a > pages.</ br >
138- </ br >
142+ and < a href ="/projects/gradle/android/start "> android-start</ a > pages.< br >
143+ < br >
144+
139145 That is enough for Node.js, JavaScript and Java development. You can update to the latest version
140- and install even more from Nodeclipse Updates repository, see "b) update site".</ br >
141- </ br >
146+ and install even more from Nodeclipse Updates repository, see "b) update site".< br >
147+ < br >
142148 For MacOC X there was also download method using
143149 < a href ="https://github.com/phinze/homebrew-cask " > homebrew-cask</ a > .
144150 < ol >
0 commit comments