Merge branch 'patch-1' into 'develop'

Fix repo downloading commands spacing and automatic repo selection

See merge request funkwhale/funkwhale!441
This commit is contained in:
Eliot Berriot 2018-10-09 18:23:06 +00:00
commit bb73022b97
1 changed files with 5 additions and 4 deletions

View File

@ -112,13 +112,14 @@ Then we'll download the frontend files:
case, run case, run
cd /srv cd /srv
rm -r funkwhale rm -r funkwhale
git clone https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
git clone -b master https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
cd 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: The above clone command uses the master branch instead of the default develop branch, as master is stable and more suited for production setups.
git checkout master
You'll also need to re-create the folders we make earlier: You'll also need to re-create the folders we make earlier: