helpcenter/Web/Controls/Help/FAQ/ServerOpenSource/ServerOpenSource.ascx
2017-07-18 10:59:11 +03:00

70 lines
5.6 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE Server Version FAQ";
MetaDescription = "ONLYOFFICE is a multifuntional portal for business collaboration and project management. Find answers to the frequently asked questions about ONLYOFFICE.";
MetaKeyWords = "";
}
</script>
<div class="MainHelpCenter FAQ">
<h1>Community Server version FAQ</h1>
<div class="keyword_block">
<ul>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/install-ONLYOFFICE/install-ONLYOFFICE.ascx" />
</li>
<li>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/community-server/community-server.ascx" />
</li>
</ul>
</div>
<h5>What is Community Server?</h5>
<p><b>Community Server</b> is a freely downloadable open source version of ONLYOFFICE distributed under the <a target="_blank" href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a>.</p>
<h5>What are the system requirements for the Community Server?</h5>
<p>The system requirements for different platforms can be viewed at the following pages:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/windows/community/system-requirements.aspx")%>">Windows version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/linux/community/system-requirements.aspx")%>">Linux version</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/community/system-requirements.aspx")%>">Docker version</a></li>
</ul>
<h5>What is the GNU Affero General Public License (AGPL) and where I can read it?</h5>
<p>The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. Its full text is available here - <a target="_blank" href="http://www.gnu.org/licenses/agpl.html">http://www.gnu.org/licenses/agpl.html</a></p>
<h5>Can we use Community Server for our commercial organization?</h5>
<p>If your company is a common commercial organization you can freely use <b>Community Server</b> for your own purposes without any additional limitations. You can freely use <b>Community Server</b> both on the internet and intranet based servers.</p>
<h5>Can we use Community Server source code in our own application or web site?</h5>
<p>If any developers decide to use <b>Community Server</b> source code in their own application or web site, they must release this application/web site under the GNU AGPL license. That means that the application/web site source codes must be also opened and published under the GNU AGPL license.</p>
<h5>Is there any support for Community Server?</h5>
<p>Yes, the support is provided upon request on a paid basis. In case you are interested in <b>Community Server</b> support please feel free to write to us at <a href="mailto:server@onlyoffice.com">server@onlyoffice.com</a> to get more details or visit the <b>Community Server</b> technical support <a href="http://www.onlyoffice.com/technical-support.aspx">page</a> to request support.</p>
<h5 id="paidsupport">What does Community Server paid support include?</h5>
<p><b>Community Server</b> paid support includes the following:</p>
<ul>
<li>initial installation and environment installation,</li>
<li>updates installation (beginning with version 7.5 and later),</li>
<li>database transfer from SQLite to MySQL,</li>
<li>basic setup (SMTP settings, ONLYOFFICE Mail and ONLYOFFICE Talk, connection of third party disk storages),</li>
<li>secure protocol (HTTPS) transfer,</li>
<li>version transfer from Windows to Linux,</li>
<li>online editors connection,</li>
<li>bug fixing.</li>
</ul>
<p class="move_closer">The paid support is provided 9/5 and is performed via a dedicated manager.</p>
<h5>How is support on the installation and updates provided?</h5>
<p>The support is provided on a paid basis. If you need help with the <b>Community Server</b> portal installation or data transfer or updates, you will have to grant us remote access to your server under system administrator's account so that all the procedured could be performed remotedly.</p>
<h5>Does Community Server include all functions of ONLYOFFICE?</h5>
<p>Currently <b>Community Server</b> comprises all the ONLYOFFICE functional modules.</p>
<h5 id="serverenterprise">AGPL license is not suitable for me. Are there any other license types for ONLYOFFICE Server?</h5>
<p>Yes, you can consider buying <a class="name_link" href="<%=VirtualPathUtility.ToAbsolute("~/faq/server-enterprise.aspx")%>">Enterprise Edition</a>, which is released under a commercial proprietary license.</p>
<h5>I have questions not listed here. Where can I ask them?</h5>
<p>Please visit our <a target="_blank" href="http://dev.onlyoffice.org/">forum</a> where you can find answers to most of the questions and ask them yourself if you cannot find the answer.</p>
</div>