nuclearcms / nuclear-source
1.0.0
Package info
github.com/nuclear-source/nuclear-source.github.io
Language:HTML
Type:nuclearcms
pkg:composer/nuclearcms/nuclear-source
v0.3
2016-07-04 05:38 UTC
Requires
- fulligniter/fulligniter: ^0.02
This package is not auto-updated.
Last update: 2026-03-09 19:06:35 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