Skip to content

Commit

Permalink
Ready SkeekS CMS 3.2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Mar 7, 2017
1 parent d481202 commit b8c1724
Show file tree
Hide file tree
Showing 10 changed files with 2,589 additions and 290 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ composer.phar
# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
/phpunit.xml


/console/runtime
/common/runtime
/frontend/runtime
/frontend/web/assets
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Процесс разработки.
==============

1.0.0-alpha
1.0.0
-----------------
* start project
* Ready SkeekS CMS 3.2.2.2
41 changes: 32 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,44 @@
Base app on SkeekS CMS (Yii2)
================
Base app smarty SkeekS CMS (Yii2)
=========================

[![skeeks!](http://en.cms.skeeks.com/uploads/all/35/fd/33/35fd33aa306823dbaf53a0142d43b3fa.png)](http://en.cms.skeeks.com)
[![skeeks!](https://en.cms.skeeks.com/uploads/all/35/fd/33/35fd33aa306823dbaf53a0142d43b3fa.png)](https://cms.skeeks.com)

##Links
* [Web site](http://en.cms.skeeks.com)
* [Web site (rus)](http://cms.skeeks.com)
* [Author](http://skeeks.com)
* [Web site (SkeekS CMS)](https://cms.skeeks.com)
* [Docs (SkeekS CMS)](https://cms.skeeks.com/docs)
* [Author](https://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms/blob/master/CHANGELOG.md)

##Install

[http://en.cms.skeeks.com/docs/install/installation-on-linux](http://en.cms.skeeks.com/docs/install/installation-on-linux)
```bash
# 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-basic-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

#Edit the file to access the database, it is located at common/config/db.php

#Installation of ready-dump
php yii dbDumper/mysql/restore
```


##Screenshots

___

> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](http://skeeks.com)
> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](https://skeeks.com)
<i>SkeekS CMS (Yii2) — quickly, easily and effectively!</i>
[skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)
[skeeks.com](https://skeeks.com) | [cms.skeeks.com](https://cms.skeeks.com)

2,322 changes: 2,322 additions & 0 deletions backup/db/db__2017-03-08_01-10-48.sql

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions common/config/.gitignore

This file was deleted.

4 changes: 4 additions & 0 deletions common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
'class' => 'common\components\TemplateSmartySettings',
],

'cmsAgent' => [
'onHitsEnabled' => true
],

],
];

Expand Down
86 changes: 0 additions & 86 deletions common/config/models.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"type": "project",
"license": "GPL-3.0+",
"support": {
"issues": "http://cms.skeeks.com",
"docs": "http://en.cms.skeeks.com/docs",
"issues": "https://cms.skeeks.com",
"docs": "https://cms.skeeks.com/docs",
"source": "https://github.com/skeeks-cms/app-basic-smarty"
},
"authors": [
Expand Down
Loading

0 comments on commit b8c1724

Please sign in to comment.