<?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>E点儿的网络营销 &#187; 电子商务</title>
	<atom:link href="http://edianr.com/archives-tag/%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1/feed" rel="self" type="application/rss+xml" />
	<link>http://edianr.com</link>
	<description>网站建设、SEO、网络推广、整合营销！</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:41:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>网站、电子商务、网络营销的关系</title>
		<link>http://edianr.com/archives-%e7%bd%91%e7%ab%99%e3%80%81%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e3%80%81%e7%bd%91%e7%bb%9c%e8%90%a5%e9%94%80%e7%9a%84%e5%85%b3%e7%b3%bb.htm</link>
		<comments>http://edianr.com/archives-%e7%bd%91%e7%ab%99%e3%80%81%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e3%80%81%e7%bd%91%e7%bb%9c%e8%90%a5%e9%94%80%e7%9a%84%e5%85%b3%e7%b3%bb.htm#comments</comments>
		<pubDate>Fri, 23 Jul 2010 15:43:44 +0000</pubDate>
		<dc:creator>E点儿</dc:creator>
				<category><![CDATA[网络营销]]></category>
		<category><![CDATA[电子商务]]></category>

		<guid isPermaLink="false">http://edianr.com/?p=73</guid>
		<description><![CDATA[网站是营销的基础； 电子商务是营销的目的； 网络营销是营销的方法。 三者相辅相成，紧密结合。]]></description>
		<wfw:commentRss>http://edianr.com/archives-%e7%bd%91%e7%ab%99%e3%80%81%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e3%80%81%e7%bd%91%e7%bb%9c%e8%90%a5%e9%94%80%e7%9a%84%e5%85%b3%e7%b3%bb.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPS上SSH方法安装Magento</title>
		<link>http://edianr.com/archives-install-magento-in-vps-with-way-of-ssh.htm</link>
		<comments>http://edianr.com/archives-install-magento-in-vps-with-way-of-ssh.htm#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:31:04 +0000</pubDate>
		<dc:creator>E点儿</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[E点儿]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[开源软件]]></category>
		<category><![CDATA[电子商务]]></category>
		<category><![CDATA[网店]]></category>

		<guid isPermaLink="false">http://edianr.com/?p=35</guid>
		<description><![CDATA[用Magento有一段时间了，前几天买了个VPS，折腾了好久决定用CentOS系统，开始安装Magento了，可是遇到了很多问题，比如说权限问题而造成无法正常使用等等，但一个个问题都在不断思考和努力之后不断得到解答。 在失败很多次之后，E点儿总结到使用SSH安装方法是最好的方法。 1、SSH登陆VPS，一般使用Putty进行操作，yum更新一下CentOS系统； 2、命令cd /home/html/edianrcom 到你要安装的网站跟目录，下载获得Magento， wget http://www.magentocommerce.com/downloads/assets/1.3.2.4/magento-1.3.2.4.tar.gz 3、解压 tar -zxvf magento-1.3.2.4.tar.gz 4、设置和修改一下权限 mv magento/* magento/.htaccess . chmod o+w var var/.htaccess app/etc chmod -R o+w media 5、安装配置 ./pear mage-setup . ./pear install magento-core/Mage_All_Latest-stable 6、移除多余文件 rm -rf downloader/pearlib/cache/* downloader/pearlib/download/* rm -rf magento/ magento-1.3.2.4.tar.gz 7、到此，SSH下的基本配置完成了，开始在浏览器进行安装，比如 http://www.edianr.com/index.php/install/ 即可进行安装，输入相应的用户信息和数据库信息，按提示安装，即可完成。 8、当使用在线安装模块插件的时候，会提示权限问题时，在SSH登陆下执行以下命令： find . -type d -exec chmod 777 {} \; [...]]]></description>
		<wfw:commentRss>http://edianr.com/archives-install-magento-in-vps-with-way-of-ssh.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>图解Magento中配置PayPal支付模块</title>
		<link>http://edianr.com/archives-graphic-to-configure-paypal-payment-module-in-magento.htm</link>
		<comments>http://edianr.com/archives-graphic-to-configure-paypal-payment-module-in-magento.htm#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:04:49 +0000</pubDate>
		<dc:creator>E点儿</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[开源软件]]></category>
		<category><![CDATA[支付]]></category>
		<category><![CDATA[电子商务]]></category>

		<guid isPermaLink="false">http://edianr.com/?p=26</guid>
		<description><![CDATA[Magento设计得非常灵活，具有模块化架构体系和丰富的功能。易于与第三方应用系统无缝集成。 Magento英文官方网站： http://www.magentocommerce.com Magento 配置 1.1 Magento 配置 1.2 Magento 配置 2.1 Magento 配置 2.2 PayPal 网站付款标准版（WPS） Magento 配置 2.2 PayPal 快速支付（ECS）]]></description>
		<wfw:commentRss>http://edianr.com/archives-graphic-to-configure-paypal-payment-module-in-magento.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>什么是Magento？</title>
		<link>http://edianr.com/archives-what-is-magento.htm</link>
		<comments>http://edianr.com/archives-what-is-magento.htm#comments</comments>
		<pubDate>Wed, 27 Jan 2010 08:11:02 +0000</pubDate>
		<dc:creator>E点儿</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[外贸]]></category>
		<category><![CDATA[开源软件]]></category>
		<category><![CDATA[电子商务]]></category>

		<guid isPermaLink="false">http://edianr.com/?p=18</guid>
		<description><![CDATA[Magento是一个功能丰富的，基于开源代码技术的电子商务平台，它提供前所未有的灵活性和优美的外观、内容和存储功能的电子商务网上商家的控制平台。 Magento拥有直观的管理界面，功能强大的营销系统，以及完善的搜索引擎优化和目录管理工具，这使管理员拥有强大的二次开发空间，使之能创造出符合需 求的独特业务的网站。设计上是完全可以通过网络之间进行更新和升级。Magento完全可以为企业提供最完善的电子商务解决方案。 Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store. Magento’s intuitive administration interface features powerful marketing, search engine optimization and catalog-management tools to give merchants the power to create sites that are [...]]]></description>
		<wfw:commentRss>http://edianr.com/archives-what-is-magento.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
