- Individuals and Interactions over processes and tools
- Working Software over comprehensive documentation
- Customer Collaboration over contract negotiation
- Responding to Change over following a plan
- MongoDB
- Node.Js
- NPM (Node Package Manager)
- git (Sofware versioning system)
- Chimera-CMS
- Ruby on Rails (Scaffolding, ORM)
- Laravel (ORM: Eloquent)
- Yii (Generator: GII)
sudo apt-get install mongodb node git
npm install -g chimera-framework- Install mongoDB
- https://mongodb.com
- Download
- Uncheck
install MongoDB Compassit takes a very long time
- Install Node.Js
- Install git
npm install -g chimera-framework
gofrendi@asgard:~$ chimera-init-cms myApp
Mongodb Url (mongodb://localhost/myApp):
[INFO] Read chimera-framework's package.json...
[INFO] Done...
[INFO] Clone CMS...
Cloning into 'myApp'...
[INFO] Done...
[INFO] Creating project's package.json...
[INFO] Done...
[INFO] Creating webConfig.default.js...
[INFO] Done...
[INFO] Creating webConfig.js...
[INFO] Done...
[INFO] Performing npm install...
[INFO] Done...
[INFO] Performing migration...
SuperAdmin username: admin
SuperAdmin email: admin@admin.com
SuperAdmin password: admin
[INFO] Migration succeed
* 0.000-cck up
* 0.001-insert-user up
* 0.002-default-routes up
* 0.003-default-configs up
* 0.004-default-groups up
Complete...
gofrendi@asgard:~$ cd myApp
npm startOpen your browser and type this address URL:
http://localhost:3000
Click on
Setting|Content Construction Kit