-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit 2130baf
Showing
18 changed files
with
2,341 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Node artifact files | ||
/node_modules | ||
/dist | ||
|
||
# Log files | ||
*.log | ||
|
||
# IDE | ||
/.idea | ||
/.fleet | ||
/.vscode | ||
|
||
# Unit test reports | ||
TEST*.xml | ||
|
||
# Generated by MacOS | ||
.DS_Store | ||
|
||
# Generated by Windows | ||
Thumbs.db | ||
|
||
# Vendor | ||
/vendor | ||
|
||
# Composer | ||
composer.phar | ||
composer.lock |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Установка JSmart CMS | ||
|
||
Для быстрой и простой установки JSmart CMS выполните следующие шаги: | ||
|
||
### Установите мастер установки через Composer | ||
|
||
Выполните команду в терминале: | ||
|
||
```bash | ||
composer create-project jsmart/install . | ||
``` | ||
|
||
Эта команда установит мастер установки JSmart CMS на ваш сервер. | ||
|
||
### Запустите мастер установки | ||
|
||
После того как мастер установки был установлен с помощью Composer, откройте ваш сайт в веб-браузере. Запустится мастер установки JSmart CMS, и вы сможете следовать пошаговым инструкциям на экране для полной установки CMS. | ||
|
||
<p align="center"> | ||
<a href="https://packagist.org/packages/jsmart/install"><img src="https://img.shields.io/packagist/php-v/jsmart/install" alt="PHP Version"></a> | ||
<a href="https://packagist.org/packages/jsmart/install"><img src="https://img.shields.io/packagist/v/jsmart/install" alt="Latest Stable Version"></a> | ||
<a href="https://packagist.org/packages/jsmart/install"><img src="https://img.shields.io/packagist/l/jsmart/install" alt="License"></a> | ||
</p> |
Oops, something went wrong.