Skip to content

Commit e84a822

Browse files
committed
Explained that you need to create your app in a new directory
See jhipster/generator-jhipster#1368
1 parent e3c3e95 commit e84a822

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

creating_an_app.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ <h1><i class="fa fa-rocket"></i> Creating an application</h1>
1010

1111
<i><b>Please check our <a href="{{ site.url }}/video_tutorial.html">video tutorial</a> on creating a new JHipster application!</b></i>
1212
<h2>Generating an application quickly</h2>
13+
14+
<p>First of all, create an empty directory in which you will create your application:</p>
15+
<p>
16+
<code>
17+
mkdir myapplication
18+
</code>
19+
</p>
20+
<p>Go to that directory:</p>
21+
<p>
22+
<code>
23+
cd myapplication/
24+
</code>
25+
</p>
1326
<p>To generate your application, type:</p>
1427
<p>
1528
<code>
@@ -54,7 +67,7 @@ <h3>Which *type* of authentication would you like to use?</h3>
5467

5568
<h3>Which *type* of database would you like to use?</h3>
5669
<p>
57-
You can choose between a classical SQL database, which you will access with Spring Data JPA, or a NoSQL approach with <a href="http://www.mongodb.org" target="_blank">MongoDB</a>.
70+
You can choose between a classical SQL database, which you will access with Spring Data JPA, or a NoSQL approach with <a href="http://www.mongodb.org" target="_blank">MongoDB</a> or <a href="http://cassandra.apache.org/" target="_blank">Cassandra</a>.
5871
</p>
5972

6073
<h3>Which *production* database would you like to use?</h3>

0 commit comments

Comments
 (0)