Shinsuke Sugaya created PIO-57:
----------------------------------
Summary: 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)