aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2016-02-18 08:03:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:11 +0000
commita58cde0857bfff01c9f3476e2ac27cf2c92e0fe2 (patch)
tree55353b42cc2ae916bbf2810a2f39ddb4a6f9f28f /documentation/toaster-manual
parentc5b4f69821c7b5ef9047c41198535eb900ea7b94 (diff)
downloadopenembedded-core-contrib-a58cde0857bfff01c9f3476e2ac27cf2c92e0fe2.tar.gz
toaster-manual: Updated how manage.py createsuperuser command is run
The manage.py createsuperuser command must be run from the directory containing the Toaster database, and not from the root of the checkout directory, as the manual indicated. Amend the section to provide the correct instructions. (From yocto-docs rev: 41fa8a04c947169d971c5e1ecb4619249d1dc7b3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 89b8b524a8..3e05eb2828 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -125,10 +125,14 @@
</literallayout>
</para></listitem>
<listitem><para>
- From the root of your checkout directory, invoke the
- following command from <filename>manage.py</filename>:
+ From the directory containing the Toaster database,
+ which by default is the
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
+ invoke the <filename>createsuperuser</filename> command
+ from <filename>manage.py</filename>:
<literallayout class='monospaced'>
- $ ./bitbake/lib/toaster/manage.py createsuperuser
+ $ cd ~/poky/build
+ $ ../bitbake/lib/toaster/manage.py createsuperuser
</literallayout>
</para></listitem>
<listitem><para>