shopaholic
shopaholic copied to clipboard
Shopaholic is an open-source e-shop based on PHP with Nette Framework and dibi under the hood.
# Shopaholic
Shopaholic is an open-source e-shop based on PHP with Nette Framework and dibi under the hood. It aims to be the easiest, yet quite useful, e-shop platform ever made.
Installation
- copy all files into your document root
- import
my.sql
into your database (it's for MySQL; if you have some other database, try to change SQL to dialect your DB undestands) - edit
.htaccess
- check configuration in
conf/
subdirectory (especially target atcommon.php
,db.php
andtimezone.php
, the others are possible to edit in administration) - make directories
fulltext/
,log/
,log/admin/
,media/
andtmp/
if not present - and in the end change permission to
777
onconf/
,fulltext/
,log/admin/
,media/
andtmp/
if not yet
## Usage
Open your browser and shop. To enter administration add suffix admin
into the urlbar. For example if your shop resides at http://example.com/my/super/duper/sexy/shop/
, admin is at http://example.com/my/super/duper/sexy/shop/admin/
. I think you get the idea.