You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation is available at `http://www.aptly.info/ <http://www.aptly.info/>`_. For support please use
23
-
mailing list `aptly-discuss<https://groups.google.com/forum/#!forum/aptly-discuss>`_.
22
+
open `issues <https://github.com/aptly-dev/aptly/issues>` or `discussions <https://github.com/aptly-dev/aptly/discussions>`.
24
23
25
-
Aptly features: ("+" means planned features)
24
+
Aptly features:
26
25
27
26
* make mirrors of remote Debian/Ubuntu repositories, limiting by components/architectures
28
27
* take snapshots of mirrors at any point in time, fixing state of repository at some moment of time
@@ -32,62 +31,73 @@ Aptly features: ("+" means planned features)
32
31
* filter repository by search query, pulling dependencies when required
33
32
* publish self-made packages as Debian repositories
34
33
* REST API for remote access
35
-
* mirror repositories "as-is" (without resigning with user's key) (+)
36
-
* support for yum repositories (+)
37
34
38
-
Current limitations:
39
35
40
-
* translations are not supported yet
36
+
Installation
37
+
=============
41
38
42
-
Install Stable Version
43
-
-----------------------
39
+
Aptly can be installed on several operating systems and is available in the official Debian and Ubuntu distributions:
44
40
45
-
To install aptly on Debian/Ubuntu, add new repository to ``/etc/apt/sources.list``::
41
+
Debian Packages
42
+
----------------
46
43
47
-
deb http://repo.aptly.info/ squeeze main
44
+
Aptly is provided in the following debian packages:
45
+
- aptly (main binary)
46
+
- aptly-api (systemd service for REST API)
47
+
- aptly-dbgsym (debugging symbols)
48
48
49
-
And import key that is used to sign the release::
49
+
The packages can be installed on official `Debian <https://packages.debian.org/search?keywords=aptly>`_ and `Ubuntu <https://packages.ubuntu.com/search?keywords=aptly>`_ distributions.
0 commit comments