Skip to content

hiproz/yincart2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yincart 2.0.0 Beta

Offical WebSite packages is from mincms.

Technology

REQUIREMENTS

  • PHP_VERSION 5.3.11 +
  • Apache Rewrite

install

step 1 [Download Composer]

windows Composer Download

Linux Composer Download

curl -sS https://getcomposer.org/installer | php

or

php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"

step 2 [install Composer]

  git clone git@github.com:mincms/mincms.git
  cd packages 

Windows

   Composer install	

Linux

php composer.phar install   

step 3 [vhosts config]

httpd-vhosts yourdomain is your custom domain

<VirtualHost *:80>
    ServerAdmin your@your-email.address
    DocumentRoot "/your-path/mincms/app/web"
    ServerName yourdomain
    ErrorLog "logs/mincms-error.log"
    CustomLog "logs/mincms.log" common
</VirtualHost>

step 4 [install yincart]

visite http://yourdomain it will show default page. there is install link.if your didn't installed yincart before.

backend link http://yourdomain/admin.html

APPLICATION STRUCTS

packages                    
	application/        comm packages. contain modules,widget ETC,alias is @application
	web/                web code for app/web  you can use LN to app/web
	vendor/             composer autoload
	runtime/	    cache before Yii2 bootstrap
app
	protected/          	    application code
		controllers/        controllers
		hook/		    hooks
		models/             
		runtime/            cache
		config/             website config such as database  
		modules/            modules for @app the name can't the same as @application/modules
	web/          	    website root

Connect US

QQ group:227575466
Email: yhxxlm@gmail.com

About

online mall base on yii2, support b2b.b2c.o2o etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • PHP 22.8%
  • HTML 10.4%
  • CSS 4.7%
  • ApacheConf 0.3%