mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Adds missing step to run npm install
This commit is contained in:
parent
83e40f3e87
commit
6852127c33
@ -59,10 +59,12 @@ To do the setup you need to perform the steps from the following chapters in a c
|
|||||||
pipenv install --dev
|
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.
|
* 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:
|
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
|
.. code:: shell-session
|
||||||
|
|
||||||
|
npm install .
|
||||||
./node_modules/.bin/ng build --prod
|
./node_modules/.bin/ng build --prod
|
||||||
|
|
||||||
8. Apply migrations and create a superuser for your dev instance:
|
8. Apply migrations and create a superuser for your dev instance:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user