[
https://issues.apache.org/jira/browse/PIO-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904682#comment-15904682
]
ASF GitHub Bot commented on PIO-57:
-----------------------------------
GitHub user marevol opened a pull request:
https://github.com/apache/incubator-predictionio/pull/359
[PIO-57] Add SBT Native Packager
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marevol/incubator-predictionio
sbt-native-packager
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-predictionio/pull/359.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #359
----
commit bc15a3cb7ca51111c0b4ceeaf1cd094254b6f142
Author: Shinsuke Sugaya <[email protected]>
Date: 2017-03-10T06:45:31Z
add sbt-native-packager
----
> Add SBT Native Packager
> -----------------------
>
> Key: PIO-57
> URL: https://issues.apache.org/jira/browse/PIO-57
> Project: PredictionIO
> Issue Type: New Feature
> Reporter: Shinsuke Sugaya
>
> To use SBT Native Packager, we will provide RPM/DEB distribution packages in
> addition to ZIP/TAR.GZ.
> This fix is:
> * make-distribution.sh is still available
> ** Created: PredictionIO-*.tar.gz
> * Create TAR.GZ/ZIP package
> ** Run ./make-distribution.sh
> ** Created: assembly/target/universal/predictionio-*
> * Create RPM package:
> ** Run ./make-distribution.sh;./sbt/sbt assembly/rpm:packageBin
> ** Created: assembly/target/rpm/RPMS/noarch/predictionio-*.rpm
> * Create DEB package
> ** Run ./make-distribution.sh;./sbt/sbt assembly/debian:packageBin
> ** Created: assembly/target/predictionio_*.deb
> For RPM/DEB package:
> * PIO_HOME is /usr/share/predictionio.
> * pio command is in /usr/bin.
> * conf files are in /etc/predictionio.
> * log files is /var/log/predictionio/pio.log if you have write permission, or
> $HOME/pio.log if not.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)