Publication time: Tuesday, June 7, 2016 (7 years ago)
Created by: Семенов Александр Сергеевич
Category: Clothing
Current version:
Jan 1, 1970, 3:00:00 AM (53 years ago)
Packagist: skeeks/app-shop-smarty
: https://github.com/skeeks-cms/app-shop-smarty
:
Type of: Проект
Shop on SkeekS CMS (Yii2)
Links
Install
# 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 demo.ru
# Going into the project folder
cd demo.ru
# Download latest version of composer
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
#Edit the file to access the database, it is located at common/config/db.php
#Update configs
COMPOSER_HOME=.composer php composer.phar self-update && COMPOSER_HOME=.composer php composer.phar du
#Installation of ready-dump
php yii migrate -t=migration_install -p=backup/migrations
Other
sudo -i -u postgres
pgloader mysql://shop:jW4mKYSVRVZPGyNn@localhost/shop_smarty pgsql:///test
pgloader -v -L ~/pgloader.log migrate.load
migrate.load
load database
from mysql://shop:jW4mKYSVRVZPGyNn@127.0.0.1:3306/shop_smarty
into pgsql:///test
ALTER SCHEMA 'shop_smarty' RENAME TO 'public';
http://www.linuxandubuntu.com/home/difference-between-postgresql-and-mysql-and-how-to-migrate-from-mysql-to-postgresql
Video
Screenshots
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com
CHANGELOG
5.0.1
- Db fixed
5.0.0
- Update cms 5.2.4
3.3.0
- Update cms 5.0.4
3.2.0
- Update cms 5.0.0
3.1.0
- Pgsql support
3.0.2
- Update cms ~5.0.0
3.0.1
- Update cms ~5.0.0
3.0.0
- Update cms ~5.0.0
2.1.0
- Update cms 4.0.3
2.0.1
- Update cms 4.0.1
2.0.0
- Update cms
1.2.0.2
- .gitignore update
- Composer.json update
1.2.0.1
- Add no image file
- Git ignore update
1.2.0
- Big update (SkeekS CMS 3.2.2.1)
- Added git ignore
1.1.0
- -
dev-master — Jan 1, 1970, 3:00:00 AM (53 years ago)
dev-dependabot/composer/yiisoft/yii2-2.0.38 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.4 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.3 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.2 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.0.2 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
5.0.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.3.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.2.1.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.2.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.2.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.0.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
3.0.0-alpha — Jan 1, 1970, 3:00:00 AM (53 years ago)
2.1.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
2.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
2.0.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.2.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.2.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.1.0 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0.2 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0.1 — Jan 1, 1970, 3:00:00 AM (53 years ago)
1.0.0 — Jan 1, 1970, 3:00:00 AM (53 years 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 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 (3)
root
skeeks