Skip to content

Commit 99e0875

Browse files
committed
📝(doc) add community installation methods
To showcase the work of the community to make docs deployment easier Signed-off-by: virgile-dev <[email protected]>
1 parent 0892c05 commit 99e0875

File tree

2 files changed

+47
-4
lines changed

2 files changed

+47
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,24 @@ Docs is a collaborative text editor designed to address common challenges in kno
4949
* 📚 Turn your team's collaborative work into organized knowledge with Subpages.
5050

5151
### Self-host
52-
🚀 Docs is easy to install on your own servers
5352

54-
Available methods: Helm chart, Nix package
53+
#### 🚀 Docs is easy to install on your own servers
54+
We use Kubernetes for our [production instance](https://docs.numerique.gouv.fr/) but also support Docker Compose. The community contributed a couple other methods (Nix, YunoHost etc.) check out the [docs](/docs/installation/README.md) to get detailed instructions and examples.
5555

56-
In the works: Docker Compose, YunoHost
56+
#### 🌍 Known instances
57+
We hope to see many more, here is an incomplete list of public Docs instances (urls listed in alphabetical order). Feel free to make a PR to add ones that are not listed bellow🙏
58+
59+
| | | |
60+
| --- | --- | ------- |
61+
| Url | Org | Public |
62+
| docs.numerique.gouv.fr | DINUM | French public agents working for the central administration and the extended public sphere. ProConnect is required to login in or sign up|
63+
| docs.suite.anct.gouv.fr | ANCT | French public agents working for the territorial administration and the extended public sphere. ProConnect is required to login in or sign up|
64+
| notes.liiib.re | lasuite.coop | Free and open demo to all. Content and acounts are reset after one month |
5765

58-
⚠️ For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under AGPL-3.0 and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/env.md) for more information.
66+
67+
68+
#### ⚠️ Advanced features
69+
For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under AGPL-3.0 and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/env.md) for more information.
5970

6071
## Getting started 🔧
6172

docs/installation/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Installation
2+
If you want to install Docs you've come to the right place.
3+
Here are a bunch of resources to help you install the project.
4+
5+
## Kubernetes
6+
We (Docs maintainers) are only using the Kubernetes deploymlent method in production. We can only provide advanced support for this method.
7+
Please follow the instructions laid out [here](/docs/installation/kubernetes.md).
8+
9+
## Docker Compose
10+
We are aware that not everyone has Kubernetes Cluster laying around 😆.
11+
We also provide [Docker images](https://hub.docker.com/u/lasuite?page=1&search=impress) that you can deploy using Compose.
12+
Please follow the instructions [here](/docs/installation/compose.md).
13+
⚠️ Please keep in mind that we do not use it ourselves in production. Let us know in the issues if you run into troubles, we'll try to help.
14+
15+
## Other ways to install Docs
16+
Community members have contributed several other ways to install Docs. While we owe them a big thanks 🙏, please keep in mind we (Docs maintainers) can't provide support on these installation methods as we don't use them ourselves and there are two many options out there for us to keep track of. Of course you can contact the contributors and the broader community for assistance.
17+
18+
Here is the list of other methods in alphabetical order:
19+
- Coop-Cloud: [code](https://git.coopcloud.tech/coop-cloud/lasuite-docs)
20+
- Nix: [Packages](https://search.nixos.org/packages?channel=unstable&query=lasuite-docs), ⚠️ unstable
21+
- Podman: [code][https://codeberg.org/philo/lasuite-docs-podman], ⚠️ experimental
22+
- YunoHost: [code](https://github.com/YunoHost-Apps/lasuite-docs_ynh), [app store](https://apps.yunohost.org/app/lasuite-docs)
23+
24+
Feel free to make a PR to add ones that are not listed above 🙏
25+
26+
## Cloud providers
27+
Some cloud providers are making it easy to deploy Docs on their infrastructure.
28+
29+
Here is the list in alphabetical order:
30+
- Clever Cloud 🇫🇷 : [market place][https://www.clever-cloud.com/product/docs/], [technical doc](https://www.clever.cloud/developers/guides/docs/#deploy-docs)
31+
32+
Feel free to make a PR to add ones that are not listed above 🙏

0 commit comments

Comments
 (0)