Production Setup XML

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Production Setup XML

Martin Kaiser
Hi all,

I'm just setting up an production environment and I want to load some data
similar to the demo data but with my own company data into ofbiz while
installing it. Is there somewhere a demo/template XML file which I could
adjust to fit my needs, or do I have to go through all folders finding the
demo data, copying it and making it available through the ext data reader?

Thanks.

Best regards,
Martin
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

pierre.gaudin
Hi Martin,

Maybe  you can do an xml export of your data from ofbiz tools and then
remove or modify values ?

Pierre
On 30/11/2012 10:03, Martin Kaiser wrote:

> Hi all,
>
> I'm just setting up an production environment and I want to load some data
> similar to the demo data but with my own company data into ofbiz while
> installing it. Is there somewhere a demo/template XML file which I could
> adjust to fit my needs, or do I have to go through all folders finding the
> demo data, copying it and making it available through the ext data reader?
>
> Thanks.
>
> Best regards,
> Martin
>

Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

Martin Kaiser
Hi Pierre,

thank you. I did this, and now I have a folder with around 500 XMLs
containing all the data. So this means that I will have a lot of work
looking which data is required and which I could throw away. Also this
gives me the seed data, which is already present in the installation.

I just only want the minimal things required to successfully deploy OFBiz.
So this is setting up the company, an administrator account, and beeing
able to use all the components that come with OFBiz. But I don't know which
files of the demo data I have to modify to achive this.

How can I do a plain installation of OFBiz with only the minimal
requirements to login and one single company? How do you this?

best,
Martin


On 30 November 2012 10:15, pierre.gaudin <[hidden email]> wrote:

> Hi Martin,
>
> Maybe  you can do an xml export of your data from ofbiz tools and then
> remove or modify values ?
>
> Pierre
>
> On 30/11/2012 10:03, Martin Kaiser wrote:
>
>> Hi all,
>>
>> I'm just setting up an production environment and I want to load some data
>> similar to the demo data but with my own company data into ofbiz while
>> installing it. Is there somewhere a demo/template XML file which I could
>> adjust to fit my needs, or do I have to go through all folders finding the
>> demo data, copying it and making it available through the ext data reader?
>>
>> Thanks.
>>
>> Best regards,
>> Martin
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

Martin Kaiser
I just found something on the net what is called "OFBiz setup wizard" or
"Business Setup Wizard for OFBiz". Does this still exist? Where can I find
it?

best,
Martin


On 30 November 2012 10:51, Martin Kaiser <[hidden email]> wrote:

> Hi Pierre,
>
> thank you. I did this, and now I have a folder with around 500 XMLs
> containing all the data. So this means that I will have a lot of work
> looking which data is required and which I could throw away. Also this
> gives me the seed data, which is already present in the installation.
>
> I just only want the minimal things required to successfully deploy OFBiz.
> So this is setting up the company, an administrator account, and beeing
> able to use all the components that come with OFBiz. But I don't know which
> files of the demo data I have to modify to achive this.
>
> How can I do a plain installation of OFBiz with only the minimal
> requirements to login and one single company? How do you this?
>
> best,
> Martin
>
>
> On 30 November 2012 10:15, pierre.gaudin <[hidden email]> wrote:
>
>> Hi Martin,
>>
>> Maybe  you can do an xml export of your data from ofbiz tools and then
>> remove or modify values ?
>>
>> Pierre
>>
>> On 30/11/2012 10:03, Martin Kaiser wrote:
>>
>>> Hi all,
>>>
>>> I'm just setting up an production environment and I want to load some
>>> data
>>> similar to the demo data but with my own company data into ofbiz while
>>> installing it. Is there somewhere a demo/template XML file which I could
>>> adjust to fit my needs, or do I have to go through all folders finding
>>> the
>>> demo data, copying it and making it available through the ext data
>>> reader?
>>>
>>> Thanks.
>>>
>>> Best regards,
>>> Martin
>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

pierre.gaudin
In reply to this post by Martin Kaiser
Hy martin,

#1 If you don't want to spend time to understand what you are doing,
then you can use entity xml export :
    - run seed reader
    - run demo reader (by webtools)
    - export with filter on date time creation
By this way you get only demo data.

#2 If you want to understand what you are doing, then this is the job of
integration and it takes times and expertise.
I create a new xml files from scratch in which i copy and modify xml
lines from demo data files that i want to use. The first time you do the
job it takes a long time. But it can be reuse for next integration.

Pierre


On 30/11/2012 10:51, Martin Kaiser wrote:

> Hi Pierre,
>
> thank you. I did this, and now I have a folder with around 500 XMLs
> containing all the data. So this means that I will have a lot of work
> looking which data is required and which I could throw away. Also this
> gives me the seed data, which is already present in the installation.
>
> I just only want the minimal things required to successfully deploy OFBiz.
> So this is setting up the company, an administrator account, and beeing
> able to use all the components that come with OFBiz. But I don't know which
> files of the demo data I have to modify to achive this.
>
> How can I do a plain installation of OFBiz with only the minimal
> requirements to login and one single company? How do you this?
>
> best,
> Martin
>
>
> On 30 November 2012 10:15, pierre.gaudin<[hidden email]>  wrote:
>
>> Hi Martin,
>>
>> Maybe  you can do an xml export of your data from ofbiz tools and then
>> remove or modify values ?
>>
>> Pierre
>>
>> On 30/11/2012 10:03, Martin Kaiser wrote:
>>
>>> Hi all,
>>>
>>> I'm just setting up an production environment and I want to load some data
>>> similar to the demo data but with my own company data into ofbiz while
>>> installing it. Is there somewhere a demo/template XML file which I could
>>> adjust to fit my needs, or do I have to go through all folders finding the
>>> demo data, copying it and making it available through the ext data reader?
>>>
>>> Thanks.
>>>
>>> Best regards,
>>> Martin
>>>
>>>

Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

Martin Kaiser
Ok, it seems that I will go for #1.5 ;-)

Getting just the demo data and then copying just the stuff I need.

Thank you.


On 30 November 2012 11:40, pierre.gaudin <[hidden email]> wrote:

> Hy martin,
>
> #1 If you don't want to spend time to understand what you are doing, then
> you can use entity xml export :
>    - run seed reader
>    - run demo reader (by webtools)
>    - export with filter on date time creation
> By this way you get only demo data.
>
> #2 If you want to understand what you are doing, then this is the job of
> integration and it takes times and expertise.
> I create a new xml files from scratch in which i copy and modify xml lines
> from demo data files that i want to use. The first time you do the job it
> takes a long time. But it can be reuse for next integration.
>
> Pierre
>
>
>
> On 30/11/2012 10:51, Martin Kaiser wrote:
>
>> Hi Pierre,
>>
>> thank you. I did this, and now I have a folder with around 500 XMLs
>> containing all the data. So this means that I will have a lot of work
>> looking which data is required and which I could throw away. Also this
>> gives me the seed data, which is already present in the installation.
>>
>> I just only want the minimal things required to successfully deploy OFBiz.
>> So this is setting up the company, an administrator account, and beeing
>> able to use all the components that come with OFBiz. But I don't know
>> which
>> files of the demo data I have to modify to achive this.
>>
>> How can I do a plain installation of OFBiz with only the minimal
>> requirements to login and one single company? How do you this?
>>
>> best,
>> Martin
>>
>>
>> On 30 November 2012 10:15, pierre.gaudin<pierre.gaudin@**nereide.fr<[hidden email]>>
>>  wrote:
>>
>>  Hi Martin,
>>>
>>> Maybe  you can do an xml export of your data from ofbiz tools and then
>>> remove or modify values ?
>>>
>>> Pierre
>>>
>>> On 30/11/2012 10:03, Martin Kaiser wrote:
>>>
>>>  Hi all,
>>>>
>>>> I'm just setting up an production environment and I want to load some
>>>> data
>>>> similar to the demo data but with my own company data into ofbiz while
>>>> installing it. Is there somewhere a demo/template XML file which I could
>>>> adjust to fit my needs, or do I have to go through all folders finding
>>>> the
>>>> demo data, copying it and making it available through the ext data
>>>> reader?
>>>>
>>>> Thanks.
>>>>
>>>> Best regards,
>>>> Martin
>>>>
>>>>
>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

Jacques Le Roux
Administrator
You may also try  the setup app but then only seeds must be loaded, else it will not show

Jacques

From: "Martin Kaiser" <[hidden email]>

> Ok, it seems that I will go for #1.5 ;-)
>
> Getting just the demo data and then copying just the stuff I need.
>
> Thank you.
>
>
> On 30 November 2012 11:40, pierre.gaudin <[hidden email]> wrote:
>
>> Hy martin,
>>
>> #1 If you don't want to spend time to understand what you are doing, then
>> you can use entity xml export :
>>    - run seed reader
>>    - run demo reader (by webtools)
>>    - export with filter on date time creation
>> By this way you get only demo data.
>>
>> #2 If you want to understand what you are doing, then this is the job of
>> integration and it takes times and expertise.
>> I create a new xml files from scratch in which i copy and modify xml lines
>> from demo data files that i want to use. The first time you do the job it
>> takes a long time. But it can be reuse for next integration.
>>
>> Pierre
>>
>>
>>
>> On 30/11/2012 10:51, Martin Kaiser wrote:
>>
>>> Hi Pierre,
>>>
>>> thank you. I did this, and now I have a folder with around 500 XMLs
>>> containing all the data. So this means that I will have a lot of work
>>> looking which data is required and which I could throw away. Also this
>>> gives me the seed data, which is already present in the installation.
>>>
>>> I just only want the minimal things required to successfully deploy OFBiz.
>>> So this is setting up the company, an administrator account, and beeing
>>> able to use all the components that come with OFBiz. But I don't know
>>> which
>>> files of the demo data I have to modify to achive this.
>>>
>>> How can I do a plain installation of OFBiz with only the minimal
>>> requirements to login and one single company? How do you this?
>>>
>>> best,
>>> Martin
>>>
>>>
>>> On 30 November 2012 10:15, pierre.gaudin<pierre.gaudin@**nereide.fr<[hidden email]>>
>>>  wrote:
>>>
>>>  Hi Martin,
>>>>
>>>> Maybe  you can do an xml export of your data from ofbiz tools and then
>>>> remove or modify values ?
>>>>
>>>> Pierre
>>>>
>>>> On 30/11/2012 10:03, Martin Kaiser wrote:
>>>>
>>>>  Hi all,
>>>>>
>>>>> I'm just setting up an production environment and I want to load some
>>>>> data
>>>>> similar to the demo data but with my own company data into ofbiz while
>>>>> installing it. Is there somewhere a demo/template XML file which I could
>>>>> adjust to fit my needs, or do I have to go through all folders finding
>>>>> the
>>>>> demo data, copying it and making it available through the ext data
>>>>> reader?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> Best regards,
>>>>> Martin
>>>>>
>>>>>
>>>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

Martin Kaiser
Hello Jacques,

thank you very much for this hint! It did exactly what I needed.

Have nice weekend.

Martin


On 30 November 2012 12:07, Jacques Le Roux <[hidden email]>wrote:

> You may also try  the setup app but then only seeds must be loaded, else
> it will not show
>
> Jacques
>
> From: "Martin Kaiser" <[hidden email]>
> > Ok, it seems that I will go for #1.5 ;-)
> >
> > Getting just the demo data and then copying just the stuff I need.
> >
> > Thank you.
> >
> >
> > On 30 November 2012 11:40, pierre.gaudin <[hidden email]>
> wrote:
> >
> >> Hy martin,
> >>
> >> #1 If you don't want to spend time to understand what you are doing,
> then
> >> you can use entity xml export :
> >>    - run seed reader
> >>    - run demo reader (by webtools)
> >>    - export with filter on date time creation
> >> By this way you get only demo data.
> >>
> >> #2 If you want to understand what you are doing, then this is the job of
> >> integration and it takes times and expertise.
> >> I create a new xml files from scratch in which i copy and modify xml
> lines
> >> from demo data files that i want to use. The first time you do the job
> it
> >> takes a long time. But it can be reuse for next integration.
> >>
> >> Pierre
> >>
> >>
> >>
> >> On 30/11/2012 10:51, Martin Kaiser wrote:
> >>
> >>> Hi Pierre,
> >>>
> >>> thank you. I did this, and now I have a folder with around 500 XMLs
> >>> containing all the data. So this means that I will have a lot of work
> >>> looking which data is required and which I could throw away. Also this
> >>> gives me the seed data, which is already present in the installation.
> >>>
> >>> I just only want the minimal things required to successfully deploy
> OFBiz.
> >>> So this is setting up the company, an administrator account, and beeing
> >>> able to use all the components that come with OFBiz. But I don't know
> >>> which
> >>> files of the demo data I have to modify to achive this.
> >>>
> >>> How can I do a plain installation of OFBiz with only the minimal
> >>> requirements to login and one single company? How do you this?
> >>>
> >>> best,
> >>> Martin
> >>>
> >>>
> >>> On 30 November 2012 10:15, pierre.gaudin<pierre.gaudin@**nereide.fr<
> [hidden email]>>
> >>>  wrote:
> >>>
> >>>  Hi Martin,
> >>>>
> >>>> Maybe  you can do an xml export of your data from ofbiz tools and then
> >>>> remove or modify values ?
> >>>>
> >>>> Pierre
> >>>>
> >>>> On 30/11/2012 10:03, Martin Kaiser wrote:
> >>>>
> >>>>  Hi all,
> >>>>>
> >>>>> I'm just setting up an production environment and I want to load some
> >>>>> data
> >>>>> similar to the demo data but with my own company data into ofbiz
> while
> >>>>> installing it. Is there somewhere a demo/template XML file which I
> could
> >>>>> adjust to fit my needs, or do I have to go through all folders
> finding
> >>>>> the
> >>>>> demo data, copying it and making it available through the ext data
> >>>>> reader?
> >>>>>
> >>>>> Thanks.
> >>>>>
> >>>>> Best regards,
> >>>>> Martin
> >>>>>
> >>>>>
> >>>>>
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Production Setup XML

martin.kaiser@gmail.com
Hi Chung

You can find the setup wizard by using the URL /ofbizsetup/control/main

Before going thru the wizard you should install ofbiz with seed and
seed-initial reeder. After that be sure to set an initial password for the
admin user (else you cannot login). Then everything else goes straight
forward. You will result in a clean installation.

Best,
Martin

On Sunday, 9 December 2012, Chung WONG wrote:

> Hi Martin,
>
> sorry for sending email to you directly as my email didnt send through to
> the mailing list.
>
> How do you actually fixed the problem you have?
> What is setup app and where can I found it?
>
> I am spending days and days on figuring out how to make a "clean"
> installation of ofbiz and am luckily to see your post.
>
> Thank you very much in advance.
>
> Chung
>
> On Sat, Dec 8, 2012 at 11:50 PM, Chung WONG <[hidden email]<javascript:_e({}, 'cvml', '[hidden email]');>
> > wrote:
>
>> Hi All,
>> Can anyone tell me what "setup app" is and where can I find it?
>>
>> thanks.
>>
>>
>> On Sat, Dec 1, 2012 at 12:02 AM, Martin Kaiser <[hidden email]
>> > wrote:
>>
>> Hello Jacques,
>>
>> thank you very much for this hint! It did exactly what I needed.
>>
>> Have nice weekend.
>>
>> Martin
>>
>>
>> On 30 November 2012 12:07, Jacques Le Roux <[hidden email]
>> >wrote:
>>
>> > You may also try  the setup app but then only seeds must be loaded, else
>> > it will not show
>> >
>> > Jacques
>> >
>> > From: "Martin Kaiser" <[hidden email]>
>> > > Ok, it seems that I will go for #1.5 ;-)
>> > >
>> > > Getting just the demo data and then copying just the stuff I need.
>> > >
>> > > Thank you.
>> > >
>> > >
>> > > On 30 November 2012 11:40, pierre.gaudin <[hidden email]>
>> > wrote:
>> > >
>> > >> Hy martin,
>> > >>
>> > >> #1 If you don't want to spend time to understand what you are doing,
>> > then
>> > >> you can use entity xml export :
>> > >>    - run seed reader
>> > >>    - run demo reader (by webtools)
>> > >>    - export with filter on date time creation
>> > >> By this way you get only demo data.
>> > >>
>> > >> #2 If you want to understand what you are doing, then this is the
>> job of
>> > >> integration and it takes times and expertise.
>> > >> I create a new xml files from scratch in which i copy and modify xml
>> > lines
>> > >> from demo data files that i want to use. The first time you do the
>> job
>> > it
>> > >> takes a long time. But it can be reuse for next integration.
>> > >>
>> > >> Pierre
>> > >>
>> > >>
>> > >>
>> > >> On 30/11/2012 10:51, Martin Kaiser wrote:
>> > >>
>> > >>> Hi Pierre,
>> > >>>
>> > >>> thank you. I did this, and now I have a folder with around 500 XMLs
>> > >>> containing all the data. So this means that I will have a lot of
>> work
>> > >>> looking which data is required and which I could throw away. Also
>> this
>> > >>> gives me the seed data, which is already present in the
>> installation.
>> > >>>
>> > >>> I just only want the minimal things required to successfully deploy
>> > OFBiz.
>> > >>> So this is setting up the company, an administrator account, and
>> beeing
>> > >>> able to use all the components that come with OFBiz. But I don't
>> know
>> > >>> which
>> > >>> files of the demo data I have to modify to achive this.
>> > >>>
>> > >>> How can I do a plain installation of OFBiz with only the minimal
>> > >>> requirements to login and one single company? How do you this?
>> > >>>
>> > >>> best,
>> > >>> Martin
>> > >>>
>> > >>>
>> > >>> On 30 November 2012 10:15, pierre.gaudin<pierre.gaudin@**nereide.fr
>> <
>> > [hidden email]>>
>> > >>>  wrote:
>> > >>>
>> > >>>  Hi Martin,
>> > >>>>
>> > >>>> Maybe  you can do an xml export of your data from ofbiz tools and
>> then
>> > >>>> remove or modify values ?
>> > >>>>
>> > >>>> Pierre
>> > >>>>
>> > >>>> On 30/11/2012 10:03, Martin Kaiser wrote:
>> > >>>>
>> > >>>>  Hi all,
>> > >>>>>
>> > >>>>> I'm just setting up an production environment and I want to load
>> some
>> > >>>>> data
>> > >>>>> similar to the demo data but with my own company data into ofbiz
>> > while
>> > >>>>> installing it. Is there somewhere a demo/template XML file which I
>> > could
>> > >>>>> adjust to fit my needs, or do I have to go through all folders
>> > finding
>> > >>>>> the
>> > >>>>> demo data, copying it and making it available through the ext data
>> > >>>>> reader?<
>>
>>
>