interchange / TableEditor

25 stars 4 forks source link

Debian packages #65

Open racke opened 9 years ago

racke commented 9 years ago

Let's start with the list of prerequisites:

racke commented 9 years ago

Found:

libtest-most-perl libtest-database-perl libyaml-perl libclass-load-perl libdancer-perl libdancer-plugin-dbic-perl libdancer-plugin-auth-extensible-perl libtemplate-perl libdbix-class-schema-loader-perl libmoo-perl libmoox-types-mooselike-perl starman

Older version.

libdbd-sqlite (0.9.0-3)

Not found:

Array::Utils

racke commented 9 years ago

Looks pretty good so far :-)

yure commented 9 years ago

You da man racke! If we have the package only decent thing would be to come up with some demos so people dont install on an empty one ;) On Mar 17, 2015 8:48 PM, "Stefan Hornburg (Racke)" notifications@github.com wrote:

Looks pretty good so far :-)

— Reply to this email directly or view it on GitHub https://github.com/interchange/TableEditor/issues/65#issuecomment-82566839 .

racke commented 9 years ago

We have to check what is the recommended way to organize web apps on Debian and write the Debian maintainer scripts according to this.

But definitely better than dealing with a string of modules to package first for prerequisites.

hexfusion commented 9 years ago

:+1: this would be a very cool thing

racke commented 9 years ago

Looks like we actually don't use Array::Utils.

racke commented 9 years ago

Fixed in e80f8d3.

racke commented 9 years ago

Final list of prerequsites:

libclass-method-modifiers-perl libtest-most-perl libtest-database-perl libyaml-perl libclass-load-perl libdbd-sqlite3-perl libdancer-perl libdancer-plugin-dbic-perl libdancer-plugin-auth-extensible-perl libtemplate-perl libdbix-class-schema-loader-perl libmoo-perl libmoox-types-mooselike-perl starman

Thanks to @SysPete for clearing up the DBD::Sqlite confusion.

racke commented 9 years ago

Default session engine from config.yml is missing (Storable).

SysPete commented 9 years ago

Add libclass-method-modifiers-perl to deps list in earlier comment.