Commit Graph

35 Commits

Author SHA1 Message Date
Aaron W. Swenson 3ecd0e3c34 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 8e8aae17b1 Nginx docs: add 'unsafe-inline' to CSP header (to allow avatars to be loaded) 2018-10-31 14:56:17 +01:00
maximesrd ae4c7e559c
Added startup script for openrc 2018-10-29 12:39:14 +01:00
maximesrd bbcea45e4b
Variable name error 2018-10-22 20:13:15 +02:00
PhieF ca19747d2b
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 dde4583fd3 Database setup in Docker install instructions 2018-10-12 20:41:05 +01:00
Bat 14969d489c Save medias in static/media
Fixes #272
2018-10-12 20:32:34 +01:00
Harald Wagener 5e248cc99f
Add caddyserver example configuration
Add caddyserver example configuration
2018-10-12 20:50:41 +02:00
Bat 9cc795d8be 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 f60f427358 Document --features 2018-10-06 16:39:33 +01:00
Bat a0920eb6cf Rephrase Mac OS dependencies installation 2018-10-06 16:35:39 +01:00
Bat b09360b270 Docs: correct dependencies for SQlite 2018-10-06 16:34:09 +01:00
maximesrd 65900af763
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 f84fb47fe7 Update docs for SQlite 2018-10-06 16:06:50 +01:00
Bat caa4c38948 Update installation and update docs with the new plm tool
Also updates the Docker files
2018-10-06 12:19:48 +01:00
OpenAlgeria 5d21e26406
Update INSTALL.md 2018-09-20 15:21:32 +02:00
Trinity Pointard f0fb030c7f Update recommended nginx config
Update recommended nginx config to allow iframes
close #234
2018-09-19 18:18:39 +02:00
Baptiste Gelez 2bc6052a35
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
Benjamin Bouvier 592ed570b7
Update markup and use more idiomatic English 2018-09-10 13:22:23 +02:00
Kedoia e486a29d64
Update INSTALL.md
fix listen IPv4/IPv6 on Nginx config
2018-09-08 10:02:56 +02:00
Baptiste Gelez e12d3fdc2f
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 e5cdb2869f
Sample compose file and Dockerfile for deployment 2018-09-04 00:32:47 +02:00
maximesrd 4e3c0b2553
Update INSTALL.md
Fixing #191
2018-09-03 23:37:51 +02:00
Bat e279ac734a Docs: mkdir media 2018-09-03 13:17:42 +01:00
maximesrd e5ade7d659
Update INSTALL.md
adding packages to install for other distributions
2018-09-02 18:01:36 +02:00
maximesrd 8b1130f0dd
Update INSTALL.md
correction of two errors: about openssl library and deletion omission
2018-09-02 17:57:18 +02:00
maximesrd 25a1ef09ee
Update INSTALL.md
Missing dependencies to compile Plume
2018-09-02 17:43:20 +02:00
maximesrd 726b4e25fd
Update INSTALL.md
Rewriting of sysvinit script to make it works properly
2018-09-02 17:25:28 +02:00
Bat 2c33e1612d Docs: add some details about installation 2018-09-02 12:13:17 +01:00
Bat 5af9af60f4 Docs: Add SysVinit snippet
And small fixes
2018-09-02 00:35:30 +01:00
Bat 1b096ba6e1 Docs: update VS C++ link 2018-09-01 18:32:31 +01:00
Bat 163484eff8 Docs: update Nginx conf and add Apache conf 2018-09-01 18:24:35 +01:00
Bat 98ce619b79 Docs: fix systemd unit file 2018-09-01 18:18:58 +01:00
Bat 44ac96b314 Clean up installation docs 2018-09-01 12:53:14 +01:00
Bat 62d299bd7e Put all documentation in the docs folder 2018-09-01 11:32:18 +01:00