Difference between revisions of "Shop setup"
From Dreamwidth Notes
m |
m (Remove redlink.) |
||
(One intermediate revision by the same user not shown) | |||
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 | + | 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. |
[[Category: Dreamwidth Installation]] | [[Category: Dreamwidth Installation]] | ||
[[Category: Development]] | [[Category: Development]] | ||
[[Category: Dreamhack]] | [[Category: Dreamhack]] |
Latest revision as of 02:24, 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.