From 5cb95b6e55f52fb2a76f8579c3f4c85d2983c841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=B6nig?= Date: Fri, 26 Feb 2021 12:50:12 +0100 Subject: [PATCH] Minor changes --- docs/extending.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/extending.rst b/docs/extending.rst index 6828d262d..0b6a7bddf 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -3,9 +3,6 @@ Paperless development ##################### -General information -=================== - This section describes the steps you need to take to start development on paperless-ng. 1. Check out the source from github. The repository is organized in the following way: @@ -56,12 +53,11 @@ To do the setup you need to perform the steps from the following chapters in a c .. code:: shell-session pipenv install --dev -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). +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 root folder: .. code:: shell-session - pipenv shell - cd /src-ui && ng build --prod + compile-frontend.sh 8. Apply migrations and create a superuser for your dev instance: .. code:: shell-session @@ -85,9 +81,6 @@ Back end development The backend is a django application. I use PyCharm for development, but you can use whatever you want. -This will also create a virtual environment, which you can enter with ``pipenv shell`` or -execute one-shot commands in with ``pipenv run``. - Configure the IDE to use the src/ folder as the base source folder. Configure the following launch configurations in your IDE: