Reaction Commerce

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Meteor)
(部署运维)
第69行: 第69行:
  
 
==部署运维==
 
==部署运维==
 +
*[https://hub.docker.com/u/reactioncommerce/ Docker Hub]
 
*[https://github.com/reactioncommerce/launchdock Launchdock]
 
*[https://github.com/reactioncommerce/launchdock Launchdock]
 
*[https://github.com/reactioncommerce/launchdock-connect launchdock-connect]
 
*[https://github.com/reactioncommerce/launchdock-connect launchdock-connect]

2016年7月8日 (五) 01:04的版本

Reaction Commerce 是一个现代、响应式、实时事件驱动的电子商务平台。基于 JavaScriptMeteorNode.js 构建,支持 Docker 部署。

目录

指南

curl https://install.meteor.com | /bin/sh # installs Meteor
git clone https://github.com/reactioncommerce/reaction
cd reaction
meteor npm install
./reaction pull 
./reaction
http://local.host:3000/
./reaction reset
Resetting Database!! Also delete modules? [y/N]
./reaction install 
git pull
meteor reset // Project reset.
meteor --raw-logs --settings settings/dev.settings.json

Meteor

基于 Meteor 的模块化设计,packages目录下:

my-custom-theme-template	reaction-collections		reaction-i18n			reaction-router  reaction-ui-navbar
reaction-accounts		reaction-core			reaction-inventory		reaction-sample-data  reaction-ui-tagnav
reaction-analytics		reaction-core-theme		reaction-layout			reaction-schemas
reaction-analytics-libs		reaction-dashboard		reaction-logger			reaction-shipping
reaction-catalog		reaction-default-theme		reaction-orders			reaction-social
reaction-checkout		reaction-email-templates	reaction-product-variant	reaction-ui 

模块安装

meteor add reactioncommerce:core
meteor add reactioncommerce:core-theme 
meteor add reactioncommerce:reaction-accounts
meteor add reactioncommerce:reaction-orders
meteor add reactioncommerce:reaction-shipping
...

Hello World 一个简单的Meteor包

cd reaction/packages
git clone https://github.com/reactioncommerce/reaction-helloworld
cd reaction
meteor add reactioncommerce:reaction-helloworld // 需要修改 packages.js 里的 api.versionsFrom("[email protected]"); 和 api.use("reactioncommerce:[email protected]");
meteor remove reactioncommerce:reaction-helloworld

MongoDB

项目

账户集成

  • Facebook
  • Google
  • Twitter

支付

reaction-paymentmethod

用户

部署运维

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱