Skip to content

Commit 98fda17

Browse files
committed
information on how to build from source.
1 parent 1ad2492 commit 98fda17

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

readme.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
To build the web application
2+
3+
1. Download Maven 2.2.1 from here http://www.apache.org/dyn/closer.cgi/maven/source/apache-maven-2.2.1-src.zip and follow
4+
the instructions in its readme file to install.
5+
2. Edit the relevant database profile in profiles.xml. You can also specify where the application should look for the index folder,
6+
see an example via the index_local profile.
7+
3. run this command:
8+
mvn clean package -Pdeploy,<<your_db_profile_id>>,index_local -Dmaven.test.skip=true
9+
4. This command will build an ear (bii-<<version>>.ear) in the ear/target directory. You should copy this ear into your JBoss
10+
directory in server/default/deploy
11+
5. To run JBoss (you may want to give it more memory), go to the bin directory in your JBoss installation and execute run.sh
12+
or run.bat (depending on your system) with the options -c default, e.g. ./run.sh -c default.

0 commit comments

Comments
 (0)