Skip to content

Commit

Permalink
Add URL info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Jun 18, 2012
1 parent 0b8911e commit 356d099
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/README.md
Expand Up @@ -71,6 +71,7 @@ You can run TicketMonster into a local JBoss AS7 instance or on OpenShift.
(You can use the `arq-jbossas-remote` profile for running tests as well)

3. This will deploy `target/ticket-monster.war` to the running instance of the server.
4. Now you can see the application running at `http://localhost:8080/ticket-monster`

### Running TicketMonster in OpenShift

Expand All @@ -85,7 +86,7 @@ You can run TicketMonster into a local JBoss AS7 instance or on OpenShift.
* the default profile (with H2 database support)

mvn clean package
* the `postgresql-openshift` profile (with PostgreSQL support) if the PotgreSQL cartrdige is enabled in OpenShift.
* the `postgresql-openshift` profile (with PostgreSQL support) if the PostgreSQL cartrdige is enabled in OpenShift.

mvn clean package -Ppostgresql-openshift

Expand All @@ -100,6 +101,8 @@ You can run TicketMonster into a local JBoss AS7 instance or on OpenShift.
git commit -m "Deploy TicketMonster"
git push

5. Now you can see the application running at `http://<app-name>-<domain-name>.rhcloud.com`

_NOTE: this version of TicketMonster uses the *binary* deployment style._


Expand Down

0 comments on commit 356d099

Please sign in to comment.