Merge branch 'eliotberriot-develop-patch-39371' into 'develop'

Added warning about develop branch during git install

See merge request funkwhale/funkwhale!415
environments/review-docs-funkw-78jnxn/deployments/34
Eliot Berriot 2018-09-23 19:07:13 +00:00
commit f0d4896218
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -116,6 +116,10 @@ Then we'll download the frontend files:
git clone https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
cd funkwhale
By default, the repository will use the ``develop`` which may be unstable thus not recommended for production instances (unless you know what your doing). You should use the master branch instead:
git checkout master
You'll also need to re-create the folders we make earlier:
mkdir -p config data/static data/media data/music front