summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-reference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.xml')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index d4cb04e6b0..afe6c3d651 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -406,6 +406,7 @@
406 Django administration interface. 406 Django administration interface.
407 </para> 407 </para>
408 408
409<!--
409 <para> 410 <para>
410 To make it easier to initially start Toaster, you can import a 411 To make it easier to initially start Toaster, you can import a
411 pre-defined configuration file using the 412 pre-defined configuration file using the
@@ -418,6 +419,7 @@
418 loaded directly in the database. 419 loaded directly in the database.
419 </note> 420 </note>
420 </para> 421 </para>
422-->
421 423
422 <para> 424 <para>
423 By convention, the supplied configuration files are named 425 By convention, the supplied configuration files are named
@@ -867,30 +869,6 @@
867 </para> 869 </para>
868 </section> 870 </section>
869 871
870 <section id='toaster-command-loadconf'>
871 <title><filename>loadconf</filename></title>
872
873 <para>
874 The <filename>loadconf</filename> command loads an
875 existing Toaster configuration file (JSON file).
876 You must run this on a new database that does not have any
877 data.
878 Running this command on an existing database that has data
879 results in errors.
880 Access the command as follows:
881 <literallayout class='monospaced'>
882 $ bitbake/lib/toaster/manage.py loadconf <replaceable>filepath</replaceable>
883 </literallayout>
884 The <filename>loadconf</filename> command configures a database
885 based on the supplied existing
886 <filename>toasterconf.json</filename> file.
887 For information on the <filename>toasterconf.json</filename>,
888 see the
889 "<link linkend='toaster-json-files'>JSON Files</link>"
890 section.
891 </para>
892 </section>
893
894 <section id='toaster-command-runbuilds'> 872 <section id='toaster-command-runbuilds'>
895 <title><filename>runbuilds</filename></title> 873 <title><filename>runbuilds</filename></title>
896 874