Monthly Archives: พฤษภาคม 2009

ติดตั้ง Django กันดีกว่า

เพราะคนดีย่อมแก้ไข คนจัญไร นั้นแก้ตัว ผมจึงสารภาพตามตรงว่าหลังจากบาร์แคมป์ บางกอก ครั้งที่ 3 แล้ว ความขี้เกียจได้จับตัวกันเป็นก้อน ไม่มีเหตุผลอื่นใดเลย เรื่องที่ติดว่าจะบล็อกเรื่องการ Deploy Django นั้นจึงยังไม่ได้ขึ้นด้วยประการฉะนี้ เกริ่นไปให้มากความ เข้าเรื่องเลยดีกว่า ก่อนอื่นเลยผมขอแยกส่วนต่างๆของโปรเจ็คออกเป็นส่วนๆ เพื่อง่ายต่อการอัพเดต Django (เอาไว้เก็บ Source code ของ django) Media (images, css, javascript) Logs ( ถ้าอยากมี logs ก็เอามันมาไว้ข้างนอกเสีย อย่าเอาไปรวมกับ source code) User-upload ( อะไรที่ user upload ขึ้นมา พึงระวัง) Project source code ( เอาไว้เก็บไฟล์โปรเจ็คของเรา มีอะไรก็อัพเดตมันตรงนี้แหละ) Configuration ( ชื่อก็บอกว่าเก็บคอนฟิก อันนี้ถ้าทำงานหลายๆ คนก็แยกเป็นโฟลเดอร์ย่อยๆ ของใครของมัน [...]

Posted in Programming | Tagged , , , , | Leave a comment

How to fix Bad settings.LANGUAGE_CODE in Satchmo

This thread describes the issue The following command will generate the locale on Unix systems. sudo locale-gen en_US

Posted in CMS, Programming | Tagged , , | Leave a comment

Magento installation instructions.

วันนี้มีโอกาสได้ทดลองใช้ 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 [...]

Posted in CMS | Tagged , , , , , | 1 Comment

Satchmo Django E-Commerce 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

Posted in CMS | Tagged , , , | Leave a comment