nuclearcms/nuclear-source
Composer 安装命令:
composer require nuclearcms/nuclear-source
包简介
1.0.0
README 文档
README
###Requires
- Apache HTTP-server
- PHP > 5.3
easy install AMP (Apache, Mysql, PHP) software for windows or MAC-OS or LINUX;: xampp wamp
use Windows command-line (cmd.exe) or SHELL commands .git or SSH commands putty
DEFINE PATH to php.exe AND create project-FOLDER
PATH=%PATH%;c:\xampp\php\
mkdir my-project
cd my-project
GET DEPENDENCIES FORM nuclear-source.github.io AND run 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 EXAMPLE
{
"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"
}
}
###MORE INFORMATION www.nuclearCMS.com
###Questions joelviseu@gmail.com
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-19