mahmoodr786 / icingcms
CakePHP 3 内容管理系统
0.6.2
2017-01-10 19:42 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: 3.3.*
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-09-23 13:28:42 UTC
README
安装
运行 composer create-project --prefer-dist mahmoodr786/icingcms my_app_name。
阅读并编辑 config/app.php 并设置 '数据源' 以及任何与您的应用程序相关的其他配置。确保您能连接到您的数据库。
运行
composer @icingup
Windows 用户请手动运行以下命令
chmod 755 webroot/uploads chmod 755 plugins chmod 755 plugins/IcingManager/config/pluginLoad.json chmod 755 plugins/IcingManager/config/themeLoad.json cd plugins/FileManager && composer install cd plugins/Demo && composer install cd plugins/IcingBlue && composer install bin/cake migrations migrate --plugin ContentManager bin/cake migrations migrate --plugin IcingManager bin/cake migrations migrate --plugin MenuManager bin/cake migrations migrate --plugin UserManager bin/cake migrations seed --plugin ContentManager bin/cake migrations seed --plugin IcingManager bin/cake migrations seed --plugin MenuManager bin/cake migrations seed --plugin UserManager
运行
bin/cake icingcms adminuser
创建您的管理员用户。
运行
bin/cake server
就这样。前往 https://:port/admin 并登录。
更多安装信息: IcingCMS.org