diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c2614425a2bd873a219121093e11a1b320ccc318..970589815938b9b7d432dddf63818768ec81a7d6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -172,6 +172,10 @@ and metadata. 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:: docker-compose -f dev.yml up front api nginx celeryworker diff --git a/changes/changelog.d/754.bugfix b/changes/changelog.d/754.bugfix new file mode 100644 index 0000000000000000000000000000000000000000..dd7bc48c6dcc42cee6b59e8f079ae301fe424936 --- /dev/null +++ b/changes/changelog.d/754.bugfix @@ -0,0 +1 @@ +Add missing command from contributing file (#754)