Магазин на базе SkeekS CMS
Publication time: Wednesday, March 1, 2017 (a year ago)
Created by: Семенов Александр Сергеевич
Category: Разное
Актуальная версия:
3.0.0-alpha
Nov 12, 2017, 4:15:52 PM (a year ago)
Packagist: skeeks/app-shop-smarty-animals
: https://github.com/skeeks-cms/app-shop-smarty-animals
: 149 (Per month: 3)
Тип: Проект
# Download latest version of composer
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
# Installing the base project SkeekS CMS
COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stability=dev skeeks/app-shop-smarty-animals demo.ru
# Going into the project folder
cd demo.ru
#Edit the file to access the database, it is located at common/config/db.php
#Installation of ready-dump
php yii dbDumper/mysql/restore
http://your-site.ru/~sx
root
skeeks
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com
dev-master — Nov 12, 2017, 4:15:52 PM (a year ago)
3.0.0-alpha — Nov 12, 2017, 4:15:52 PM (a year ago)
2.0.0 — Nov 8, 2017, 12:55:57 AM (a year ago)
1.0.0 — Feb 28, 2017, 7:21:48 PM (a year ago)
# Download latest version of composer
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
# Installing the base project SkeekS CMS
COMPOSER_HOME=.composer php composer.phar create-project --no-install --prefer-dist skeeks/app-shop-smarty-animals demo.ru
# Going into the project folder
cd demo.ru
# Download latest version of composer in project
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
# Extra plug-ins
COMPOSER_HOME=.composer php composer.phar global require fxp/composer-asset-plugin --no-plugins
# Download dependency
COMPOSER_HOME=.composer php composer.phar install -o
# Run the command to initialize the project, the installer executable file and the necessary rights to the directory
php yii cms/init
Отредактируйте файл доступа к базе данных, он находится по адресу common/config/db.php
php yii dbDumper/mysql/restore
All Comments (0)