Merhaba arkadaşlar,

elimde bir sistem var linux tabanlı;

django, meteor yazılımı kullanılıyor sanırım.

Server ve web-client bölümü mevcut.

Bunu kurabilecek biris var mı acaba ?

Readme kısmı :

Fork this project
Clone it to your dev machine
Install node and npm
Install Meteor with curl https://install.meteor.com | sh
install meteorite (which is essentially the package manager of Meteor) with npm install -g meteorite
mrt update to get the dependencies
Test if everything works and the Meteor server runs with meteor
compass watch to compile SCSS to CSS
take a look at your MongoDB with meteor mongo
Commit your changes simply with Rake rake g "my commit message" if you want