Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Feb 23, 2023
1 parent e5fba3c commit 6f1a090
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 84 deletions.
6 changes: 3 additions & 3 deletions conan_v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
Conan migration guide to 2.0
============================

Conan 2.0-beta `is already released <https://pypi.org/project/conan/#history>`_, you can install the latest Conan Alpha
version from PyPI doing:
Conan 2.0.0 `is already released <https://pypi.org/project/conan/#history>`_, you can
install the latest Conan version from PyPI doing:

.. code-block:: bash
$ pip install conan --pre
$ pip install conan
If you want to migrate to 2.0, there are several things you will need to change:
Expand Down
Binary file not shown.
Binary file removed images/artifactory/conan-artifactory_setme_up.png
Binary file not shown.
65 changes: 0 additions & 65 deletions uploading_packages/artifactory/artifactory_cloud.rst

This file was deleted.

9 changes: 0 additions & 9 deletions uploading_packages/remotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ The remotes are just servers used as binary repositories that store packages by

There are several possibilities when uploading packages to a server:

For private development:

- **Artifactory Community Edition for C/C++**: Artifactory Community Edition (CE) for C/C++ is a
completely free Artifactory server that implements both Conan and generic repositories. It is
the recommended server for companies and teams wanting to host their own private repository.
Expand All @@ -27,13 +25,6 @@ For private development:
- **Conan server**: Simple, free and open source, MIT licensed server that comes bundled with the Conan client.
Check :ref:`running_your_server` for more information.

For distribution:

- **Artifactory Cloud-hosted instance**: Artifactory Cloud, where JFrog manages, maintains and scales
the infrastructure and provides automated server backups with free updates and guaranteed uptime.
It's offered with a free tier designed for individual with reduced usage.
Check :ref:`artifactory_cloud` for more information.

.. _conan_center:

conancenter
Expand Down
9 changes: 2 additions & 7 deletions uploading_packages/using_artifactory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
Using Artifactory
-----------------

In Artifactory, you can create and manage as many free, personal Conan repositories as you like.
On an `Free-Tier`_ account, all packages you upload are public, and anyone can use them by simply adding your
repository to their Conan remotes. You still can create private repositories using :ref:`Artifatory CE<artifactory_ce>`
or Artifactory Cloud Premium account.
With :ref:`Artifatory CE<artifactory_ce>`, you can create and manage as many free,
personal Conan repositories as you like.

.. toctree::
:maxdepth: 2

artifactory/artifactory_cloud
artifactory/artifactory_ce
artifactory/conan_center_guide

.. _Free-Tier: https://jfrog.com/community/start-free/

0 comments on commit 6f1a090

Please sign in to comment.