-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d481202
commit b8c1724
Showing
10 changed files
with
2,589 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.