You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stian Håklev edited this page May 2, 2018
·
1 revision
Use METEOR_LOCAL_DIR to ensure that they don't try to lock the same files, and crash.
# Start first one normally, will build in .meteor/local
meteor run --settings app1-settings.json
# Start second on port 4000 using .meteor/local2
METEOR_LOCAL_DIR=.meteor/local2 meteor run --settings app2-settings.json --port 4000