核CMS/nuclear-source

1.0.0

安装: 16

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 2

分支: 6

开放问题: 0

语言:HTML

类型:核CMS

v0.3 2016-07-04 05:38 UTC

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

使用Windows命令行(cmd.exe)或SHELL命令 .git 或SSH命令 putty

设置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