/maya.engine

Maya Engine

Primary LanguageJavaScript

Maya Engine

Multi Tenant Application Engine

WARNING: Automated Testing is not finished

Steps to run

  1. Obviously you need to have Meteor installed.
curl https://install.meteor.com/ | sh
  1. Edit your /etc/hosts file and include:
127.0.0.1   ecommerce.maya
127.0.0.1   crowdfunding.maya

Those are 2 "example-domains" that I included in fixtures.

  1. Please create settings-development.json in your root project directory:
{
  "public": {},
  "private": {}
}
  1. Install all the needed modules
meteor npm install
  1. Start the server
meteor npm start

There will be 3 active Tenants for demo-purpose:

localhost:3000
ecommerce.maya:3000
crowdfunding.maya:3000

Boilerplate based on version 4.7.0 of Meteor Chef Base and Meteor version 1.4.2