Summary: | Add Carton support to Koha | ||
---|---|---|---|
Product: | Koha | Reporter: | Mason James <mtj> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Galen Charlton <gmcharlt> |
Status: | RESOLVED WISHLIST | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, julian.maurice, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19735 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 8807 - add Carton support to Koha |
Description
Mason James
2012-09-24 08:54:49 UTC
here is more info on Carton http://www.slideshare.net/dagolden/cooking-perlwithchefpresentationfinal http://search.cpan.org/~miyagawa/carton-v0.9.4/lib/Carton/Doc/FAQ.pod Created attachment 12468 [details] [review] Bug 8807 - add Carton support to Koha (In reply to comment #2) > Created attachment 12468 [details] [review] > Bug 8807 - add Carton support to Koha patch created from master (bd1f62137de) steps used to create patch... 1/ install cpanm, (2 methods) $ sudo cpan App::cpanminus or... $ curl -L http://cpanmin.us | perl - --sudo App::cpanminus 2/ install carton $ sudo cpanm carton 3/ install needed perl modules (and create a carton.lock file) $ cd koha.git $ carton install Should this bug be "needs signoff?" Can someone weigh in if this can be closed? No activity since 2012 (no answer to Owens question 2014). This would be interesting if we had a script to generate the carton files. Because we cannot ditch our current model as it is used for generating the Debian packages. I like the idea overall, but this bug should probably be closed until someone can work on a complete solution. |