mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 21:09:16 +02:00
Merge branch 'contribution-yarn-fix-i18n' into 'develop'
Add missing command from contributing guide Closes #754 See merge request funkwhale/funkwhale!667
This commit is contained in:
commit
9a14be9c47
2 changed files with 5 additions and 0 deletions
|
@ -172,6 +172,10 @@ and metadata.
|
||||||
Launch all services
|
Launch all services
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Before the first Funkwhale launch, it is required to run this::
|
||||||
|
|
||||||
|
docker-compose -f dev.yml run --rm front yarn run i18n-compile
|
||||||
|
|
||||||
Then you can run everything with::
|
Then you can run everything with::
|
||||||
|
|
||||||
docker-compose -f dev.yml up front api nginx celeryworker
|
docker-compose -f dev.yml up front api nginx celeryworker
|
||||||
|
|
1
changes/changelog.d/754.bugfix
Normal file
1
changes/changelog.d/754.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add missing command from contributing file (#754)
|
Loading…
Add table
Add a link
Reference in a new issue