kopia lustrzana https://github.com/jedie/PyInventory
deprecate docker-compose production usage
See also: https://github.com/jedie/PyInventory/issues/81pull/82/head
rodzic
7d0bc32a54
commit
7c52b603a2
|
@ -8,6 +8,9 @@ Pull requests welcome!
|
||||||
| {{https://github.com/jedie/PyInventory/workflows/test/badge.svg?branch=master|Build Status on github}} | [[https://github.com/jedie/PyInventory/actions|github.com/jedie/PyInventory/actions]] |
|
| {{https://github.com/jedie/PyInventory/workflows/test/badge.svg?branch=master|Build Status on github}} | [[https://github.com/jedie/PyInventory/actions|github.com/jedie/PyInventory/actions]] |
|
||||||
| {{https://codecov.io/gh/jedie/PyInventory/branch/master/graph/badge.svg|Coverage Status on codecov.io}} | [[https://codecov.io/gh/jedie/PyInventory|codecov.io/gh/jedie/PyInventory]] |
|
| {{https://codecov.io/gh/jedie/PyInventory/branch/master/graph/badge.svg|Coverage Status on codecov.io}} | [[https://codecov.io/gh/jedie/PyInventory|codecov.io/gh/jedie/PyInventory]] |
|
||||||
|
|
||||||
|
[[https://install-app.yunohost.org/?app=pyinventory|Install PyInventory with YunoHost]].
|
||||||
|
If you don't have YunoHost, please consult [[https://yunohost.org/#/install|the guide]] to learn how to install it.
|
||||||
|
|
||||||
== about
|
== about
|
||||||
|
|
||||||
The focus of this project is on the management of retro computing hardware.
|
The focus of this project is on the management of retro computing hardware.
|
||||||
|
@ -45,14 +48,14 @@ There are two main directories:
|
||||||
|
|
||||||
|= directory |= description
|
|= directory |= description
|
||||||
| **[[https://github.com/jedie/PyInventory/tree/master/src|/src/]]** | The main PyInventory source code
|
| **[[https://github.com/jedie/PyInventory/tree/master/src|/src/]]** | The main PyInventory source code
|
||||||
| **[[https://github.com/jedie/PyInventory/tree/master/deployment|/deployment/]]** | deploy PyInventory for production use case
|
| **[[https://github.com/jedie/PyInventory/tree/master/deployment|/deployment/]]** | deploy PyInventory for production use case (**[[https://github.com/jedie/PyInventory/issues/81|DEPRECATED!]]**)
|
||||||
|
|
||||||
== install
|
== install
|
||||||
|
|
||||||
There exists these kind of installation/usage:
|
There exists these kind of installation/usage:
|
||||||
|
|
||||||
* local development installation using poetry
|
* local development installation using poetry
|
||||||
* production use with docker-compose on a root server
|
* production use with docker-compose on a root server (**[[https://github.com/jedie/PyInventory/issues/81|DEPRECATED!]]**)
|
||||||
* Install as [[https://yunohost.org|YunoHost]] App via [[https://github.com/YunoHost-Apps/pyinventory_ynh|pyinventory_ynh]]
|
* Install as [[https://yunohost.org|YunoHost]] App via [[https://github.com/YunoHost-Apps/pyinventory_ynh|pyinventory_ynh]]
|
||||||
|
|
||||||
This README contains only the information about local development installation.
|
This README contains only the information about local development installation.
|
||||||
|
|
18
README.rst
18
README.rst
|
@ -18,6 +18,9 @@ Pull requests welcome!
|
||||||
.. |Coverage Status on codecov.io| image:: https://codecov.io/gh/jedie/PyInventory/branch/master/graph/badge.svg
|
.. |Coverage Status on codecov.io| image:: https://codecov.io/gh/jedie/PyInventory/branch/master/graph/badge.svg
|
||||||
.. _codecov.io/gh/jedie/PyInventory: https://codecov.io/gh/jedie/PyInventory
|
.. _codecov.io/gh/jedie/PyInventory: https://codecov.io/gh/jedie/PyInventory
|
||||||
|
|
||||||
|
`Install PyInventory with YunoHost <https://install-app.yunohost.org/?app=pyinventory>`_.
|
||||||
|
If you don't have YunoHost, please consult `the guide <https://yunohost.org/#/install>`_ to learn how to install it.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
about
|
about
|
||||||
-----
|
-----
|
||||||
|
@ -72,16 +75,17 @@ Project structure
|
||||||
|
|
||||||
There are two main directories:
|
There are two main directories:
|
||||||
|
|
||||||
+---------------------+--------------------------------------------+
|
+---------------------+-----------------------------------------------------------------+
|
||||||
| directory | description |
|
| directory | description |
|
||||||
+=====================+============================================+
|
+=====================+=================================================================+
|
||||||
| **`/src/`_** | The main PyInventory source code |
|
| **`/src/`_** | The main PyInventory source code |
|
||||||
+---------------------+--------------------------------------------+
|
+---------------------+-----------------------------------------------------------------+
|
||||||
| **`/deployment/`_** | deploy PyInventory for production use case |
|
| **`/deployment/`_** | deploy PyInventory for production use case (**`DEPRECATED!`_**) |
|
||||||
+---------------------+--------------------------------------------+
|
+---------------------+-----------------------------------------------------------------+
|
||||||
|
|
||||||
.. _/src/: https://github.com/jedie/PyInventory/tree/master/src
|
.. _/src/: https://github.com/jedie/PyInventory/tree/master/src
|
||||||
.. _/deployment/: https://github.com/jedie/PyInventory/tree/master/deployment
|
.. _/deployment/: https://github.com/jedie/PyInventory/tree/master/deployment
|
||||||
|
.. _DEPRECATED!: https://github.com/jedie/PyInventory/issues/81
|
||||||
|
|
||||||
-------
|
-------
|
||||||
install
|
install
|
||||||
|
@ -91,7 +95,7 @@ There exists these kind of installation/usage:
|
||||||
|
|
||||||
* local development installation using poetry
|
* local development installation using poetry
|
||||||
|
|
||||||
* production use with docker-compose on a root server
|
* production use with docker-compose on a root server (**`DEPRECATED!`_**)
|
||||||
|
|
||||||
* Install as `YunoHost <https://yunohost.org>`_ App via `pyinventory_ynh <https://github.com/YunoHost-Apps/pyinventory_ynh>`_
|
* Install as `YunoHost <https://yunohost.org>`_ App via `pyinventory_ynh <https://github.com/YunoHost-Apps/pyinventory_ynh>`_
|
||||||
|
|
||||||
|
@ -442,4 +446,4 @@ donation
|
||||||
|
|
||||||
------------
|
------------
|
||||||
|
|
||||||
``Note: this file is generated from README.creole 2021-11-22 19:55:39 with "python-creole"``
|
``Note: this file is generated from README.creole 2021-11-24 17:37:38 with "python-creole"``
|
Ładowanie…
Reference in New Issue