2015-12-06 18:18:05 +00:00
|
|
|
{% extends "global/layout.html" %}
|
|
|
|
{% block title %}{{ _('How to Set up a Reseed Server') }}{% endblock %}
|
2021-12-04 15:18:45 -05:00
|
|
|
{% block lastupdated %}2021-12{% endblock %}
|
2015-12-06 18:18:05 +00:00
|
|
|
{% block content %}
|
|
|
|
|
2023-01-04 22:11:31 +00:00
|
|
|
<h2>{% trans %}General Information{% endtrans %}</h2>
|
2015-12-06 18:18:05 +00:00
|
|
|
|
2023-01-04 22:11:31 +00:00
|
|
|
<h2>{% trans %}Installation from Source Code{% endtrans %}</h2>
|
2015-12-06 18:18:05 +00:00
|
|
|
|
|
|
|
{% endblock %}
|