nodeが入っていることが前提
$ npm \-v
packageのinstall
$ npm install
MongoDB
brew確認
$ brew update
brewでmongoDB install
$ brew install mongodb
mongoDB start
server side DB start command
$ mongod
client side DB start command
$ mongo
node app start
$ node app
Apache
- vhostsにdomainでvertial hostを作成
- ReverseProxyをsetting
- etc/hosts にlocal IP(127.0.0.1)にvhostsに当てたdomainを割り当て
で、nodeとApacheを連携させる。
Access
ブラウザからvhostsで設定したdomainにアクセス