nuclearcms / nuclear-source
1.0.0
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 6
Open Issues: 0
Language:HTML
Type:nuclearcms
pkg:composer/nuclearcms/nuclear-source
Requires
- fulligniter/fulligniter: ^0.02
This package is not auto-updated.
Last update: 2025-11-03 17:36:14 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