<?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>General Archives - SideCode</title>
	<atom:link href="https://sidecode.io/dev-blog-category/general/feed/" rel="self" type="application/rss+xml" />
	<link>https://sidecode.io/dev-blog-category/general/</link>
	<description>Web Development &#38; IT Consulting Company</description>
	<lastBuildDate>Thu, 14 May 2020 09:17:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://sidecode.io/wp-content/uploads/logo_icon-150x150.png</url>
	<title>General Archives - SideCode</title>
	<link>https://sidecode.io/dev-blog-category/general/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Installing Composer Globally on CentOS 7</title>
		<link>https://sidecode.io/dev-blog/installing-composer-globally-on-centos-7/</link>
		
		<dc:creator><![CDATA[jhonny]]></dc:creator>
		<pubDate>Sun, 03 Sep 2017 10:16:55 +0000</pubDate>
				<guid isPermaLink="false">https://sidecode.io/?post_type=blog&#038;p=1162</guid>

					<description><![CDATA[<p># Installing Composer Globally on CentOS 7 First you need to make sure your system is up-do-date, for that you need to run yum -y update Download and install Composer by executing the following command: curl -sS https://getcomposer.org/installer &#124; php Once the process completes, you can make the ‘composer.phar’ file executable by running the ...</p>
<p>The post <a rel="nofollow" href="https://sidecode.io/dev-blog/installing-composer-globally-on-centos-7/">Installing Composer Globally on CentOS 7</a> appeared first on <a rel="nofollow" href="https://sidecode.io">SideCode</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><a href="“#”"># </a>Installing Composer Globally on CentOS 7</h3>
<p>First you need to make sure your system is up-do-date, for that you need to run</p>
<pre>yum -y update
</pre>
<p>Download and install Composer by executing the following command:</p>
<pre>curl -sS https://getcomposer.org/installer | php
</pre>
<p>Once the process completes, you can make the ‘composer.phar’ file executable by running the following command:</p>
<pre>chmod +x composer.phar
</pre>
<p>Now use the following commands to make composer available globally for all users in your system, which can be used for all php applications on that system:</p>
<pre>mv composer.phar /usr/local/bin/composer
</pre>
<p>You can also check the version of composer by running bellow command:</p>
<pre>composer -V
</pre>
<p>And you are ready to go.</p>
<p>The post <a rel="nofollow" href="https://sidecode.io/dev-blog/installing-composer-globally-on-centos-7/">Installing Composer Globally on CentOS 7</a> appeared first on <a rel="nofollow" href="https://sidecode.io">SideCode</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 24/63 objects using disk
Page Caching using disk: enhanced 
Database Caching 18/40 queries in 0.019 seconds using disk

Served from: sidecode.io @ 2026-04-26 20:52:30 by W3 Total Cache
-->