https://github.com/ging-dev/mobicms-experimental
Экспериментальная разработка mobiCMS
https://github.com/ging-dev/mobicms-experimental
Last synced: 11 months ago
JSON representation
Экспериментальная разработка mobiCMS
- Host: GitHub
- URL: https://github.com/ging-dev/mobicms-experimental
- Owner: ging-dev
- License: gpl-3.0
- Created: 2019-01-23T09:57:47.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-22T11:07:36.000Z (about 7 years ago)
- Last Synced: 2025-01-13T14:19:18.499Z (about 1 year ago)
- Language: PHP
- Size: 2.42 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [mobiCMS Concept](http://mobicms.net)
Mobile Content Management System.
## The main possibilities of the system
- Based on components of the Zend Framework
- modular architecture
- a high level of security
- multilingual
- and many other things...
## License
GNU General Public License v.3
## System Requirements
- PHP 5.6 +
- MySQL (InnoDB support required) 5.5 +
- Apache with mod_rewrite and .htaccess support
## How to install
1. Run `composer install`
2. Create database and import all SQL files ftom /install dir
3. Copy `database.local.php.inst` from `/install` dir to folder `/system/config/`, rename it to `database.local.php` and write down in this file your requisites of access to a database
4. Make sure the folder `/system/cache/` has **write** permissions
## Documentation
Documentation is under development and will be constantly updated.
Read here: [http://mobicms.info](http://mobicms.info/)
## Thanks
We express gratitude for the grant assistance to our project (alphabetical list):
* [Crowdin Localization Management Platform](http://crowdin.com) - free full featured account
* [JetBrains s.r.o.](http://www.jetbrains.com) - PhpStorm license
* [Zend Technologies Inc.](http://www.zend.com) - Zend Server license
Special thanks to [JohnCMS](http://johncms.com) community for moral support, discussion, criticism and advice.