搜尋此網誌

網頁

顯示具有 nodejs 標籤的文章。 顯示所有文章
顯示具有 nodejs 標籤的文章。 顯示所有文章

2014年3月30日 星期日

mongodb Error: failed to connect to [localhost:27017]


source:

  http://www.cnblogs.com/CccccYj/p/3548967.html

  or might be a permission issue try sudo mongod to fix it.

2014年3月23日 星期日

Use node.js to handle image by gm

resource:

  http://aheckmann.github.io/gm/docs.html

2013年11月4日 星期一

MongoDB shell usage


1. Install mongodb.

2. excute mongo

        ==>   show dbs.

3. mongo xxx  ==> connect to xxx database.

2013年9月16日 星期一

Start Learning Grunt Task manager



Source: slide 1

             slide 2

 hello grunt sample code:

   github

2013年9月4日 星期三

How to fix MongoDB connect fail



Steps as shown below:

 sudo rm /var/lib/mongodb/mongod.lock   
sudo -u mongodb mongod -f /etc/mongodb.conf --repair 
sudo service mongodb start