Egg-Release
view release on metacpan or search on metacpan
lib/Egg/Release.pm view on Meta::CPAN
Please look at the document of Egg about the making method.
The authority of the directory is set.
% cd /path/to/MyApp
% chmod 777 cache tmp
or
% chown webserver cache tmp
The access authority from the WEB server is set.
=head2 Model
L<Egg::Model::DBI> is used for the model. And, SQLite is used for DBD.
The data base is '/path/to/MyApp/etc/myapp.db'.
The table is prepared as follows.
lib/Egg/Release.pm view on Meta::CPAN
% cd /path/to/MyApp/bin
% perl trigger.cgi
It deals at the right time if the error occurs by this.
The work file of L<HTML::Mason> is temporarily deleted if normally displayed.
% rm -rf /path/to/MyApp/tmp/*
# It is also good to change the owner.
% chown -R webserver /path/to/MyApp/tmp
Because this tutorial explains the method of constructing the application, the
method of setting these is omitted only though it is made to set 'mod_perl' and
'FastCGI' and to display by a browser now. Please see at the document of L<Egg>
in detail.
Perhaps, if 'trigger.cgi' normally returns contents when the error is returned
by displaying a browser, the problem concerns the setting and the authority, etc.
Please adjust and try these.
( run in 1.621 second using v1.01-cache-2.11-cpan-71847e10f99 )