Skip to content

Commit 055db88

Browse files
dev
1 parent 88bb62f commit 055db88

File tree

3 files changed

+294
-18
lines changed

3 files changed

+294
-18
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,26 @@ COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stabili
2222
# Going into the project folder
2323
cd demo.ru
2424

25+
# Download latest version of composer
26+
curl -sS https://getcomposer.org/installer | COMPOSER_HOME=.composer php
27+
2528
#Edit the file to access the database, it is located at common/config/db.php
2629

30+
#Update configs
31+
COMPOSER_HOME=.composer php composer.phar self-update && COMPOSER_HOME=.composer php composer.phar du
32+
2733
#Installation of ready-dump
28-
php yii dbDumper/mysql/restore
34+
php yii migrate -t=migration_install -p=backup/migrations
2935
```
3036

3137

38+
39+
Video
40+
------------
41+
42+
[![Shop on SkeekS CMS (Yii2)](https://www.fresher.ru/manager_content/12-2018/youtube-podvel-tradicionnye-itogi-goda/1.jpg)](https://www.youtube.com/watch?v=S7PFZiSzRuc)
43+
44+
3245
___
3346

3447
> [![skeeks!](https://skeeks.com/img/logo/logo-no-title-80px.png)](https://skeeks.com)

0 commit comments

Comments
 (0)