Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T15:50:44.000Z (about 7 years ago)
- Last Synced: 2024-04-14T22:21:04.320Z (7 months 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
===============================
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](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/`