Tag: CMS
Magento installation instructions.
by Kowit on พ.ค..12, 2009, under CMS
วันนี้มีโอกาสได้ทดลองใช้ CMS สำหรับ E-Commerce Website โดย @KayEss แนะนำให้ลอง Magento ดู พบว่าเข้าท่ามากมาย ลองมาดูวิธีการติดตั้งกันครับ
Software requirement:
- Linux, Windows, or another UNIX-compatible operating system
- Apache Web Server (1.x or 2.x)
- PHP 5.2.0 or newer, with the following extensions/addons:
- PDO/MySQL
- MySQLi
- mcrypt
- mhash
- simplexml
- DOM
- MySQL 4.1.20 or newer
- InnoDB storage engine
- A Sendmail-compatible Mail Transfer Agent (MTA)
- Magento will connect directly to an SMTP server if you don’t have an MTA
Satchmo Django E-Commerce CMS
by Kowit on พ.ค..06, 2009, under CMS
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
sudo apt-get install python-trml2pdf
Install Django
download Django stable version from http://www.djangoproject.com/download/1.0.2/tarball/
Installing Satchmo into your path
make new project
– django-admin.py startproject mystore
uncompress satchmo
setupSatchmo
– sudo python setup.py install
