Skip to content

Commit

Permalink
Minor clarifications in INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kfogel committed Jan 31, 2016
1 parent 0d4a1fd commit 3104dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ _Note: you do not need to install anything for this to work. Flyway is automati
$> vi src/config/flyway.properties
```

3. To initialize and update the schema, run the following command in the `pom.xml` directory
3. To initialize and update the schema, run the following command in the top-levle directory (the one containing the `pom.xml` file):

```shell
$> mvn clean compile flyway:migrate
Expand Down Expand Up @@ -162,13 +162,13 @@ Run the web service:
2. Using a Command Line Interface, navigate to the root directory of this code base. It should be the one containing `pom.xml`
3. Deploy using Maven:
3. Deploy using Maven if this is the *first* time you've ever deployed this code:

```shell
$> mvn tomcat7:deploy
```

If you have previously deployed this code with any tool, you will need to _redeploy_ using Maven.
But if you have previously deployed this code with any tool, then you should instead _redeploy_ using Maven:

```shell
$> mvn tomcat7:redeploy
Expand Down

0 comments on commit 3104dec

Please sign in to comment.