Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from jat255/DOC_setup_enh
Browse files Browse the repository at this point in the history
Clarify how to start server on a different port/ip
  • Loading branch information
danielquinn committed Jan 29, 2016
2 parents 889fd93 + a983d73 commit 8701007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ Standard (Bare Metal)
4. Initialise the database with ``./manage.py migrate``.
5. Create a user for your Paperless instance with
``./manage.py createsuperuser``. Follow the prompts to create your user.
6. Start the webserver with ``./manage.py runserver``.
6. Start the webserver with ``./manage.py runserver <IP>:<PORT>``.
If no specifc IP or port are given, the default is ``127.0.0.1:8000``.
You should now be able to visit your (empty) `Paperless webserver`_ at
``127.0.0.1:8000``. You can login with the user/pass you created in #5.
``127.0.0.1:8000`` (or whatever you chose). You can login with the
user/pass you created in #5.
7. In a separate window, change to the ``src`` directory in this repo again, but
this time, you should start the consumer script with
``./manage.py document_consumer``.
Expand Down

0 comments on commit 8701007

Please sign in to comment.