Satchmo

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第7行: 第7行:
 
  easy_install http://tinyforge.org/frs/download.php/1/trml2pdf.tar.gz
 
  easy_install http://tinyforge.org/frs/download.php/1/trml2pdf.tar.gz
 
  easy_install PyYAML
 
  easy_install PyYAML
 +
Install Python Imaging Library.
 +
easy_install --find-links=http://download.zope.org/distribution PILwoTk
 +
Optional dependencies
 +
easy_install elementtree
 +
easy_install docutils
 +
===Install Satchmo===
 +
cd /home/user/satchmo-0.8
 +
django-admin.py startproject mystore
 +
sudo python setup.py install
 +
===Customizing the settings===
 +
vi mystore/settings.py
 +
cp satchmo/local_settings-customize.py /mystore/local_settings.py
 +
required files
 +
python manage.py satchmo_copy_urls
 +
===Database===
 +
===View===
 +
python manage.py runserver
 +
http://127.0.0.1:8000/shop
 +
http://127.0.0.1:8000/admin
 +
http://127.0.0.1:8000/settings
 +
http://127.0.0.1:8000/admin/doc
 
more detail: http://www.satchmoproject.com/docs/svn/new_installation.html
 
more detail: http://www.satchmoproject.com/docs/svn/new_installation.html
 
==Links==
 
==Links==

2008年12月16日 (二) 03:52的版本

Satchmo's mission is to use Django to create an open source framework for creating unique and robust online stores. To provide maximum flexibility, Satchmo is licensed under the BSD license.

目录

Install

Installing Dependencies

easy_install pycrypto
easy_install http://code.enthought.com/enstaller/eggs/rhel/3/Reportlab-2.1.0001-py2.5.egg
easy_install django-registration
easy_install http://tinyforge.org/frs/download.php/1/trml2pdf.tar.gz
easy_install PyYAML

Install Python Imaging Library.

easy_install --find-links=http://download.zope.org/distribution PILwoTk

Optional dependencies

easy_install elementtree
easy_install docutils

Install Satchmo

cd /home/user/satchmo-0.8
django-admin.py startproject mystore
sudo python setup.py install

Customizing the settings

vi mystore/settings.py

cp satchmo/local_settings-customize.py /mystore/local_settings.py

required files

python manage.py satchmo_copy_urls

Database

View

python manage.py runserver
http://127.0.0.1:8000/shop
http://127.0.0.1:8000/admin
http://127.0.0.1:8000/settings
http://127.0.0.1:8000/admin/doc 

more detail: http://www.satchmoproject.com/docs/svn/new_installation.html

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱