https://github.com/smart-core/smartcore-cms-standart
[DEPRECATED] The "Smart Core CMS Standart" distribution
https://github.com/smart-core/smartcore-cms-standart
cms php symfony symfony-application
Last synced: about 1 year ago
JSON representation
[DEPRECATED] The "Smart Core CMS Standart" distribution
- Host: GitHub
- URL: https://github.com/smart-core/smartcore-cms-standart
- Owner: Smart-Core
- Created: 2014-02-18T17:30:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T15:50:44.000Z (over 8 years ago)
- Last Synced: 2025-01-04T08:45:59.597Z (over 1 year ago)
- Topics: cms, php, symfony, symfony-application
- Language: PHP
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smart Core CMS Standart Edition
===============================
[](https://gitter.im/Smart-Core/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
The modern system for creating and managing web projects with open source, based on the Symfony2 Framework.
Install
-------
Step 1: Create database
Step 2: Install new folder mysite.com
``` bash
composer create-project smart-core/cms mysite.com
```
Or to current folder
``` bash
composer create-project smart-core/cms ./
```
Login as new user into http://my-projeсt/admin/.
Пройти в раздел "Структура", по адресу `http://my-projeсt/admin/structure/` и создать главную папку.
Создать "Хранилище" для медиаколлекции, по адресу:
`http://my-projeсt/admin/config/media/storage_create/`
Для модулей, которые будут использовать медиаколлекцию, нужно создать коллекции по адресу:
`http://my-projeсt/admin/config/media/collection_create/`