Skip to content
Snippets Groups Projects
Commit bb73022b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-1' into 'develop'

Fix repo downloading commands spacing and automatic repo selection

See merge request !441
parents b681505d 9969f6a0
No related branches found
No related tags found
1 merge request!441Fix repo downloading commands spacing and automatic repo selection
Pipeline #2226 canceled with stages
......@@ -112,13 +112,14 @@ Then we'll download the frontend files:
case, run
cd /srv
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
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
The above clone command uses the master branch instead of the default develop branch, as master is stable and more suited for production setups.
You'll also need to re-create the folders we make earlier:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment