|
4 | 4 | Installing Clowder |
5 | 5 | ################## |
6 | 6 |
|
7 | | -Clowder can be deployed in two ways. Users can either use `Docker <http://docker.com>`_ or manually install the core and |
8 | | -required dependencies. The :ref:`docker_install` method is the quickest method to run Clowder. It can be used for testing |
9 | | -features and development. It can be used in production but most of the current production but it hasn't been thoroughly |
10 | | -tested. Production instances usually use the second method of installation :ref:`manualinstall`. The only exception is that |
11 | | -most extractors are deployed using `Docker swarm <https://docs.docker.com/engine/swarm/>`_. |
12 | | - |
13 | 7 | What type of user are you? |
14 | 8 | =================================== |
15 | 9 |
|
16 | 10 |
|
17 | | -For **users of Clowder**: Clowder is easily accessed via Docker. :ref:`Quickstart here<usersOfClowder>`. |
| 11 | +For **most users of Clowder**: easily access Clowder via Docker. :ref:`Get started here <usersOfClowder>` 👇 |
18 | 12 |
|
19 | | -For **developers of Clowder**, a hybrid is recommended. :ref:`Dev quickstart here<clowderDevelopers>`. |
| 13 | +For **developers of Clowder itself**, a hybrid is recommended. :ref:`Dev quickstart here<clowderDevelopers>`. |
20 | 14 |
|
21 | | -- Run the Clowder instance manually via IntelliJ’s Play-2 run |
| 15 | +- Build Clowder from source via IntelliJ’s Play-2 run |
22 | 16 | configuration. |
23 | | -- Run the required services via Docker, and expose each of their ports |
24 | | - to Clowder. |
| 17 | +- Run the required services via Docker. |
25 | 18 |
|
26 | 19 | For **production instances of Clowder**, a Kubernetes deployment is recommended and manual installations are being phased out. |
27 | 20 |
|
@@ -53,7 +46,7 @@ Users of Clowder: Getting Started via Docker |
53 | 46 | - If you see Error 404, allow a minute for it to appear. |
54 | 47 | - Note: use port 8000 for docker run. However, port 9000 for manual builds. |
55 | 48 |
|
56 | | -⭐ If you experience any trouble, come ask us on `Slack here <https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE>`_! ⭐ |
| 49 | +⭐ If you experience *any* trouble, come ask us on `Slack here <https://join.slack.com/t/clowder-software/shared_invite/enQtMzQzOTg0Nzk3OTUzLTYwZDlkZDI0NGI4YmI0ZjE5MTZiYmZhZTIyNWE1YzM0NWMwMzIxODNhZTA1Y2E3MTQzOTg1YThiNzkwOWQwYWE>`_! ⭐ |
57 | 50 |
|
58 | 51 | Helpful Docker commands: |
59 | 52 | --------------------------------- |
@@ -435,7 +428,7 @@ Use the default extractors |
435 | 428 | ============================ |
436 | 429 |
|
437 | 430 |
|
438 | | -The default extractors offer simple quality of life improvements for image, video, pdf, and audio file previews while browsing Clowder. |
| 431 | +The default extractors offer simple quality of life improvements for image, video, pdf, and audio file previews while browsing Clowder. |
439 | 432 |
|
440 | 433 | Enable them by starting Clowder with the extractors file ``docker-compose.extractors.yml``: |
441 | 434 |
|
|
0 commit comments