nuclearcms/nuclear-source

1.0.0

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

This package is not auto-updated.

Last update: 2024-04-22 10:33:52 UTC


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