Difference between revisions of "Shop setup"

From Dreamwidth Notes
Jump to: navigation, search
(Initial draft)
 
m (Remove redlink.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Warning: Work in progress, I haven't actually made mine work yet!'''
+
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.
  
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.
+
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 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: Development]]
'''Again: This is not finished!'''
+
[[Category: Dreamhack]]
 
+
[[Category: Dreamwidth installation]]
+

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.