|
Administrator
|
Hi Hans,
Is it normal that the setup.xml document is emtpy (not removed but empty) ? Jacques > Author: hansbak > Date: Thu Sep 24 06:58:54 2009 > New Revision: 818382 > > URL: http://svn.apache.org/viewvc?rev=818382&view=rev > Log: > put a littlebit more explanation at the cms demo site, adjusted the setup documents > > Modified: > ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml > ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml > ofbiz/trunk/applications/commonext/documents/Setup.xml > ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.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=818382&r1=818381&r2=818382&view=diff > ============================================================================== > --- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml (original) > +++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP.xml Thu Sep 24 06:58:54 2009 > @@ -34,4 +34,14 @@ > the system quickly via The OFBiz Setup Application. > </para> > </section> > + <section> > + <title>How to get start</title> > + <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 initialisation 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.</para> > + </section> > </section> > \ No newline at end of file > > Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml?rev=818382&r1=818381&r2=818382&view=diff > ============================================================================== > --- ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml (original) > +++ ofbiz/trunk/applications/commonext/documents/ApacheOfbizUser.xml Thu Sep 24 06:58:54 2009 > @@ -42,7 +42,6 @@ > <xi:include href="../../../applications/content/documents/Content.xml"/> > <xi:include href="../../../applications/marketing/documents/Marketing.xml"/> > <xi:include href="../../../specialpurpose/myportal/documents/MyPortal.xml"/> > - <xi:include href="../../../applications/commonext/documents/Setup.xml"/> > > <appendix> > <title>New features recently added</title> > > Modified: ofbiz/trunk/applications/commonext/documents/Setup.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/Setup.xml?rev=818382&r1=818381&r2=818382&view=diff > ============================================================================== > --- ofbiz/trunk/applications/commonext/documents/Setup.xml (original) > +++ ofbiz/trunk/applications/commonext/documents/Setup.xml Thu Sep 24 06:58:54 2009 > @@ -1,58 +0,0 @@ > -<?xml version="1.0"?> > -<!-- > - Licensed to the Apache Software Foundation (ASF) under one > - or more contributor license agreements. See the NOTICE file > - distributed with this work for additional information > - regarding copyright ownership. The ASF licenses this file > - to you under the Apache License, Version 2.0 (the > - "License"); you may not use this file except in compliance > - with the License. You may obtain a copy of the License at > - > - http://www.apache.org/licenses/LICENSE-2.0 > - > - Unless required by applicable law or agreed to in writing, > - software distributed under the License is distributed on an > - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY > - KIND, either express or implied. See the License for the > - specific language governing permissions and limitations > - under the License. > ---> > -<chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" > - xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd" > - xmlns="http://docbook.org/ns/docbook"> > - <title>The OFBiz Setup Component</title> > - <section> > - <title>The OFBiz Setup Component Introduction</title> > - <para> > - The OFBiz Setup Component is supporting for immediate setup your organization. For example, product store, web site , > facility , product catalog, category > - , product, and etc. and then be able to create orders from data that is created. > - </para> > - </section> > - <section> > - <title>Why we have OFBiz Setup Application?</title> > - <para> > - If you are the company and also want to use OFBiz for running your business then you easily be able to setting your > information for start running > - the system quickly via The OFBiz Setup Application. > - </para> > - </section> > - <section> > - <title>How to get start :</title> > - <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 initialisation 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.</para> > - </section> > - <xi:include href="../data/helpdata/HELP_SETUP_initialsetup.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_editFacility.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_editProductStore.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_editWebSite.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_firstcustomer.xml"/> > - <xi:include href="../data/helpdata/HELP_SETUP_firstProdCatalog.xml"/> > - <xi:include href="../data/helpdata/HELP_SETUP_firstProductCategory.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_firstproduct.xml" /> > - <xi:include href="../data/helpdata/HELP_SETUP_profileCompany.xml" /> > -</chapter> > \ No newline at end of file > > Modified: ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml?rev=818382&r1=818381&r2=818382&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml (original) > +++ ofbiz/trunk/specialpurpose/cmssite/data/CmsSiteDemoData.xml Thu Sep 24 06:58:54 2009 > @@ -73,7 +73,19 @@ > <ElectronicText dataResourceId="CMSS_DEMO_HOME"> > <textData><