<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DreamersLab &#187; windows</title>
	<atom:link href="http://dreamerslab.com/blog/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerslab.com/blog</link>
	<description>No Boundaries No Limitation</description>
	<lastBuildDate>Thu, 18 Sep 2014 04:36:32 +0000</lastBuildDate>
	<language>tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>如何在 Windows 上設定 node.js 的開發環境</title>
		<link>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/</link>
		<comments>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:53:03 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=1061</guid>
		<description><![CDATA[安裝 node.js 在 Windows 上安裝 node.js 非常容易，只要去 node.js 官網下載 Windows installer，然後執行 Windows installer 安裝 Node.js ，這樣就安裝好了。 安裝 mongoDB 去 mongoDB 官網下載相對應版本的壓縮檔，再把壓縮檔的內容解壓縮到你想要擺的位置。mongoDB 的初始設定是把資料存在 \data\db ，但是 mongoDB 不會自動產生這個資料夾，所以我們必須自己開，可以在檔案總管裡面新增，也可以在終端機底下輸入： 開好資料夾之後，點擊 your_mongodb_path\bin 底下的 mongod.exe 或是到終端機輸入以下指令啟動 mongoDB： 然後就可以雙擊 mongo.exe 或是在終端機輸入以下指令進到 administrative shell： 恭喜，你已經安裝好 node.js 跟 &#8230; <a href="http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
