Difference between revisions of "Shop setup"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Remove redlink.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Edit <code>~/dw/etc/config-local.pl</code> 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.
+
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.
  
[[Category: Dreamwidth installation]]
+
[[Category: Dreamwidth Installation]]
 +
[[Category: Development]]
 +
[[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.