Commit graph

363 commits

Author SHA1 Message Date
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
Bat
51d3441719 Document new command-line tools 2018-10-06 12:19:48 +01:00
Baptiste Gelez
6aa71eea10 Merge pull request #248 from maximesrd/patch-4
Bad commands in the update guide
2018-09-29 17:03:33 +01:00
maximesrd
143068bd97 Update UPDATE.md 2018-09-29 18:00:48 +02:00
Baptiste Gelez
c32be5a043 Merge pull request #245 from Plume-org/rest-api
Some API endpoints for articles
2018-09-29 16:33:31 +01:00
maximesrd
a8f6bdbc25 Update UPDATE.md 2018-09-29 15:34:59 +02:00
maximesrd
0ae85d3ca0 Update UPDATE.md 2018-09-29 15:34:29 +02:00
maximesrd
8403d16a49 Bad commands 2018-09-29 15:02:17 +02:00
OpenAlgeria
e5e223fbfb Update INSTALL.md 2018-09-20 15:21:32 +02:00
Trinity Pointard
0424bcad24 Update recommended nginx config
Update recommended nginx config to allow iframes
close #234
2018-09-19 18:18:39 +02:00
Bat
0fe09aa742 Add canapi and try to use for the API 2018-09-19 15:49:34 +01:00
Baptiste Gelez
776448c640 Replace plume by DATABASE_NAME in the docs
To make it clearer you can have multiple Plume instances/databases on the same server, and that this part of the URL may change too.
2018-09-18 21:40:20 +01:00
Igor Galić
510e668b3d fix comment in docker.sample.env
docker's sample .env file under docs/ which contains the wrong command
to generate a rocket secret_key
2018-09-13 17:18:25 +02:00
Benjamin Bouvier
f2c35046bc Update markup and use more idiomatic English 2018-09-10 13:22:23 +02:00
Kedoia
06e66dfcf4 Update INSTALL.md
fix listen IPv4/IPv6 on Nginx config
2018-09-08 10:02:56 +02:00
Bat
60f1c9c531 Document env vars 2018-09-04 18:51:08 +01:00
Baptiste Gelez
ffa8d37d19 Merge pull request #194 from EliotBerriot/docker-install
Sample compose file and Dockerfile for deployment
2018-09-04 08:45:50 +01:00
Eliot Berriot
aaee14f518 Sample compose file and Dockerfile for deployment 2018-09-04 00:32:47 +02:00
maximesrd
bbf0578e6b Update INSTALL.md
Fixing #191
2018-09-03 23:37:51 +02:00
Bat
fab869f08d Docs: mkdir media 2018-09-03 13:17:42 +01:00
maximesrd
22e7e65381 Update INSTALL.md
adding packages to install for other distributions
2018-09-02 18:01:36 +02:00
maximesrd
30a31acf43 Update INSTALL.md
correction of two errors: about openssl library and deletion omission
2018-09-02 17:57:18 +02:00
maximesrd
48156cb69e Update INSTALL.md
Missing dependencies to compile Plume
2018-09-02 17:43:20 +02:00
maximesrd
25dc55aba7 Update INSTALL.md
Rewriting of sysvinit script to make it works properly
2018-09-02 17:25:28 +02:00