You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2012/03/14 11:30:38 UTC

svn commit: r1300497 - /ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml

Author: hansbak
Date: Wed Mar 14 10:30:38 2012
New Revision: 1300497

URL: http://svn.apache.org/viewvc?rev=1300497&view=rev
Log:
unwanted change in previous commit

Modified:
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml?rev=1300497&r1=1300496&r2=1300497&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml Wed Mar 14 10:30:38 2012
@@ -44,7 +44,7 @@
         <para>1. Open a new terminal.</para>
         <para>2. Go to your ofbiz directory.</para>
         <para>3. Clean out all built classes with : ./ant clean-all </para>
-        <para>4. Load the seed data with : ./ant run-install-seed </para>
+        <para>4. Load the seed data with : ./ant run-install-extseed </para>
         <para>5. Create the admin user with : ./ant create-admin-user-login , then enter a user login id that will be created for you (the initial temporary password is "ofbiz")</para>
         <para>6. Start ofbiz with : ./startofbiz.sh </para>
         <para>7. Connect to the OFBiz Setup application with your browser at https://localhost:8443/ofbizsetup.</para>