Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 499 Bytes

sclbl:module-base

This package is the base package which needs to be added to a Meteor application so that it can function in the Scalable system.

Installation

  1. Run meteor add sclbl:module-base to add the package to your application.
  2. Fill out the settings.json file of your application (so that the Scalable setting variables are available)
  3. Run the Scalable system
  4. Run your application on a free port (The application will now automatically register itself as a Scalable module)