Wykres commitów

97 Commity (dcd33693e5bbd4e4d36303ee26f8961061a40ca4)

Autor SHA1 Wiadomość Data
Eliot Berriot dc5eb1154e Merge branch 'develop' into 'develop'
Various improvements to docs

See merge request funkwhale/funkwhale!324
2018-07-17 07:58:22 +00:00
Wxcafé (Clément Hertling) 8ecdc64e53
removed comment about postgres 2018-07-14 15:49:58 +02:00
Wxcafé (Clément Hertling) b50e346569
fixes pip3/python3 inside virtualenv and re-creation of directories 2018-07-14 00:03:20 +02:00
Wxcafé (Clément Hertling) e3de7306ca
adds instructions for installation via git clone 2018-07-12 21:25:49 +02:00
Wxcafé (Clément Hertling) 5081c1fe54
removes script to load environement variables (?) 2018-07-12 21:19:51 +02:00
Wxcafé (Clément Hertling) 302e119f83
removes use of script for simpler direct installation 2018-07-12 21:16:33 +02:00
Wxcafé (Clément Hertling) 854283c2e5
fixed your->you're, reformatted paragraphs 2018-07-12 21:11:23 +02:00
Wxcafé (Clément Hertling) 46d5293964
adds funkwhale user authorization for postgres 2018-07-12 21:07:29 +02:00
Wxcafé (Clément Hertling) 19c5c8ab9b
fix python->python3 in debian docs 2018-07-12 20:59:18 +02:00
Andy Balaam ede0202f66 Fix typo: exemple->example 2018-07-12 08:42:36 +00:00
Eliot Berriot c485a06315
Fix #316: Document that users can use Ultrasonic on Android 2018-07-06 21:56:21 +02:00
Eliot Berriot 6e709cdcd8
Removed non-breaking spaces and remaining gettext in templates 2018-07-06 20:44:47 +02:00
Reg a0b233012e [doc] Arch Linux installation: debian.rst
typo
2018-07-02 20:07:54 +02:00
Reg 14919e27c7 [doc] Arch Linux installation: OS requirements 2018-07-02 20:07:54 +02:00
Reg 0ced3adb3a [doc] Installation: moved wheel installation earlier in the process so we don't require build-essential 2018-07-02 20:07:54 +02:00
Reg 90360c4854 [doc] Arch Linux installation: modified the command for user creation so it works on both Debian and Arch 2018-07-02 20:07:54 +02:00
Reg d84ef107e4 [doc] Arch Linux installation: external dependencies 2018-07-02 20:07:54 +02:00
Reg 1d1ef01c7a [doc] Arch Linux installation: index.rst 2018-07-02 20:07:54 +02:00
Reg 96f8e2244b [doc] use sudo for all apt commands 2018-07-01 11:44:35 +02:00
Reg c2e599998b [doc] Funkwhale capitalisation 2018-07-01 11:44:35 +02:00
Reg 294b3935be [doc] Debian capitalisation 2018-07-01 11:44:29 +02:00
Eliot Berriot c34111b0fd
See #161: added initial translating guidelines 2018-06-30 12:46:23 +02:00
Eliot Berriot 39461b8fab
Fix #256: Added troubleshotting and technical overview documentation 2018-06-25 23:34:18 +02:00
Eliot Berriot 1123cebf1b
Fix #325: Document that Funkwhale may be installed with YunoHost 2018-06-24 14:42:45 +02:00
JocelynDelalande 1ba7781e78 Fix typos in upgrade process:
- missing "H" in "FUNKWHALE"
- be consistent on `$FUNKWHALE_VERSION` env var use
2018-06-24 00:50:00 +00:00
Eliot Berriot 307959dfa6 Merge branch '264-webserver-permission' into 'develop'
Resolve "Documentation : Better layout for in-place imports"

Closes #254

See merge request funkwhale/funkwhale!259
2018-06-17 13:28:38 +00:00
Eliot Berriot fb66d06c09
#254: documented a saner layout with symlinks for in-place imports 2018-06-17 12:59:08 +02:00
Eliot Berriot 51c3927618
Fix #265: Upgrade documentation now use the correct user on non-docker setups 2018-06-17 12:40:46 +02:00
Eliot Berriot b14b8ade6d Merge branch 'fixdoc' into 'develop'
Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst

See merge request funkwhale/funkwhale!255
2018-06-14 18:55:09 +00:00
RenonDis 070ad9615f Updated apache2 conf file for websockets 2018-06-14 09:19:11 +02:00
Eliot Berriot 232d9ca86e Merge branch 'jd-improve-inplace-docs' into 'develop'
Improve doc about in-place imports setup

Closes #298

See merge request funkwhale/funkwhale!249
2018-06-13 14:05:48 +00:00
Julien Veyssier a1819aa8ad Fix MUSIC_DIRECTORY_SERVE_PATH example value in configuration.rst 2018-06-13 13:55:44 +00:00
Jocelyn Delalande 4e9aa16d05 Better document MUSIC_DIRECTORY_PATH 2018-06-12 20:58:47 +02:00
JocelynDelalande 91a1c7108b Stop giving too much hope on Debian 8 compatibility
FW requires Python>=3.5 ; only Python 3.4 is packaged in Debian 8.

fix #300
2018-06-10 19:48:16 +00:00
JocelynDelalande 7fa99750d9 Mention the database name to create psql extension.
Seems that the extensions are per-database.
Without that tweak, the install will fail at django migrations step, yelling for insuficient rights to install the accent extension itself.
2018-06-08 23:44:08 +00:00
JocelynDelalande 938aa2c8f1 Remove constraint on LC_COLLATE and LC_CTYPE
Which will fail if the system does not contains this locale.
2018-06-08 23:09:46 +00:00
JocelynDelalande 7988363352 Fix wrong name in postgresql database 2018-06-08 23:06:05 +00:00
JocelynDelalande 7fec060040 Add missing dependency
Without that, starting from a debian « naked » system,  it will fail at the `pip install wheel` stage.
2018-06-08 22:39:31 +00:00
JocelynDelalande 3bfa19a509 Fix doc: rmdir -> rm -rf
rmdir will fail on that non-empty dir
2018-06-08 22:37:10 +00:00
Eliot Berriot 7a2a363df1
Fix #291: Added multiple warnings in the documentation that you should never
run makemigrations yourself
2018-06-07 13:17:48 +02:00
Eliot Berriot 589261a03f
Fix #247: Added warning about _protected/music location in nginx configuration 2018-06-05 20:13:02 +02:00
Eliot Berriot 36a0a4df4f
Removed transcoding support (#271) 2018-06-03 18:33:28 +02:00
Eliot Berriot 290cae9a8f
Fix #231 and #219: ensure we import covers regarless of the import method
Can now import covers from track metadata and track directory as well
2018-06-02 17:34:46 +02:00
Eliot Berriot 47126232d4
Fix #251: Moved upgrade doc under install doc in TOC 2018-05-29 23:08:42 +02:00
Eliot Berriot 54008aa37c Merge branch '224-music-api' into 'develop'
Resolve "Better API for artists/album/tracks"

Closes #224 and #226

See merge request funkwhale/funkwhale!205
2018-05-22 21:04:09 +00:00
Eliot Berriot 7b03ddbb28
Fix #224 and #226: changelog and documentation 2018-05-22 22:57:20 +02:00
Eliot Berriot 7b71463ef8
Removed acoustid support, as the integration was buggy and error-prone (#106) 2018-05-21 20:55:44 +02:00
Eliot Berriot aee792ab47
Fix #152: changelog and documentation 2018-05-18 22:18:03 +02:00
Eliot Berriot f3ee282fb2
See #206: updated documentation 2018-05-17 23:46:55 +02:00
Eliot Berriot a5ebf56f11
See #75: User documentation 2018-05-09 23:07:33 +02:00