mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Merge pull request #2203 from tooomm/docs_updates
Docs: More fixes and improvements
This commit is contained in:
commit
6f6f365e2b
@ -387,17 +387,17 @@ supported.
|
|||||||
9. Go to `/opt/paperless/src`, and execute the following commands:
|
9. Go to `/opt/paperless/src`, and execute the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
\# This creates the database schema.
|
# This creates the database schema.
|
||||||
sudo -Hu paperless python3 manage.py migrate
|
sudo -Hu paperless python3 manage.py migrate
|
||||||
|
|
||||||
\# This creates your first paperless user
|
# This creates your first paperless user
|
||||||
sudo -Hu paperless python3 manage.py createsuperuser
|
sudo -Hu paperless python3 manage.py createsuperuser
|
||||||
```
|
```
|
||||||
|
|
||||||
10. Optional: Test that paperless is working by executing
|
10. Optional: Test that paperless is working by executing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
\# This collects static files from paperless and django.
|
# This collects static files from paperless and django.
|
||||||
sudo -Hu paperless python3 manage.py runserver
|
sudo -Hu paperless python3 manage.py runserver
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ configured on the 'Scheduled tasks' page in the admin.
|
|||||||
|
|
||||||
### REST API
|
### REST API
|
||||||
|
|
||||||
You can also submit a document using the REST API, see [POSTing documents][/api#file-uploads]
|
You can also submit a document using the REST API, see [POSTing documents](/api#file-uploads)
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
## Best practices {#basic-searching}
|
## Best practices {#basic-searching}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user