Git Product home page Git Product logo

yii2_fecshop_app_advanced's Introduction

yii2_fecshop_app_advanced

fecshop app advanced

========

github: https://github.com/fancyecommerce/yii2_fecshop_app_advanced

Latest Stable Version Total Downloads Latest Unstable Version

项目已经开始, 框架已经整理完毕,已经开始开发,这是安装fecshop 的入口部分,您可以通过下面的通过composer的方式安装,安装后, Yii2_fecshop,Yii2_fec_admin,Yii2_fec都会通过依赖包的方式被加载进来。

Terry

1、安装 fecshop app advanced

安装这个扩展的首选方式是通过 composer.

安装composer

curl -sS https://getcomposer.org/installer | php  
mv composer.phar /usr/local/bin/composer 
composer self-update

安装fecshop app advanced

composer global require "fxp/composer-asset-plugin:~1.1.1"
git clone https://github.com/fancyecommerce/yii2_fecshop_app_advanced.git   fecshop
cd fecsop
composer update
./init

执行完上面,就安装完成了。

2、配置 fecshop app advanced

在common/main-local.php中配置mysql,mongodb,redis

3、配置nginx

nginx root 分别指向 appfront/web 和appadmin/web

4、配置store的域名

在配置文件:@app\config\fecshop_local_services\Store.php

5、配置语言:

在配置文件:@app\config\fecshop_local_services\FecshopLang.php

6、配置货币:

在文件:@app\config\fecshop_local_services\Page.php

7、配置是否强制复制assets到web目录,如果是开发环境,按照下面进行配置。

这个是yii2的知识范畴

'assetManager' => [
	'forceCopy' => true,
],

如果是线上, 将forceCopy设置成false ['forceCopy' => false]

8、其他参看文档配置。

Fecshop 初始配置

yii2_fecshop_app_advanced's People

Contributors

fancyecommerce avatar

Watchers

Daniel Chen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.