saberma / shopqi

An open source clone of Shopify.
831 stars 298 forks source link

最新电子商务开源项目 19wu

ShopQi 测试結果

English README

ShopQi is based on Rails3.2, include all the features of e-commerce.

Please feel free to contact me if you have any questions.

Installation

Requirement

  1. PostgreSQL OR MySQL
  2. Redis

Installation[use PostgreSQL]

$ bundle
$ bundle exec rake shopqi:bootstrap

Installation[use MySQL]

$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"

Usage

Start the server

$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb

If you change the port, make sure the port value in config/app_config.yml was changed too.

Open the browser

http://www.lvh.me:4000

DO NOT use localhost, use lvh.me intead.

中文说明(Chinese README)

ShopQi 基于 Rails3.2 开发, 覆盖电子商务所有功能,包括

有任何问题或建议请联系我.

基本功能

商店外观美化功能

通知提醒

附加功能

扩展能力

安装

要求

  1. PostgreSQL OR MySQL
  2. redis

安装[使用Postgresql]

$ bundle
$ bundle exec rake shopqi:bootstrap

安装[使用MySQL]

$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"

使用

启动应用服务器

$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb

如果你修改了端口,请同时修改 config/app_config.yml 文件中的端口号

浏览

http://www.lvh.me:4000

注意不要使用 localhost 来访问

#486: 如果无法通过 www.lvh.me 访问,`ping www.lvh.me也无法连接,可改为使用42foo.com进行访问,并将 [config/app_config.yml](https://github.com/saberma/shopqi/blob/master/config/app_config.yml#L15) 文件中的lvh.me修改为42foo.com`

反馈

有任何问题点这里 提交问题

License

GNU Affero GPL 3