Installing Ofbiz on Ubuntu

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

Installing Ofbiz on Ubuntu

Gaston Huot
I'm in a process of testing a few open source ERP for a client.

Yesterday I installed odoo without any problem (well, almost ...) because
there were some really good (recent and tested) tutorials.
Today, after may hours, I'm still trying to install Ofbiz.

I know that is probably my fault (because I haven't used the right
procedure). That's why I would like to know if a recent and tested tutorial
exists for installing and running Ofbiz on the Ubuntu platform, and if yes,
could someone recommend the appropriate site where  it would be available ?

Thanks,

Gaston
Montreal, Qc
Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

jsharma
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

Sumit  Pandit
In reply to this post by Gaston Huot
Hi Gaston,
I am sure you must be referring below document -
https://cwiki.apache.org/confluence/display/OFBADMIN/Demo+and+Test+Setup+Guide

Then following would also help you in exploring-
https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-purpAndGoal

If you are blocked at any specific point let community know.



--
Thanks & Regards
Sumit Pandit
Tata Consultancy Services
Cell Number: +917503046188
Mail to: [hidden email]
Web site: www.tcs.com
____________________________________________



----- Original Message -----
From: "Gaston Huot" <[hidden email]>
To: [hidden email]
Sent: Wednesday, November 26, 2014 2:18:42 AM
Subject: Installing Ofbiz on Ubuntu

I'm in a process of testing a few open source ERP for a client.

Yesterday I installed odoo without any problem (well, almost ...) because
there were some really good (recent and tested) tutorials.
Today, after may hours, I'm still trying to install Ofbiz.

I know that is probably my fault (because I haven't used the right
procedure). That's why I would like to know if a recent and tested tutorial
exists for installing and running Ofbiz on the Ubuntu platform, and if yes,
could someone recommend the appropriate site where  it would be available ?

Thanks,

Gaston
Montreal, Qc
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

hans_bakker
In reply to this post by Gaston Huot
Please read the README file in the ofbiz root directory?

On 26/11/14 03:48, Gaston Huot wrote:

> I'm in a process of testing a few open source ERP for a client.
>
> Yesterday I installed odoo without any problem (well, almost ...) because
> there were some really good (recent and tested) tutorials.
> Today, after may hours, I'm still trying to install Ofbiz.
>
> I know that is probably my fault (because I haven't used the right
> procedure). That's why I would like to know if a recent and tested tutorial
> exists for installing and running Ofbiz on the Ubuntu platform, and if yes,
> could someone recommend the appropriate site where  it would be available ?
>
> Thanks,
>
> Gaston
> Montreal, Qc
>

Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

Sanjeev Gupta
In reply to this post by Gaston Huot
What's the process you've been following ?
Is there a specific step that you're stuck with ?
If you can be a bit specific, it'll be easier to help ..  

Rgds
Sanjeev Gupta
www.digitalwebadvisors.com
Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

Adrian Crum-3
In reply to this post by jsharma
Jyoti,

Step 2b includes steps 2a and 2c, so you only need to perform

./ant load-demo
./ant start

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 11/26/2014 4:51 AM, jsharma wrote:

> Hi,
>
> I am not sure if there is any documentation available or not but I am using
> Ofbiz on Ubuntu so can tell some quick steps you can follow.
>
> 1. Download SVN and take checkout of ofbiz with command
>    svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
>
> 2. Go to {OFBIZ_HOME} directory and run following commands:-
>       a) ./ant load-extseed;
>       b) ./ant load-demo;
>       c) ./ant create-admin-user-login (Will ask for username and default
> password will be ofbiz)
>       d) ./ant start;
>
>
> This will load the basic seed data and demo data.
>
> Back-end can be accessed with url:-
> https://localhost:8443/catalog/control/main
> Front-end can be accessed with
> url:-http://localhost:8080/ecommerce/control/main
>
>
> Thanks,
> Jyoti Sharma
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Installing-Ofbiz-on-Ubuntu-tp4658965p4658967.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Installing Ofbiz on Ubuntu

Jacques Le Roux
Administrator
Thanks Adrian, I wanted to say it also.

You should use load-extseed ALONE when you want to load ONLY your extseed data...
Another possibility is to use ant load-file to load data ONLY from a specific file

Jacques

Le 27/11/2014 16:12, Adrian Crum a écrit :

> Jyoti,
>
> Step 2b includes steps 2a and 2c, so you only need to perform
>
> ./ant load-demo
> ./ant start
>
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>
> On 11/26/2014 4:51 AM, jsharma wrote:
>> Hi,
>>
>> I am not sure if there is any documentation available or not but I am using
>> Ofbiz on Ubuntu so can tell some quick steps you can follow.
>>
>> 1. Download SVN and take checkout of ofbiz with command
>>    svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz
>>
>> 2. Go to {OFBIZ_HOME} directory and run following commands:-
>>       a) ./ant load-extseed;
>>       b) ./ant load-demo;
>>       c) ./ant create-admin-user-login (Will ask for username and default
>> password will be ofbiz)
>>       d) ./ant start;
>>
>>
>> This will load the basic seed data and demo data.
>>
>> Back-end can be accessed with url:-
>> https://localhost:8443/catalog/control/main
>> Front-end can be accessed with
>> url:-http://localhost:8080/ecommerce/control/main
>>
>>
>> Thanks,
>> Jyoti Sharma
>>
>>
>>
>> --
>> View this message in context: http://ofbiz.135035.n4.nabble.com/Installing-Ofbiz-on-Ubuntu-tp4658965p4658967.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>