Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated readme info
  • Loading branch information
Juan Picado committed Jul 29, 2011
1 parent d6dc982 commit 013d207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
6 changes: 2 additions & 4 deletions LEEME.txt
@@ -1,6 +1,4 @@
LEEME.txt

Si tu quieres consturir y deployar desde el código fuente sigue las siguientes
instrucciones.
Aqui las instrucciones para construir Encuestame: (Por ahora solo en ingles ;) )

http://wiki.encuestame.org/
http://wiki.encuestame.org/display/DOC/How+to+build+Encuestame
33 changes: 0 additions & 33 deletions README.txt
Expand Up @@ -3,36 +3,3 @@ README.txt
If you want to build and deploy from source follow these instructions:

http://wiki.encuestame.org/display/DOC/How+to+build+Encuestame


Fast Deploy

encuestame have this modules:

encuestame-utils: Bean utils
encuestame-persistence Domains and Dao
encuestame-core: core classes
encuestame-bussiness app business logic
encuestame-mvc: Controller module
encuestame-war: The encuestame webapp, create war and jetty server

To checkout the last source code version run this.

git clone git://github.com/encuestame/encuestame.git

Building this version requires Apache Maven 2 to build. Version 2.0.10 or higher is suggested.

After get source code is necesary move to top level and run following command:

ant build - to get dojo source code, maybe you need change parameters on buildDojo.sh

mvn install - to install app

After doing this, you can run jetty server running following command:

cd encuestame-war/
mvn jetty:run

If you want deploy on webcontainer you can find WAR file on (after run mvn install on top level):

encuestame-war/target/encuestame-{version}.war

0 comments on commit 013d207

Please sign in to comment.