{% extends "sat_website/category.html" %} {% comment %} SàT website: Salut à Toi's presentation website Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) This file is part of SàT website. SàT website is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Foobar. If not, see . {% endcomment %} {% load i18n %} {% load staticfiles %} {% load utils %} {% block headline %}{% trans "Downloads" %}{% endblock %} {% block subtext %}{% trans "The archives containing the source code" %}{% endblock %} {% block main_container %}
{% trans "Information" %}

{% trans "This page allows you to download SàT and its related projects source code. There is not (yet) an installer to double click to make it work out of the box." %}

{% trans "We are thinking about a way to allow everybody to easily install SàT at home, but for now it will seem difficult to the persons who are not familiar with GNU/Linux operating systems. For the Windows and MacOS users, the best way to test SàT for now is to visit our demonstration website running Libervia." %}

{% trans "Libervia demo" %}

{% trans "Latest development versions" %}
{% for project, infos in projects_infos.items %}
{{ infos.2 }}
{% endfor %}

{% trans "When not trivial (e.g. sat_media just needs to be extracted somewhere), the installation procedure is described in the INSTALL file that you will find in the package." %}

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}You are also welcome in our multi-user chat room: {{ sat_muc }}.{% endblocktrans %}

{% trans "Other sources of installation" %}

{% trans "To ease the procedure, you can also install the last SàT packages from PyPI, the Python Package Index." %}

{% trans "Visit PyPI" %}

{% trans "Thanks to the maintainers of SàT packages, you might even find some really-easy-to-install packages in your distribution repositories!" %}

{% trans "Packages in Debian sid" %}

{% trans "But after all... the easiest is probably to run the Docker images :-)" %}

{% trans "Docker installation" %}

{% trans "Some complementary information are given on the wiki." %}

{% trans "Visit the wiki" %}

{% endblock %}