Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261777 - Ebuild for Lx-Office ERP (www-apps/lx-office-erp), an accounting solution (fork of SQL-Ledger)
Summary: Ebuild for Lx-Office ERP (www-apps/lx-office-erp), an accounting solution (fo...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on: 261775
Blocks:
  Show dependency tree
 
Reported: 2009-03-08 22:05 UTC by Daniel Mettler
Modified: 2011-06-23 18:46 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lx-office-erp-2.6.0_beta_p1-r1.tgz (lx-office-erp-2.6.0_beta_p1-r1.tgz,3.42 KB, application/octet-stream)
2009-03-08 22:08 UTC, Daniel Mettler
Details
lx-office-erp-2.6.0_beta_p1-r1.ebuild (lx-office-erp-2.6.0_beta_p1-r1.ebuild,2.66 KB, text/plain)
2009-03-08 22:12 UTC, Daniel Mettler
Details
postinstall-en.txt (postinstall-en.txt,3.62 KB, text/plain)
2009-03-08 22:13 UTC, Daniel Mettler
Details
lx-office-erp-2.6.2.ebuild (lx-office-erp-2.6.2.ebuild,3.02 KB, text/plain)
2011-05-22 11:04 UTC, Bjoern Olausson
Details

Note You need to log in before you can comment on or make changes to this bug.
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