Skip to content

Commit

Permalink
Fix instructions for building backend project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Scheidt committed Aug 25, 2012
1 parent f8cc217 commit 263a964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Beispielcode zum Kapitel 9 Modularisierung und Build im Buch [Mobile Web-Apps mi
* Apache Maven 3.0.4 oder neuer.
* Bauen der Backend-Komponente:
* [rylc-backend](https://github.com/mjswa/rylc-backend) klonen
* In das Verzeichnis `rylc-backend-jar` wechseln
* In das Verzeichnis `rylc-backend` wechseln
* Das Backend mittels `mvn clean install -Pproduction` bauen
* Bauen des Projekts inkl. Integrationstests: `mvn clean verify -Pintegration`.
Dazu muss [Chrome](http://www.google.com/chrome) über den Kommandozeilen-Befehl `chrome` gestartet werden können.
Expand Down

0 comments on commit 263a964

Please sign in to comment.