Commit graph

221 commits

Author SHA1 Message Date
29b1bcf62e Restore IIS subdirectory installation, but clearly state that it is experimental 2020-07-26 11:59:49 +02:00
3fdda57bb1 Fix menu chevrons on mobile 2020-07-24 20:25:51 +02:00
1f46bc8953 Replace references to 0.4.0 with 0.5.0 2020-07-24 20:04:36 +02:00
3239b703ee Document markdown
Fixes #62
Fixes #80
2020-07-24 19:59:00 +02:00
51fa501fde A few style improvements 2020-07-24 19:12:25 +02:00
834b7297db Document new Matrix rooms
Fixes #71
2020-07-24 18:33:16 +02:00
8de3225a74
Merge pull request #87 from Plume-org/new-langs
Explain how to add new languages to the app
2020-06-18 12:34:07 +02:00
506ea08e35 Better English + Link to Matrix 2020-06-18 12:02:14 +02:00
5e3d6c1f36 More precisions about adding new languages + add a 's' 2020-06-17 18:49:18 +02:00
8c3529c654 Explain how to add new languages to the app 2020-06-17 17:30:07 +02:00
d173a8b59c
Add DB_MAX_SIZE and DB_MIN_IDLE to environment variables (#86) 2020-05-16 15:04:32 +02:00
Timothy Cyrus
2919aed156
Update creating-themes.html.md (#85)
Fix misspelling of light
2020-02-27 16:17:10 +01:00
iamdoubz
1423e02ce4
Add Windows OS to install docs (#83)
* Add Windows OS to docs

* Fix small typo

* Add clarification

* Add Windows specific install options

* Add Postgres to Windows docs
2020-02-04 08:07:54 +01:00
Violet White
c1bb0b0de3 Add libclang and its various incarnations to the install documentation (#79) 2019-12-30 14:35:32 +01:00
dependabot[bot]
8b3c334923 Bump rack from 2.0.7 to 2.0.8 (#74)
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-23 16:34:28 +01:00
7d76147af5
Merge pull request #72 from Plume-org/update-everything
Update everything
2019-12-17 11:59:06 +01:00
83d0a6403d
-n have been renamed -p
Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com>
2019-12-16 22:26:24 +01:00
4ad5745484 Update everything before the release.
I proofread all the pages and updated was needed to be updated.
2019-12-16 21:59:10 +01:00
2f17354b87 Merge branch 'dev' of github.com:Plume-org/docs into dev 2019-12-16 20:58:46 +01:00
da67a64747
Update search instructions (#70) 2019-12-16 20:58:12 +01:00
7c7cf20003 Update search instructions 2019-12-14 21:28:06 +01:00
Marek Ľach
dccbcf5919 Minor grammar fixes on donations page (#69) 2019-12-09 19:25:24 +01:00
Christopher James Halse Rogers
106e00d0a4 Minimally document snap package (#68)
* Minimally document snap package

* snap install: add basic command-line install instructions
2019-12-02 10:46:59 +01:00
5be530d7b6
Document themes (#48) 2019-11-15 20:09:22 +01:00
0ae09480c6
Update the update docs (#66)
* Update the update docs

* Explicitely say that prebuit binaries are for 64 bits Linux.
2019-11-15 17:54:16 +01:00
6a5f7dd922
Merge pull request #65 from Plume-org/media-upload
Document MEDIA_UPLOAD_DIRECTORY
2019-11-07 12:50:57 +01:00
f8a0d8c1ef
Mention .env.sample (#67) 2019-10-30 17:14:51 +01:00
590c155b47
Fix default MEDIA_UPLOAD_DIRECTORY value
Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com>
2019-10-30 15:17:49 +01:00
48954a9228
Explicitely tell where the .env file should be created (#60)
It was not clear to someone.
2019-10-30 15:17:19 +01:00
dda4975fa3 Document MEDIA_UPLOAD_DIRECTORY 2019-10-30 12:11:18 +01:00
f7db8b1856
Explicitely say that mails can be disabled (#64) 2019-10-23 20:13:54 +02:00
Ted Jameson
8123a78e3b Fix small errors in example nginx configuration (#61) 2019-08-12 21:37:50 +02:00
fdb-hiroshima
9c8fc08f88 document compiling wasm in release (#58)
reduce size of the binary by more than 60%
2019-08-06 13:20:29 +02:00
Ted Jameson
c09f19ea7f Address is spelled with two 'd's (#55) 2019-07-18 11:33:22 +02:00
fdb-hiroshima
6dbdd1726d Brew: add gettext to PATH (#54) 2019-07-13 17:01:20 +02:00
Baptiste Gelez
5908a71251
Docker non interactive (#50)
Docker non interactive
2019-06-26 17:27:31 +01:00
Wilfried OLLIVIER
837132113d Replace plume setup commands in docker install 2019-06-26 15:58:17 +02:00
Wilfried OLLIVIER
eb0e0d6410 Remove useless postgres setup commands in docker install 2019-06-26 15:57:12 +02:00
Wilfried OLLIVIER
b0842c3e63 Change DATABASE_URL
Use password set by the POSTGRES_PASSWORD variable
2019-06-26 15:54:28 +02:00
Wilfried OLLIVIER
869436d6db Add postgres variable into docker.sample.env
Postgres setup can be done using offical postgres docker init script and some environment variables, see https://hub.docker.com/_/postgres
2019-06-26 15:53:12 +02:00
Wilfried OLLIVIER
ea2a8e21aa Update plume version in docker-compose
Update to :latest in order to get all the commands needed to setup plume
2019-06-26 15:50:48 +02:00
Baptiste Gelez
1f8e5d6855
plm database setup doesn't exist
It was a diesel command, but plm uses "migration run" instead.
2019-06-24 13:43:40 +01:00
Baptiste Gelez
7b6ebbc9d1
Quote su commands in docker docs (#44)
Quote su commands in docker docs
2019-05-31 11:46:38 +01:00
Baptiste Gelez
639bb71e24
Don't minify JS/CSS
It causes build errors 🤷‍♀️
2019-05-31 11:45:52 +01:00
Baptiste Gelez
a7fccd79bc
Move contribution guides to the documentation (#41)
Move contribution guides to the documentation
2019-05-31 11:36:17 +01:00
Baptiste Gelez
94d5ab0ff2
Add MAIL_ADDRESS environment variable (#46)
Add `MAIL_ADDRESS` environment variable
2019-05-30 10:50:44 +01:00
Rob Watson
26d7541eb3 Add MAIL_ADDRESS environment variable 2019-05-30 09:42:08 +02:00
Baptiste Gelez
d5d48daf2f Minor fixes 2019-05-29 14:49:51 +01:00
Baptiste Gelez
d173fd7aef Add a note for people who may not speak English very well. 2019-05-29 14:49:51 +01:00
Baptiste Gelez
aa340a4b85 Move contribution guides to the documentation
To have everything in one place, and to take advantage of the in-context of the documentation.
2019-05-29 14:49:51 +01:00