mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
readme update
This commit is contained in:
10
README.md
10
README.md
@@ -41,7 +41,7 @@ To install maven and openjdk on Ubuntu, issue the following commands
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install openjdk-7-jdk maven3
|
sudo apt-get install openjdk-7-jdk maven3
|
||||||
|
|
||||||
Not required but if you don't, use 'mvn3' instead of 'mvn' for the rest of the instructions.
|
# Not required but if you don't, use 'mvn3' instead of 'mvn' for the rest of the instructions.
|
||||||
sudo ln -s /usr/bin/mvn3 /usr/bin/mvn
|
sudo ln -s /usr/bin/mvn3 /usr/bin/mvn
|
||||||
|
|
||||||
On Windows and other operating systems, just download maven 3.x from the [official site](http://maven.apache.org/), extract it somewhere and add the `bin` directory to your `PATH` environment variable.
|
On Windows and other operating systems, just download maven 3.x from the [official site](http://maven.apache.org/), extract it somewhere and add the `bin` directory to your `PATH` environment variable.
|
||||||
@@ -54,16 +54,16 @@ If you don't have git you can download the sources as a zip file from [here](htt
|
|||||||
|
|
||||||
Now build the application
|
Now build the application
|
||||||
|
|
||||||
Embedded HSQL database:
|
# Embedded HSQL database:
|
||||||
mvn clean package tomee:build -Pprod
|
mvn clean package tomee:build -Pprod
|
||||||
|
|
||||||
External MySQL database:
|
# External MySQL database:
|
||||||
mvn clean package tomee:build -Pprod -Pmysql
|
mvn clean package tomee:build -Pprod -Pmysql
|
||||||
|
|
||||||
External PostgreSQL database:
|
# External PostgreSQL database:
|
||||||
mvn clean package tomee:build -Pprod -Ppgsql
|
mvn clean package tomee:build -Pprod -Ppgsql
|
||||||
|
|
||||||
External Microsoft SQL Server database:
|
# External Microsoft SQL Server database:
|
||||||
mvn clean package tomee:build -Pprod -Pmssql
|
mvn clean package tomee:build -Pprod -Pmssql
|
||||||
|
|
||||||
It will generate a zip file at `target/commafeed.zip` with everything you need to run the application.
|
It will generate a zip file at `target/commafeed.zip` with everything you need to run the application.
|
||||||
|
|||||||
Reference in New Issue
Block a user