]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds missing step to run npm install 161/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Fri, 25 Feb 2022 21:59:29 +0000 (13:59 -0800)
committerTrenton Holmes <holmes.trenton@gmail.com>
Fri, 25 Feb 2022 22:23:40 +0000 (14:23 -0800)
docs/extending.rst

index e085fd706f88ff348e665594e2ce51cf711c5803..6d2216b38dd47c3499c1a2019247c0bea800cd0f 100644 (file)
@@ -59,10 +59,12 @@ To do the setup you need to perform the steps from the following chapters in a c
         pipenv install --dev
 
   * Make sure you're using python 3.9.x or lower. Otherwise you might get issues with building dependencies. You can use `pyenv <https://github.com/pyenv/pyenv>`_ to install a specific python version.
+
 7.  Generate the static UI so you can perform a login to get session that is required for frontend development (this needs to be done one time only). From src-ui directory:
 
     .. code:: shell-session
 
+        npm install .
         ./node_modules/.bin/ng build --prod
 
 8.  Apply migrations and create a superuser for your dev instance: