Commit graph

286 commits

Author SHA1 Message Date
Baptiste Gelez
99de71c2c5 Docker + ARM 2019-02-24 20:44:17 +01:00
Baptiste Gelez
74eb263948 Mail 2019-02-24 20:37:44 +01:00
Baptiste Gelez
b20bc16821 Fix #8 2019-02-18 12:25:21 +01:00
Baptiste Gelez
1fef3f8b95 Merge branch 'master' of github.com:Plume-org/docs 2019-02-17 12:32:53 +01:00
Baptiste Gelez
126655aa72 Left menu improvements 2019-02-17 12:32:32 +01:00
Baptiste Gelez
95e71617d8
Update installation instructions (#7)
Update installation instructions
2019-02-15 21:27:29 +01:00
Zachary Dunn
4f7704cae6 Update installation instructions 2019-02-15 20:18:05 +00:00
Baptiste Gelez
48d5746ae0 Fix link to proxy config pages 2019-02-15 19:30:21 +01:00
Baptiste Gelez
a44a4eeedf
Merge pull request #6 from Plume-org/igalic-mod_md-1
example for configuring Apache httpd with mod_md
2019-02-13 21:21:37 +01:00
Igor Galić
1cc86e9899
example for configuring Apache httpd with mod_md
Add an example on how to configure Apache httpd with mod_md
2019-02-13 21:10:57 +01:00
Baptiste Gelez
42f01731b2 Merge branch 'master' of github.com:Plume-org/docs 2019-02-13 20:32:23 +01:00
Baptiste Gelez
e1b51db4df Many changes
Update everything (I may have forgotten a few details however)

Split installation documentation in many parts, and make it so that
you only read what you need to read.

Left menu to quickly go to another page.

Remove the i18n docs as it was outdated and it duplicated contribute.joinplu.me
2019-02-13 20:28:35 +01:00
Baptiste Gelez
1339b8b3f6
Merge pull request #5 from yalh76/patch-1
typo correction
2019-02-01 13:18:21 +01:00
yalh76
524e799b83
typo correction 2019-02-01 02:44:41 +01:00
Baptiste Gelez
2dc72bb79f
It is MIGRATION_DIRECTORY
Not DIR
2019-01-24 19:13:36 +01:00
Baptiste Gelez
92977a68ce
Update update.html.md
- Update the front
2018-12-25 10:15:48 +01:00
Baptiste Gelez
a3f5056241
Update installation.html.md
- We no longer depend on gettext-sys
- How to build the front-end
2018-12-25 10:12:42 +01:00
Baptiste Gelez
3a7fd32f88
Update docker instructions 2018-12-23 14:52:02 +01:00
Baptiste Gelez
6dfd0719c1 Fix title and license 2018-12-08 13:09:49 +01:00
Baptiste Gelez
6b548ae8f3 Fix many issues with Middleman 2018-12-08 13:05:59 +01:00
Baptiste Gelez
3c1f93efd2 Move the docs to a middleman website 2018-12-08 11:55:08 +01:00
Trinity Pointard
0868c71d65 Make plm search use cwd if no directory is given and update doc 2018-12-02 20:01:48 +01:00
Trinity Pointard
43a0e233d1 Update debian installation doc
fix #305
Update debian installation doc
Remove need for libpq when compiling with sqlite backend
Remove some unneaded features of multipart to speed up compilation
2018-11-21 10:09:23 +01:00
Aaron W. Swenson
8245eb2ba8 Correct Gentoo emerge instructions (#311)
Emerge doesn't care what order the packages are given; it'll figure out the correct build order and pull in the proper dependencies. Adding the -u switch will only perform the emerge if the package is not yet installed or needs to be updated. This avoids wasting time performing an emerge on something that has already been emerged.

While harmless, it is unnecessary to explicitly include eselect-postgresql in the list as the dev-db/postgresql ebuilds declare it as a dependency. There is no "sqlite3" or "libsqlite3-dev" ebuilds, so that command would fail.
2018-11-10 12:30:12 +01:00
Baptiste Gelez
c9a63e72da Fix the path of the media directory for Docker setups 2018-11-06 10:56:42 +01:00
Baptiste Gelez
56ef585d45 Nginx docs: add 'unsafe-inline' to CSP header (to allow avatars to be loaded) 2018-10-31 14:56:17 +01:00
fdb-hiroshima
cbf4e1a331 Use the full URL to refer to the Apps API
Co-Authored-By: BaptisteGelez <baptiste@gelez.xyz>
2018-10-30 18:13:49 +01:00
Baptiste Gelez
8d87bbeb97 Document API authentication and apps API 2018-10-30 18:13:49 +01:00
fdb-hiroshima
98cb942b18 Fix typos
Remove line breaks where not needed
2018-10-29 20:31:25 +01:00
Baptiste Gelez
920435ddb9 Fix the NodeInfo example
Forgot to change that when I copy/pasted it from the source
code.
2018-10-29 20:31:25 +01:00
Baptiste Gelez
6b0df8bb19 Add documentation for our ActivityPub implementation
Fixes #262
2018-10-29 20:31:25 +01:00
maximesrd
20676ab690 Added startup script for openrc 2018-10-29 12:39:14 +01:00
Baptiste Gelez
7b73aea780 Merge pull request #288 from maximesrd/patch-7
Adding MIGRATION_DIRECTORY
2018-10-22 19:24:20 +01:00
maximesrd
25e7d5cffe Adding MIGRATION_DIRECTORY 2018-10-22 20:17:27 +02:00
maximesrd
063ba7a16b Variable name error 2018-10-22 20:13:15 +02:00
PhieF
154e45c8b9 Apache config wasn't working
SSLStaplingCache needs to be outside of VirtualHost and adding missing </Directory>
2018-10-18 14:49:53 +02:00
Bat
f1d49ca530 Database setup in Docker install instructions 2018-10-12 20:41:05 +01:00
Bat
e6fa03710f Fix MIGRATION_DIR for Docker 2018-10-12 20:38:54 +01:00
Bat
8a82afa934 Save medias in static/media
Fixes #272
2018-10-12 20:32:34 +01:00
Harald Wagener
fe944ab69f Add caddyserver example configuration
Add caddyserver example configuration
2018-10-12 20:50:41 +02:00
Bat
d7a93cfaf6 Add links to API.md and CLI.md on the docs homepage 2018-10-09 21:39:30 +01:00
Baptiste Gelez
79901de19d Merge pull request #266 from Plume-org/cc-by-sa
Change default license to CC-BY-SA
2018-10-07 21:28:43 +01:00
Bat
819eeba7c2 Replace DB_URL with DATABASE_URL
This way it is shared with diesel, which simplifies a lot the setup

Also fixes a few issues in the documentation, that are not directly related
2018-10-07 11:00:50 +01:00
Bat
5517a0e9c7 Change default license to CC-BY-SA
Fixes #258
2018-10-06 18:19:45 +01:00
Bat
119ce832d7 Document --features 2018-10-06 16:39:33 +01:00
Bat
1d8e14c95f Rephrase Mac OS dependencies installation 2018-10-06 16:35:39 +01:00
Bat
b0f54a7f8b Docs: correct dependencies for SQlite 2018-10-06 16:34:09 +01:00
maximesrd
9a649e904c Missing dependencies
sqlite was missing, which caused the compilation to fail, even if the database used is postgresql
2018-10-06 17:12:30 +02:00
Bat
c32992ac9c Update docs for SQlite 2018-10-06 16:06:50 +01:00
Bat
89f13aebb8 Update installation and update docs with the new plm tool
Also updates the Docker files
2018-10-06 12:19:48 +01:00