Difference between revisions of "Shop setup"

From Dreamwidth Notes
Jump to: navigation, search
(Initial draft)
 
m
Line 1: Line 1:
'''Warning: Work in progress, I haven't actually made mine work yet!'''
 
 
 
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>~/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 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.
 
+
'''Again: This is not finished!'''
+
  
 
[[Category: Dreamwidth installation]]
 
[[Category: Dreamwidth installation]]

Revision as of 04:36, 11 September 2011

Edit ~/dw/etc/config-local.pl 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.