Heure de publication: lundi 29 février 2016 (il y a 7 ans)
Créé par: Семенов Александр Сергеевич
Catégorie: Auto / Moto
Version actuelle:
1 janv. 1970 à 03:00:00 (il y a 53 ans)
Packagist: skeeks/app-shop
: https://github.com/skeeks-cms/app-shop
:
Type: Проект
Shop application 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 skeeks/app-shop 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 config/common/params.php
nano config/common/params.php
#Installation of ready-dump
php yii migrate -t=migration_install -p=backup/migrations
Admin access
httpps://demo.ru/~sx
info@skeeks.com
skeeks123
Video
Screenshots
Other (deprecated, not working now)
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
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 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0.5 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0.4 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0.3 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0.2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
2.0.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
1.0.0 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.5 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.4 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.3.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.3 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.2 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
0.0.1 — 1 janv. 1970 à 03:00:00 (il y a 53 ans)
Стандартная установка:
Установка файлов
# 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 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
Tous les commentaires (0)