An open source clone of Shopify.
最新电子商务开源项目 19wu
ShopQi is based on Rails3.2, include all the features of e-commerce.
Please feel free to contact me if you have any questions.
Requirement
Installation[use PostgreSQL]
$ bundle
$ bundle exec rake shopqi:bootstrap
Installation[use MySQL]
$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"
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
DO NOT use localhost, use lvh.me intead.
ShopQi 基于 Rails3.2 开发, 覆盖电子商务所有功能,包括
有任何问题或建议请联系我.
基本功能
商店外观美化功能
通知提醒
附加功能
扩展能力
要求
安装[使用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 文件中的端口号
浏览
注意不要使用 localhost 来访问
#486: 如果无法通过 www.lvh.me 访问,`ping www.lvh.me` 也无法连接,可改为使用 42foo.com 进行访问,并将 config/app_config.yml 文件中的 lvh.me 修改为 42foo.com
No open issues yet, or sync has not completed.