myarchive / meteorcms

A CMS system built and based on the Meteor project. www.meteor.com
MIT License
37 stars 7 forks source link

First Time Install/Setup Page #7

Open acamarata opened 12 years ago

acamarata commented 12 years ago

Once creating pages and content types are there, we need the ability to make install as easy as

  1. install meteor
  2. pull meteorcms from github
  3. start meteor
  4. visit page

Then should take you through a form to setup basic site info, main admin account, and then bring them to the admin section to allow setting up their site.

anddimario commented 12 years ago

For installation we can create something like meteorite (http://oortcloud.github.com/meteorite/), or use it, maybe we can contact the developer to see if it's possible add something like:

mrt create --application meteorcms

At this moment meteorite allow to install meteor example with: mrt create --example todos

acamarata commented 12 years ago

Could work, if you could contact him and look at options, although we may also look into cloning something so we can have our own version since we will want a community of cms addons.

On Thu, Oct 25, 2012 at 5:54 AM, anddimario notifications@github.comwrote:

For installation we can create something like meteorite ( http://oortcloud.github.com/meteorite/), or use it, maybe we can contact the developer to see if it's possible add something like:

mrt create --application meteorcms

At this moment meteorite allow to install meteor example with: mrt create --example todos

— Reply to this email directly or view it on GitHubhttps://github.com/alisalaah/meteorcms/issues/7#issuecomment-9771875.

anddimario commented 12 years ago

I've contacted him, otherwise i'll look for something.

acamarata commented 9 years ago

Official meteor packages will be used. The main cms will be "meteorcms:core" and than all plugins and packages will be added pre-deployment and core packages will be dependencies