mcrider / azimuth

Azimuth is a simple, elegant, and fast CMS built using meteor.js.
232 stars 54 forks source link

Install azimuth with meteorite is deprecated? #113

Open nerdoc opened 9 years ago

nerdoc commented 9 years ago

I just tried to install azimuth, following the instructions on the homepage http://azimuthc.ms. The page says: "Install Node.js, Meteor, and Meteorite", followed by instructions like mrt create my-project or mrt add azimuth-views-foundation. The meteorite homepage itself tells me that I should NOT use meteorite any more, as per Meteor 0.9 it is included in Meteor, and I can install packages via meteor add.

Shouldn't the homepage be updated to reflect these changes? Meteor is at > 1.0 meanwhile.

And, better question and real bug: how can I install azimuth now?

robmagario commented 9 years ago

You should use meteor instead of mrt. Meteorite has been deprecated.

nerdoc commented 9 years ago

That was exact what I tried to say here. Therefore I opened this issue, because meteor should be used instead of mrt. But just look at my links to the azimuth page - the page says mrt. And that should be changed. My only question was: how can I now install azimuth - as simply replacing mrt with meteor does not work.