项目作者: eliangidoni

项目描述 :
Email filtering platform.
高级语言: Erlang
项目地址: git://github.com/eliangidoni/hiqmail2.git
创建时间: 2014-06-09T23:24:30Z
项目社区:https://github.com/eliangidoni/hiqmail2

开源协议:GNU General Public License v2.0

下载


Hiqmail v2

Directory Structure

  • docs/ project documentation

    • make-doc
      Make project documentation, run without arguments to see help.
    • hiqXXXXX/
      Application documentation (generated with ‘make-doc’).
    • index.html
      Project documentation index (generated with ‘make-doc’).
  • hiqXXXXX/

    • deps/
      Needed dependencies (usually downloaded).
    • ebin/
      Erlang object files.
    • include/
      Include files (.hrl).
    • priv/
      Application specific files, accessed by calling
      code:priv_dir/1.
    • src/
      Source code.
    • erlang.mk
      Make file.
    • relx.config
      Release config file.
    • sys.config
      App config file.

Building Applications

Type:

  1. cd hiqXXXX
  2. make
  3. ./relx -l ../ -o release
  4. ./release/bin/hiqXXXX