Merge pull request #2203 from tooomm/docs_updates

Docs: More fixes and improvements
This commit is contained in:
shamoon 2022-12-17 19:58:06 -08:00 committed by GitHub
commit 6f6f365e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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
``` ```

View File

@ -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}