<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>These are all great answers and are very useful, but my question is this. What's the best way to “get the word out” that our server is being open sourced? What would you guys do if you were doing this?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks a Million;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>John V.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext'> asterisk-biz-bounces@lists.digium.com [mailto:asterisk-biz-bounces@lists.digium.com] <b>On Behalf Of </b>Daniel-Constantin Mierla<br><b>Sent:</b> Tuesday, January 17, 2017 03:27 PM<br><b>To:</b> Commercial and Business-Oriented Asterisk Discussion<br><b>Subject:</b> Re: [asterisk-biz] Releasing software as open source<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On 17/01/2017 21:01, AFShin Seysan wrote:<br><br><o:p></o:p></p><div><p class=MsoNormal>nowadays, <a href="http://github.com">github.com</a> is probably the most popular place for any source code. <o:p></o:p></p><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal>You can also use Atlasian products, which for opensource would be free, you can use Confluence for documentation, Bitbucket for source control and Jira for Issue Tracking.<o:p></o:p></p></div><div><p class=MsoNormal>Let me know if you have any questions.<o:p></o:p></p></div></div><p class=MsoNormal><br>Github.com is indeed popular and serves the most needs of dealing with open source project development and collaboration (issue tracker, pull requests, reviews, etc...). But of course, you don't have full control and sometimes you reach some limitations. At kamailio we had to write some script) to hook into their APIs because we wanted a special email format for notifications as well as keep a mirror in near real time (for who is interested to read more, I published it as OSS: <a href="https://github.com/miconda/gitpushub">https://github.com/miconda/gitpushub</a>). Another limitation is not offering private repository without paying. As an OSS project, sometimes you want to keep few admin scripts private.<br><br>Bitbucket offers private repos for free. I haven't used it much and not integrated with Jira/Confluence. So it might not be the case there, but I find it a hassle not to have the issue tracker, version control, review system in the same portal for an OSS project -- it can add overhead to administration, taking cycles from other OSS activities. We did it in the past and I would not return there. The story can be different if you have dedicated sysadmin resources.<br><br>Gitlab.com is another alternative for hosting OSS project -- I haven't used it, so no first hand experience. But Gitlab can be also self-hosted (the suite of tools used there is open source), however it is seems to require a dedicated system for an easy installation and maintenance, be safe to not break other services.<br><br>gogs.io is a lighter version for self hosting git repositories and get the look and many of the features a la github (issue tracker, wiki, ...).<br><br>Cheers,<br>Daniel<br><br><o:p></o:p></p><pre>-- <o:p></o:p></pre><pre>Daniel-Constantin Mierla<o:p></o:p></pre><pre><a href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a><o:p></o:p></pre><pre>Kamailio World Conference - May 8-10, 2017 - <a href="http://www.kamailioworld.com">www.kamailioworld.com</a><o:p></o:p></pre></div></body></html>