核CMS / nuclear-source
1.0.0
v0.3
2016-07-04 05:38 UTC
Requires
- fulligniter/fulligniter: ^0.02
This package is not auto-updated.
Last update: 2024-09-23 12:27:05 UTC
README
###需要
- Apache HTTP服务器
- PHP > 5.3
Windows、MAC-OS或LINUX的Apache、Mysql、PHP软件包的easy install AMP(Apache, Mysql, PHP): xampp wamp
设置php.exe的路径并创建项目文件夹
PATH=%PATH%;c:\xampp\php\
mkdir my-project
cd my-project
从nuclear-source.github.io获取依赖项并运行nuclear.cli
php -r "copy('https://nuclear-source.github.io/nuclear.composer.json','nuclear.composer.json');"
php -r "copy('https://nuclear-source.github.io/nuclear.cli','nuclear.cli');echo 'done...';"
php nuclear.cli
nuclear.composer.json 示例
{
"name": "nuclear-cms",
"description": "NuclearCMS!",
"version": "1.0.0",
"homepage": "http://nuclearcms.com",
"license": "MIT",
"authors": [
{
"name": "Joel Ferreira",
"email": "joelviseu@gmail.com",
"homepage": "http://www.joelferreira.eu",
"role": "Developer"
}
],
"publicSELF":true,
"corePATH":"nuclear.core",
"repository":"https://nuclear-source.github.io/packages/",
"packages": {
"vendor": "nuclear.vendor.zip",
"system": "nuclear.core.zip",
"default": "nuclear.default.zip"
}
}
###更多信息 www.nuclearCMS.com
###问题 joelviseu@gmail.com