jorel

所属分类:其他
开发工具:Erlang
文件大小:0KB
下载次数:0
上传日期:2019-04-26 12:55:56
上 传 者sh-1993
说明:  [MIRROR]只是Erlang OTP发行版的另一个RELease汇编程序,
([MIRROR] Just anOther RELease assembler for Erlang OTP Releases,)

文件列表:
.editorconfig (330, 2019-04-26)
.travis.yml (267, 2019-04-26)
Jor-El.jpeg (50753, 2019-04-26)
Makefile (1194, 2019-04-26)
bu.mk (1766, 2019-04-26)
config/ (0, 2019-04-26)
config/jorel.config (229, 2019-04-26)
config/vm.args (424, 2019-04-26)
doc/ (0, 2019-04-26)
doc/edoc-info (69, 2019-04-26)
doc/jorel.md (545, 2019-04-26)
doc/jorel_log.md (1246, 2019-04-26)
elvis.config (656, 2019-04-26)
include/ (0, 2019-04-26)
include/jorel.hrl (1122, 2019-04-26)
jorel.config.sample (3592, 2019-04-26)
overview.edoc (3224, 2019-04-26)
plugins.mk (1962, 2019-04-26)
priv/ (0, 2019-04-26)
priv/templates/ (0, 2019-04-26)
priv/templates/jorel_deb_debian_changelog.dtl (163, 2019-04-26)
priv/templates/jorel_deb_debian_compat.dtl (2, 2019-04-26)
priv/templates/jorel_deb_debian_control.dtl (548, 2019-04-26)
priv/templates/jorel_deb_debian_copyright.dtl (43, 2019-04-26)
priv/templates/jorel_deb_debian_init.dtl (454, 2019-04-26)
priv/templates/jorel_deb_debian_install.dtl (169, 2019-04-26)
priv/templates/jorel_deb_debian_postinst.dtl (972, 2019-04-26)
priv/templates/jorel_deb_debian_postrm.dtl (758, 2019-04-26)
priv/templates/jorel_deb_debian_rules.dtl (107, 2019-04-26)
priv/templates/jorel_elixir_config.dtl (1235, 2019-04-26)
priv/templates/jorel_extrel.dtl (640, 2019-04-26)
priv/templates/jorel_nodetool.dtl (5085, 2019-04-26)
priv/templates/jorel_rel.dtl (201, 2019-04-26)
priv/templates/jorel_rpm_init_script.dtl (1650, 2019-04-26)
priv/templates/jorel_rpm_spec.dtl (1836, 2019-04-26)
priv/templates/jorel_sys_config.dtl (104, 2019-04-26)
... ...

# Just anOther RELease assembler for Erlang/OTP Releases # Copyright (c) 2015 Grégoire Lejeune, 2015-2016 G-Corp __Version:__ 0.2.0 __Authors:__ Gregoire Lejeune ([`gregoire.lejeune@gmail.com`](https://github.com/G-Corp/jorel/blob/master/mailto:gregoire.lejeune@gmail.com)), Gregoire Lejeune ([`greg@g-corp.io`](https://github.com/G-Corp/jorel/blob/master/mailto:greg@g-corp.io)). ![Jorel](https://github.com/G-Corp/jorel/blob/master/https://raw.githubusercontent.com/emedia-project/jorel/master/Jor-El.jpeg) ## Documentation ## See [jorel.in](https://github.com/G-Corp/jorel/blob/master/http://jorel.in) for documentation : * [Command line tool](https://github.com/G-Corp/jorel/blob/master/http://jorel.in/installation/#command-line) * [Use with erlang.mk](https://github.com/G-Corp/jorel/blob/master/http://jorel.in/installation/#erlangmk-plugin) * [Use with rebar3](https://github.com/G-Corp/jorel/blob/master/http://jorel.in/installation/#rebar3-plugin) * [Use with mix](https://github.com/G-Corp/jorel/blob/master/http://jorel.in/installation/#mix-task) ## Contributing ## 1. Fork it ( https://github.com/emedia-project/jorel/fork ) 1. Create your feature branch (`git checkout -b my-new-feature`) 1. Commit your changes (`git commit -am 'Add some feature'`) 1. Push to the branch (`git push origin my-new-feature`) 1. Create a new Pull Request ## Using erlang.mk plugins ## To use the [erlang.mk](https://github.com/G-Corp/jorel/blob/master/http://erlang.mk/) plugins, add the following lines to your `Makefile` : ``` DEP_PLUGINS = jorel REL_DEPS = jorel dep_jorel = git https://github.com/emedia-project/jorel.git master ``` This will download and use the last binary released of Jorel. If you prefer to compile Jorel, add the following lines to your `Makefile` : ``` DEP_PLUGINS = jorel REL_DEPS = jorel JOREL_BUILD = true dep_jorel = git https://github.com/emedia-project/jorel.git master ``` Then you can run `make jorel.release` to create a release with Jorel. See `make help` for more options. ## Licence ## Copyright (c) 2015, Gregoire Lejeune
Copyright (c) 2015-2016, G-Corp
All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 1. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ## Modules ##
jorel
jorel_log

近期下载者

相关文件


收藏者