-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Caio Oliveira
committed
Oct 27, 2011
1 parent
265407f
commit 3c2249d
Showing
1 changed file
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
Exemplo de integracao Mentawai com Displaytag. | ||
======== | ||
#Exemplo de integracao Mentawai com Displaytag. | ||
|
||
Clonando o Projeto. | ||
-------- | ||
##Clonando o Projeto. | ||
|
||
1. git clone [email protected]:caiogithub/mentawai-displaytag.git | ||
+ git clone [email protected]:caiogithub/mentawai-displaytag.git | ||
|
||
2. cd mentawai-displaytag | ||
+ cd mentawai-displaytag | ||
|
||
Rodando o Projeto. | ||
-------- | ||
##Rodando o Projeto. | ||
|
||
1. mvn jetty:run | ||
+ mvn jetty:run | ||
|
||
2. Abra o browser e acesse: http://localhost:9090 | ||
+ Abra o browser e acesse: [](http://localhost:9090) | ||
|
||
Usando no Eclipse. | ||
-------- | ||
##Usando no Eclipse. | ||
|
||
1. mvn eclipse:eclipse | ||
+ mvn eclipse:eclipse | ||
|
||
2. Agora basta importar o projeto no eclipse. | ||
+ Agora basta importar o projeto no eclipse. |