<?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>Deploy Archives &#187; Solution Tutorials</title>
	<atom:link href="https://www.solutiontutorials.com/tag/deploy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.solutiontutorials.com/tag/deploy/</link>
	<description>We share everything we know</description>
	<lastBuildDate>Sat, 13 Oct 2018 14:00:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.solutiontutorials.com/wp-content/uploads/2019/01/icon-crm-300x300-150x150.png</url>
	<title>Deploy Archives &#187; Solution Tutorials</title>
	<link>https://www.solutiontutorials.com/tag/deploy/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Deploy Magento 2 Project</title>
		<link>https://www.solutiontutorials.com/development/magento-2/deploy-magento-2-project/</link>
		
		<dc:creator><![CDATA[Hidro Le]]></dc:creator>
		<pubDate>Sun, 24 Dec 2017 16:06:15 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Deploy]]></category>
		<guid isPermaLink="false">https://solutiontutorials.com/?p=113</guid>

					<description><![CDATA[<p>This post shows you how to deploy your Magento 2.1 Project to online hosting. Step one: You need to export your website database to sql or .zip file. use this command: mysqldump -u'database user' -p'password' [database_name] &#62; sql_file.sql &#160; &#8212; connect to your ssh server. Step Two: Replace your old domain with new domain in your database, using sed command sed -i 's/olddomain.com/newdomain.com/g' sql_file.sql &#160; Step Three: Upload your local code to your Web-Server, you can Compress your code then...</p>
<p class="read-more"><a class="btn btn-default" href="https://www.solutiontutorials.com/development/magento-2/deploy-magento-2-project/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>The post <a href="https://www.solutiontutorials.com/development/magento-2/deploy-magento-2-project/">Deploy Magento 2 Project</a> appeared first on <a href="https://www.solutiontutorials.com">Solution Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
