Erlang/OTP Forums

Author Message

<  Ejabberd mailing list  ~  Sources of the ejabberd installer

Guest
Posted: Tue Aug 14, 2007 5:54 am Reply with quote
Guest
Hi!

It's clear that ejabberd installer includes changes, which aren't
present in ejabberd source distribution. (at least
ejabberd_http_bind.beam, mod_http_bind.beam, may be more).

Could you tell me where I can get the source codes of the installer?

Cheers!
--
Sergei Golovan
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 1:06 pm Reply with quote
Guest
2007/8/14, Sergei Golovan <sgolovan@nes.ru>:
> It's clear that ejabberd installer includes changes, which aren't
> present in ejabberd source distribution. (at least
> ejabberd_http_bind.beam, mod_http_bind.beam, may be more).

Now that you mention the binary installers: the *nix ones include a
shell (or BASH) script bin/ejabberdctl that provides nice start, stop
and ctl execution.

It looks like with very small or no changes that script could be
included in ejabberd trunk and installed by Makefile. This would solve
a lot of headhaches to admins that install ejabberd from source
package instead of binary installers or OS-specific package.

If this looks interesting to other people, I could submit the feature
request to Jira. And if nobody has time to do it, I'll try in the next
week. I'd like ejabberd 2.0.0 to include a start/stop script.

Related issue:
ejabberdctl patch to make it more user friendly
https://support.process-one.net/browse/EJAB-68
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 1:24 pm Reply with quote
Guest
Hello,
Le 14 août 07 à 07:54, Sergei Golovan a écrit :
Quote:
Hi!


It's clear that ejabberd installer includes changes, which aren't
present in ejabberd source distribution. (at least
ejabberd_http_bind.beam, mod_http_bind.beam, may be more).


Could you tell me where I can get the source codes of the installer?


No change included in the binary installer, no.
All our sources are in SVN:
http://svn.process-one.net/ejabberd
http://svn.process-one.net/ejabberd-modules.

-- 
Mickaël Rémond
 http://www.process-one.net/




Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 1:31 pm Reply with quote
Guest
On 8/14/07, Micka
Guest
Posted: Tue Aug 14, 2007 1:38 pm Reply with quote
Guest
It is not, you can build the exact same ejabberd 
Le 14 août 07 à 15:31, Sergei Golovan a écrit :
Quote:
On 8/14/07, Mickaël Rémond <mickael.remond@process-one.net (mickael.remond@process-one.net)> wrote:
Quote:
No change included in the binary installer, no.
All our sources are in SVN:
http://svn.process-one.net/ejabberd
http://svn.process-one.net/ejabberd-modules.


Could you read this FAQ? http://gpl-violations.org/faq/sourcecode-faq.html
I see that it's impossible to build an equivalent to installer from
the released sources. It looks like a violation of GNU GPL. And I
wouldn't like someone to violate it.


Cheers!
-- 
Sergei Golovan
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru (ejabberd@jabber.ru)
http://lists.jabber.ru/mailman/listinfo/ejabberd




-- 
Mickaël Rémond
 http://www.process-one.net/



Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 1:41 pm Reply with quote
Guest
On 8/14/07, Micka
Guest
Posted: Tue Aug 14, 2007 1:53 pm Reply with quote
Guest
Le 14 août 07 à 15:41, Sergei Golovan a écrit :
Quote:
On 8/14/07, Mickaël Rémond <mickael.remond@process-one.net (mickael.remond@process-one.net)> wrote:
Quote:
 It is not, you can build the exact same ejabberd


How?


Make

-- 
Mickaël Rémond
 http://www.process-one.net/



Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 2:01 pm Reply with quote
Guest
On 8/14/07, Micka
Guest
Posted: Tue Aug 14, 2007 2:06 pm Reply with quote
Guest
Le 14 août 07 à 16:01, Sergei Golovan a écrit :
Quote:
On 8/14/07, Mickaël Rémond <mickael.remond@process-one.net (mickael.remond@process-one.net)> wrote:
Quote:
Make


I've just invoked 'make'. Could you tell me where can I find file
ejabberd_http_bind.beam, which is present in the binary installer, but
isn't in a build directory?


Use this files too from ejabberd modules:
http://svn.process-one.net/ejabberd-modules/http_bind/trunk/


-- 
Mickaël Rémond
 http://www.process-one.net/




Post recived from mailinglist
Guest
Posted: Tue Aug 14, 2007 5:15 pm Reply with quote
Guest
2007/8/14, Micka
Guest
Posted: Tue Aug 14, 2007 7:41 pm Reply with quote
Guest
answers to the off-topic part:

2007/8/14, Badlop <badlop@gmail.com>:
> 2007/8/14, Micka
Guest
Posted: Thu Aug 16, 2007 10:18 am Reply with quote
Guest
2007/8/14, Badlop <badlop@gmail.com>:
> 2007/8/14, Sergei Golovan <sgolovan@nes.ru>:
> > It's clear that ejabberd installer includes changes, which aren't
> > present in ejabberd source distribution. (at least
> > ejabberd_http_bind.beam, mod_http_bind.beam, may be more).
>
> Now that you mention the binary installers: the *nix ones include a
> shell (or BASH) script bin/ejabberdctl that provides nice start, stop
> and ctl execution.

It seems this ejabberdctl script was already in ejabberd SVN:
Integrate ejabberdctl in the build and install chain
https://support.process-one.net/browse/EJAB-145
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Thu Aug 16, 2007 11:20 am Reply with quote
Guest
2007/8/16, Badlop <badlop@gmail.com>:
> It seems this ejabberdctl script was already in ejabberd SVN:
> Integrate ejabberdctl in the build and install chain
> https://support.process-one.net/browse/EJAB-145

yes, it is. but i still can't find a script that writes an inetrc for
me if i use only the source tarball

- VMiklos
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Thu Aug 16, 2007 8:17 pm Reply with quote
Guest
2007/8/14, Sander Devrieze <s.devrieze@pandora.be>:
> As I already said, it's true that Sergei was a bit economical with
> information, but Micka
Guest
Posted: Thu Aug 16, 2007 11:26 pm Reply with quote
Guest
2007/8/16, Badlop <badlop@gmail.com>:
<snip>

Well, I still do not see any *big* problem. This is an international
project with different people from different countries with different
cultures with different habits etc. It is *normal* that some things
may seem not normal for some people, while others have no or less
problems with it. Anyway, in the examples you gave I do not see any
post in which someone *attacked* (dangerous word in diplomatics Wink )
another person as you said.

--
Mvg, Sander Devrieze.
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 2
Goto page 1, 2  Next
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum