mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-31 06:55:56 +02:00
add option user pip install command rundemo
This commit is contained in:
parent
c314d515c1
commit
fa02a041b8
4
Makefile
4
Makefile
@ -83,8 +83,8 @@ readme:
|
|||||||
#: demo - Setup demo project using Python3.
|
#: demo - Setup demo project using Python3.
|
||||||
.PHONY: demo
|
.PHONY: demo
|
||||||
demo:
|
demo:
|
||||||
$(PIP) install -e .
|
$(PIP) install -e . --user
|
||||||
$(PIP) install -e demo
|
$(PIP) install -e demo --user
|
||||||
demodesk migrate --noinput
|
demodesk migrate --noinput
|
||||||
# Create superuser; user will be prompted to manually set a password
|
# Create superuser; user will be prompted to manually set a password
|
||||||
# When you get a prompt, enter a password of your choosing.
|
# When you get a prompt, enter a password of your choosing.
|
||||||
|
@ -41,7 +41,7 @@ resides in the `demo/` top-level folder.
|
|||||||
It's likely that you can start up a demo project server by running
|
It's likely that you can start up a demo project server by running
|
||||||
only the command::
|
only the command::
|
||||||
|
|
||||||
sudo make rundemo
|
make rundemo
|
||||||
|
|
||||||
then pointing your web browser at `localhost:8080`.
|
then pointing your web browser at `localhost:8080`.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Ideally, you'd use a virtualenv instead
|
|||||||
To use your system directory, from the top-level
|
To use your system directory, from the top-level
|
||||||
django-helpdesk directory, simply run:
|
django-helpdesk directory, simply run:
|
||||||
|
|
||||||
sudo make rundemo
|
make rundemo
|
||||||
|
|
||||||
Once the console gives a prompt that the HTTP
|
Once the console gives a prompt that the HTTP
|
||||||
server is listening, open your web browser
|
server is listening, open your web browser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user