-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (92 loc) · 5.25 KB
/
index.html
File metadata and controls
104 lines (92 loc) · 5.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node" name="keywords">
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
<title>Nodeclipse -- Installation Instructions</title>
<style>
ul {
padding: 0;
margin: 0;
}
</style>
</head>
<body class="int" id="logos">
<div id="intro" class="interior">
<a href="http://www.nodejs.org/" title="Go back to the home page">
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
</a>
</div>
<div id="content" class="clearfix">
<div id="column2" class="interior">
<ul>
<li><a href="http://www.nodeclipse.org/" class="home">Home</a></li>
<li><a href="https://groups.google.com/forum/?hl=en&fromgroups#!forum/nodeclipse" class="community">Community</a></li>
<li><a href="https://github.com/Nodeclipse/nodeclipse-blog#blog" class="blog">Blog</a></li>
<li><a href="http://www.nodeclipse.org/share.html" class="docs">SHARE</a></li>
<li><a href="img/Nodeclipse_logo_light.png" class="logos">Logo</a></li>
<li><a href="http://www.nodeclipse.org/updates/" class="download current">Download</a></li>
<li><a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=759140"
title="Drag and drop into a running Eclipse to install Nodeclipse">
<img src="http://marketplace.eclipse.org/sites/all/modules/custom/marketplace/images/installbutton.png"/>
</a></li>
<li><a href="https://github.com/Nodeclipse/eclipse-node-ide/#eclipse-nodejs-ide" class="download">Enide</a></li>
<li><a href="http://sourceforge.net/projects/nodeclipse/" class="download">NTS</a></li>
<li><a href="http://nodeclipse.github.io/" class="blog">Developing</a></li>
<li><a href="https://github.com/Nodeclipse/coffeescript-eclipse" class="blog">Coffee</a></li>
</ul>
<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
</div>
<div id="column1" class="interior">
<h3>prerequisites</h3>
<p>
</p>
<ol>
<li>If you don't have, get latest Node.js
<a href="http://www.nodejs.org/download/">http://www.nodejs.org/download/</a></li>
<li>If you don't have, download & install latest JDK. For example "Java Platform (JDK) 7u21".
If you have x64 bit OS, then all software stack should be x64 bit.
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>
</li>
<li><a href="http://www.eclipse.org/downloads/">Download</a> and install Eclipse for your OS.</br>
Recommended is "Eclipse IDE for Java EE Developers", the most popular distribution.</li>
</ol>
<h3>Installation Instructions</h3>
<pre>1. Start Eclipse, then select Help > Install New Software...</pre>
<pre> In the dialog that appears, enter the update site URL into the Work with text box:</pre>
<pre> http://www.nodeclipse.org/updates</pre>
<pre> And press the Enter key.</pre>
<pre>2. You should see the center box filled with Nodeclipse plugins.</pre>
<pre> Select with checkbox what you want to install.</pre>
<pre> Click Next.</pre>
<pre>3. Review the features that you are about to install. Click Next.</pre>
<pre>4. Read the license agreements,</pre>
<pre> and then select I accept the terms of the license agreements. Click Finish.</pre>
<pre>5. You will then be asked if you would like to restart Eclipse. Click Restart Now.</pre>
<pre><b>6. Switch to Node perspective (e.g. Window -> Open Perspective -> Other ... -> Node).</b></pre>
<pre>7. Now you are ready to develop Node.js applications with Nodeclipse!</pre>
<h3>Troubleshooting</h3>
<p>
If you can't install, check your Internet connection, and try again.</br>
If update site is unavailable, check <a href="https://status.github.com/messages/">GitHub System Status</a>.</br>
Check main/home page for announcements.</br>
Try <a href="http://www.nodeclipse.org/#support">support options</a>.</br>
</p>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31140487-1']);
_gaq.push(['_setDomainName', 'nodeclipse.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>