Skip to content

Commit

Permalink
+readme
Browse files Browse the repository at this point in the history
  • Loading branch information
«228vit» committed Apr 2, 2011
1 parent 29818ce commit 2efd547
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
A very simple Diem based online store, with using sfShoppingCartPlugin.
It is not ready for production, use it for learning and feel free for fork and modify it.

Installation

$ git clone [email protected]:228vit/dmshop.git
$ cd dmshop
$ cp config/databases.yml.dist databases.yml
$ nano databases.yml
$ php symfony dm:setup
$ php symfony doctrine:insert-sql
$ php symfony doctrine:data-load

backend login
login: admin
password: pass

Feel free to use it

0 comments on commit 2efd547

Please sign in to comment.