我正在尝试运行一个启动MongoDB的shell脚本 - 但是我试图在MAMP PRO的start.sh脚本中运行它,这样我就不需要继续通过终端窗口启动MongoDB了。
这不起作用,只是想知道这是否可行,或者这是一个实施的安全功能?
脚本(startMongo.sh)是:
#! /bin/bash
mongod --dbpath /data/db/ --auth
...我将它添加到start.sh脚本中,如下所示:
# /bin/sh
/Applications/MAMP/bin/startMysql.sh
/Applications/MAMP/bin/startApache.sh
/Applications/MAMP/bin/startMongo.sh
答案 0 :(得分:0)
嗯。看起来我找到了答案,而不是我想要的答案!
http://forum.mamp.info/viewtopic.php?f=2&t=8160&p=17486&hilit=startup+scripts#p17486