Difference between revisions of "Shop setup"
From Dreamwidth Notes
m |
(Current file location) |
||
Line 1: | Line 1: | ||
− | Edit <code> | + | Edit <code>$LJHOME/ext/local/etc/config-local.pl</code> (copy it first from <code>$LJHOME/etc/config-local.pl</code> if it doesn't already exist) to uncomment the variable <code>%SHOP</code>. Note that it's multiple lines to uncomment, but don't accidentally uncomment the <code>key =></code> line which ''is'' a comment. |
You will also need to install the CPAN module <code>Business::CreditCard</code> which is not checked for by [[checkconfig.pl]] and may not be installed. | You will also need to install the CPAN module <code>Business::CreditCard</code> which is not checked for by [[checkconfig.pl]] and may not be installed. |
Revision as of 02:19, 1 January 2018
Edit $LJHOME/ext/local/etc/config-local.pl
(copy it first from $LJHOME/etc/config-local.pl
if it doesn't already exist) to uncomment the variable %SHOP
. Note that it's multiple lines to uncomment, but don't accidentally uncomment the key =>
line which is a comment.
You will also need to install the CPAN module Business::CreditCard
which is not checked for by checkconfig.pl and may not be installed.