Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、MongoHQデータベースをローカルホストのMeterインストールで動作させる方法を知りたいと思いました。
私はsettings.jsonメソッドまたは MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx流星を起動するときに使用しようとしましたが、両方とも機能せず、おそらくそれを行う間違った方法です。
MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx
プロジェクトディレクトリ内のターミナルでこのように実行します
MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx meteor
また
export MONGO_URL=mongodb://user:pass@xxxx.mongohq.com:10061/xxxx meteor