Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 261777

Summary: Ebuild for Lx-Office ERP (www-apps/lx-office-erp), an accounting solution (fork of SQL-Ledger)
Product: Gentoo Linux Reporter: Daniel Mettler <mettlerd>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: contactme, Thomas.Rausch, web-apps
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 261775    
Bug Blocks:    
Attachments: lx-office-erp-2.6.0_beta_p1-r1.tgz
lx-office-erp-2.6.0_beta_p1-r1.ebuild
postinstall-en.txt
lx-office-erp-2.6.2.ebuild

Description Daniel Mettler 2009-03-08 22:05:18 UTC
My ebuild for http://lx-office.org/index.php?id=erp.
(also requires dev-perl/CGI-Ajax, see http://bugs.gentoo.org/show_bug.cgi?id=261775)

Works fine on my server.

Installation instructions:
http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/

Reproducible: Always
Comment 1 Daniel Mettler 2009-03-08 22:08:19 UTC
Created attachment 184374 [details]
lx-office-erp-2.6.0_beta_p1-r1.tgz
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-08 22:11:55 UTC
Reassigning to maintainer-wanted, CCing web-apps herd.
Comment 3 Daniel Mettler 2009-03-08 22:12:57 UTC
Created attachment 184375 [details]
lx-office-erp-2.6.0_beta_p1-r1.ebuild
Comment 4 Daniel Mettler 2009-03-08 22:13:37 UTC
Created attachment 184377 [details]
postinstall-en.txt
Comment 5 Bjoern Olausson 2011-05-22 11:04:10 UTC
Created attachment 274263 [details]
lx-office-erp-2.6.2.ebuild

Updated ebuild for lx-office-erp 2.6.2

Some perl modules required have to be installed via g-cpan:
# emerge -av g-cpan
# g-cpan -g Rose::Object Rose::DB Rose::DB::Object

Some other perl dependencies for the above are generated.
All but Convert-NLS-DATE-FORMAT fails to install later because the source package contains underscores instead of dashes so you have to download it manually, rename it an put it into the distfiles directory:

# wget http://www.cpan.org/authors/id/K/KO/KOLIBRIE/Convert-NLS_DATE_FORMAT-0.02.tar.gz -O /usr/portage/distfiles/Convert-NLS-DATE-FORMAT-0.02.tar.gz

Thats it. Now you can install lx-office-erp-2.6.2 and upgrade your installation via:
# webapp-config -U -h YOUR_HOST -d YOUR_DIR lx-office-erp 2.6.2
if you use vhosts.

Lx-Office will upgrade your DB and other stuff when you open it the first time via your browser so you might want to make backups of your DB and installation files - for me everything went fine.

Cheers,
Bjoern
Comment 6 Daniel Mettler 2011-05-23 00:33:08 UTC
Thanks for the update, Bjoern!

I've also added a comment about it to

http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/#comment-1564

I should (and will) probably also create a new, dedicated blog post for your update!

Cheers

Dani
Comment 7 Bjoern Olausson 2011-06-23 18:46:06 UTC
(In reply to comment #6)
> Thanks for the update, Bjoern!
> 
> I've also added a comment about it to
> 
> http://www.numlock.ch/news/it/gentoo-ebuilds-for-lx-office-erp-260-beta1/#comment-1564
> 
> I should (and will) probably also create a new, dedicated blog post for your
> update!
> 
> Cheers
> 
> Dani

You are welcome.

You should at least mention how to get those missing Perl *grml* dependencies.

Cheers,
Bjoern