This package is the base package which needs to be added to a Meteor application so that it can function in the Scalable system.
- Run
meteor add sclbl:module-base
to add the package to your application. - Fill out the settings.json file of your application (so that the Scalable setting variables are available)
- Run the Scalable system
- Run your application on a free port (The application will now automatically register itself as a Scalable module)