{"id":1102,"date":"2016-02-02T01:22:12","date_gmt":"2016-02-01T09:22:12","guid":{"rendered":"http:\/\/hesiwei.cn\/?p=1102"},"modified":"2016-02-02T01:22:12","modified_gmt":"2016-02-01T09:22:12","slug":"mongodb","status":"publish","type":"post","link":"http:\/\/hesiwei.cn\/?p=1102","title":{"rendered":"mongodb\u5b89\u88c5"},"content":{"rendered":"<h2 id=\"toc_0\">\u5b89\u88c5\u914d\u7f6e<\/h2>\n<pre><code>#wget https:\/\/fastdl.mongodb.org\/linux\/mongodb-linux-x86_64-3.2.1.tgz\n#tar -zxvf mongodb-linux-x86_64-3.2.1.tgz\n#mkdir mongodata\n#mv mongodb-linux-x86_64-3.2.1\/bin mongodata\n#mkdir log\n#mkdir data\n#mkdir conf\n#vi conf\/mongod.conf\n<\/code><\/pre>\n<p>\u5199\u5165\u4fdd\u5b58\uff1a<\/p>\n<pre><code>port = 27017\ndbpath = data\nlogpath = log\/mongod.log\nfork = true #\u540e\u53f0\u8fd0\u884c\n<\/code><\/pre>\n<h2 id=\"toc_1\">\u8fd0\u884c\u670d\u52a1\uff1a<\/h2>\n<pre><code>.\/bin\/mongod -f conf\/mongod.conf\n<\/code><\/pre>\n<h2 id=\"toc_2\">\u5ba2\u6237\u7aef\u8fde\u63a5<\/h2>\n<pre><code>.\/bin\/mongo\n<\/code><\/pre>\n<h2 id=\"toc_3\">\u4e0b\u8f7dphp\u6269\u5c55<\/h2>\n<pre><code>wget https:\/\/github.com\/mongodb\/mongo-php-driver-legacy\/archive\/master.zip\nunzip master.zip\ncd mongo-php-driver-legacy-master\n<\/code><\/pre>\n<h2 id=\"toc_4\">\u5b89\u88c5php\u6269\u5c55<\/h2>\n<pre><code>phpize\n.\/configure --with-php-config=\/usr\/local\/php\/bin\/php-config\nmake\nsudo make install\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b89\u88c5\u914d\u7f6e #wget https:\/\/fastdl.mongodb.org\/linux\/mongodb-lin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-1102","post","type-post","status-publish","format-standard","hentry","category-sql"],"_links":{"self":[{"href":"http:\/\/hesiwei.cn\/index.php?rest_route=\/wp\/v2\/posts\/1102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/hesiwei.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/hesiwei.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/hesiwei.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/hesiwei.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1102"}],"version-history":[{"count":0,"href":"http:\/\/hesiwei.cn\/index.php?rest_route=\/wp\/v2\/posts\/1102\/revisions"}],"wp:attachment":[{"href":"http:\/\/hesiwei.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1102"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/hesiwei.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1102"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/hesiwei.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}