<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Steps for JHipster Installation - JHipster Discussion				            </title>
            <link>https://tekraze.com/forums/jhipster-discussion/steps-jhipster-installation/</link>
            <description>Tekraze Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 18 Jun 2026 04:10:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Steps for JHipster Installation</title>
                        <link>https://tekraze.com/forums/jhipster-discussion/steps-jhipster-installation/#post-3</link>
                        <pubDate>Thu, 22 Feb 2018 23:24:13 +0000</pubDate>
                        <description><![CDATA[Hi, there I will be sharing today how to install and use Jhipster :
Local installation with Yarn (recommended for normal users)
Quick setup when using Angular

 	Install Java 8 from the ...]]></description>
                        <content:encoded><![CDATA[Hi, there I will be sharing today how to install and use Jhipster :
<h3 id="local-installation-with-yarn-recommended-for-normal-users"><span style="color: #ff6600">Local installation with Yarn (recommended for normal users)</span></h3>
<h4 id="quick-setup-when-using-angular"><span style="color: #ff0000">Quick setup when using Angular</span></h4>
<ol>
 	<li>Install Java 8 from <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">the Oracle website</a>.</li>
 	<li>Install Node.js from <a href="http://nodejs.org/">the Node.js website</a> (prefer an LTS version)</li>
 	<li>Install Yarn from <a href="https://yarnpkg.com/en/docs/install">the Yarn website</a></li>
 	<li>If you want to use the JHipster Marketplace, install Yeoman: <code class="highlighter-rouge">yarn global add yo</code></li>
 	<li>Install JHipster: <code class="highlighter-rouge">yarn global add generator-jhipster</code></li>
</ol>
Now that JHipster is installed, your next step is to <a href="http://www.jhipster.tech/creating-an-app/">create an application</a>
<h4 id="quick-setup-when-using-angularjs-1x"><span style="color: #ff0000">Quick setup when using AngularJS 1.x</span></h4>
<ol>
 	<li>Install Java 8 from <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">the Oracle website</a>.</li>
 	<li>Install Node.js from <a href="http://nodejs.org/">the Node.js website</a> (prefer an LTS version)</li>
 	<li>Install Yarn from <a href="https://yarnpkg.com/en/docs/install">the Yarn website</a></li>
 	<li>Install Bower: <code class="highlighter-rouge">yarn global add bower</code></li>
 	<li>Install Gulp: <code class="highlighter-rouge">yarn global add gulp-cli</code></li>
 	<li>If you want to use the JHipster Marketplace, install Yeoman: <code class="highlighter-rouge">yarn global add yo</code></li>
 	<li>Install JHipster: <code class="highlighter-rouge">yarn global add generator-jhipster</code></li>
</ol>
Now that JHipster is installed, your next step is to <a href="http://www.jhipster.tech/creating-an-app/">create an application</a>

&nbsp;
<h3 id="local-installation-with-npm-alternative-to-yarn"><span style="color: #ff6600">Local installation with NPM (alternative to Yarn)</span></h3>
This is the same procedure as using Yarn, with two differences:
<ol>
 	<li>Instead of installing Yarn in step 3, update NPM: <code class="highlighter-rouge">npm install -g npm</code></li>
 	<li>Use <code class="highlighter-rouge">npm install -g</code> instead of <code class="highlighter-rouge">yarn global add</code>, for example:
<ul>
 	<li>To install Yeoman, type: <code class="highlighter-rouge">npm install -g yo</code></li>
 	<li>To install JHipster, type: <code class="highlighter-rouge">npm install -g generator-jhipster</code></li>
</ul>
</li>
</ol>
&nbsp;
<h3 id="installation-with-homebrew-on-mac-os-x"><span style="color: #ff6600">Installation with Homebrew on Mac OS X</span></h3>
JHipster provides a <a href="https://brew.sh/">Homebrew</a> package, available on <a href="http://formulae.brew.sh/formula/jhipster">http://formulae.brew.sh/formula/jhipster</a>.

To install JHipster (as well as Node and Yarn), just type:
<div class="highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>brew install jhipster
</code></pre>
</div>
</div>
New versions of this package are published each time a new JHipster release is created, but it might take time for the Homebrew team to validate this package - so if you have an older JHipster release, please be patient or use the Yarn installation above.
<h3 id="installation-with-chocolatey-on-windows"><span style="color: #ff6600">Installation with Chocolatey on Windows</span></h3>
JHipster provides a <a href="https://chocolatey.org/">Chocolatey</a> package, available on <a href="https://chocolatey.org/packages/jhipster">https://chocolatey.org/packages/jhipster</a>.

To install JHipster (as well as Node, Yarn, Yeoman, Java and Git), just type:
<div class="highlighter-rouge">
<div class="highlight">
<pre class="highlight"><code>choco install jhipster</code></pre>
</div>
</div>]]></content:encoded>
						                            <category domain="https://tekraze.com/forums/jhipster-discussion/">JHipster Discussion</category>                        <dc:creator>Balvinder Singh</dc:creator>
                        <guid isPermaLink="true">https://tekraze.com/forums/jhipster-discussion/steps-jhipster-installation/#post-3</guid>
                    </item>
							        </channel>
        </rss>
		