How can I distribute Catalyst Apps?
The default (and recommended) packaging method is to use Module::Install.
To pack up an application, use 'make manifest' and then 'make dist' to create a redistributable tar of the application directory.
In your application base directory:
edit prereqs in Makefile.PL
perl Makefile.PL
make manifest (edit MANIFEST.SKIP and run make manifest again if you'd like to exclude certain file patterns)
make dist
copy YourApp?-version.tar.gz to the destination system, unpack and run it..
The default (and recommended) packaging method is to use Module::Install.
To pack up an application, use 'make manifest' and then 'make dist' to create a redistributable tar of the application directory.
In your application base directory:
edit prereqs in Makefile.PL
perl Makefile.PL
make manifest (edit MANIFEST.SKIP and run make manifest again if you'd like to exclude certain file patterns)
make dist
copy YourApp?-version.tar.gz to the destination system, unpack and run it..
Комментариев нет:
Отправить комментарий