Multi Tenant Application Engine
WARNING: Automated Testing is not finished
- Obviously you need to have Meteor installed.
curl https://install.meteor.com/ | sh
- 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.
- Please create settings-development.json in your root project directory:
{
"public": {},
"private": {}
}
- Install all the needed modules
meteor npm install
- 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