<?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>vagrant &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/vagrant/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Mon, 03 Dec 2018 21:58:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>vagrant &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux Valet Install</title>
		<link>https://selmantunc.com.tr/uncategorized/linux-valet-install/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 03 Dec 2018 21:58:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[laravel]]></category>
		<category><![CDATA[laravel valet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux valet]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[valet]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/03/linux-valet-install/</guid>

					<description><![CDATA[Linux Valet nedir? Valet Linux nedir? Linux minimalistleri için bir php yazılım geliştirme ortamıdır. Laravel valet den esinlenerek (fork) geliştirilmiştir. Vagrant yada docker dan ziyade sizi nginx in config dosyaları&#8230;]]></description>
										<content:encoded><![CDATA[<figure class="tmblr-embed tmblr-full" data-provider="youtube" data-orig-width="540" data-orig-height="304" data-url="https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdFO9UcbTIDs"></figure>
<p>Linux Valet nedir?</p>
<p>Valet Linux nedir?</p>
<p>Linux minimalistleri için bir php yazılım geliştirme ortamıdır.</p>
<p><a href="https://laravel.com/docs/5.7/valet">Laravel valet </a>den esinlenerek (fork) geliştirilmiştir.</p>
<p>Vagrant yada docker dan ziyade sizi nginx in config dosyaları ile uğraştırmaz.</p>
<p>Sadece link komutu ile herhangi bir klasoru direk web dizini yaparsınız.Örneğin</p>
<p>var/www/laravelblog dizinini <b>valet link</b> komutu ile <a href="http://laravelblog.test">http://laravelblog.test</a> haline geitrebilirsiniz.</p>
<p>Sitelerinizi yerel tüneller kullanarak herkese açık olarak paylaşabilirsiniz. Yani ağ üzerinden valet ile paylaşıma açabiliyorsunuz.<br><br></p>
<p>Valet Linux, makineniz başladığında Nginx&#8217;i daima arka planda çalıştırmak için sisteminizi yapılandırır. Daha sonra, DnsMasq kullanarak, Valet, yerel makinenize yüklenen sitelere işaret etmek için * .test etki alanındaki tüm istekleri proxy eder.</p>
<p>Diğer bir deyişle, kabaca 7mb RAM kullanan bir hızlı php yazılım geliştirme  ortamdır.. Valet Linux, Vagrant veya Homestead için tam bir alternatif değil, ancak esnek temeller istiyorsanız, aşırı hız kullanmayı tercih ediyorsanız veya sınırlı miktarda RAM içeren bir makinede çalışıyorsanız harika bir alternatif sunuyor.</p>
<p>Üsteki video da ubuntu ya yükleme anlaştılmıştır.</p>
<p><a href="https://github.com/cpriego/valet-linux">https://github.com/cpriego/valet-linux</a> buradan indiriebilir.<br></p>
<p>linux valet </p>
<pre>sudo apt-get install software-properties-common<br></pre>
<pre>sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

sudo apt install php7.1-mcrypt php7.1-curl php7.1-cli php7.1-mysql php7.1-gd php7.1-xsl php7.1-json php7.1-intl php-pear php7.1-dev php7.1-common php7.1-mbstring php7.1-zip php7.1-soap php7.1-bcmath -y
</pre>
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-18-04">Composer install</a></p>
<pre>sudo apt install curl git unzip

cd ~

curl -sS <a href="https://getcomposer.org/installer">https://getcomposer.org/installer</a> -o composer-setup.php

<code></code>sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer

 sudo chmod -R 777 ~/.composer

<code></code></pre>
<pre><br>
composer global require cpriego/valet-linux</pre>
<p><code>&lt;a href=&quot;https://cpriego.github.io/valet-linux/requirements&quot;&gt;https://cpriego.github.io/valet-linux/requirements&lt;/a&gt;</code></p>
<pre><br>
sudo <code>apt-get install network-manager libnss3-tools jq xsel</code>
<br></pre>
<p><br></p>
<pre><br>
sudo apt install nginx</pre>
<pre><code>nano ~/.profile
</code>#line end add file<code>PATH=&quot;$HOME/.composer/vendor/bin:$PATH&quot;</code><code>source ~/.profile
</code>
<br></pre>
<pre>sudo chmod -R 777  /var/www/laravel/</pre>
<p><a href="https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/">https://www.rosehosting.com/blog/how-to-reset-your-mariadb-root-password/</a></p>
<p><br></p>
<p><a href="https://www.tecmint.com/install-mariadb-in-ubuntu-and-debian/">https://www.tecmint.com/install-mariadb-in-ubuntu-and-debian/</a>
<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Vagrant olası hata çözümleri</title>
		<link>https://selmantunc.com.tr/uncategorized/vagrant-olasi-hata-cozumleri/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 19 Mar 2017 12:11:14 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2017/03/19/vagrant-olasi-hata-cozumleri/</guid>

					<description><![CDATA[SSH times out while waiting for machine to boot d64d789cabcb9fcfdf063adb87e96f6f (drupalvm) / d7e8c3b6-129a-475c-b7f1-02ddcdc8c6c9 ==&#62; drupalvm: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries&#8230;]]></description>
										<content:encoded><![CDATA[<h2><b>SSH times out while waiting for machine to boot

</b></h2>
<blockquote><p>d64d789cabcb9fcfdf063adb87e96f6f (drupalvm) / d7e8c3b6-129a-475c-b7f1-02ddcdc8c6c9<br></p>
<p>==&gt; drupalvm: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file.<br>==&gt; drupalvm: Setting hostname…<br>**An error occurred in the underlying SSH library that Vagrant uses.<br>The error message is shown below. In many cases, errors from this<br>library are caused by ssh-agent issues. Try disabling your SSH </p></blockquote>
<p><br></p>
<p>

Eğer bu şekilde hata alırsanız eğer antivirüs programı kullanıyorsanız firewall u kapatınız ayrıca antivirüs programları  c:WINDOWSsystem32driversetchost dosyasını koruma altına alıyor bunu kontrol ediniz.

<br></p>
<p>Kesinlikle yapılacaklar</p>
<p>-Bios dan   hardware-virtualzation ( yada bazı bioslar da virtualzation  technology ) ın  enabled yapılması lazım (64 bit versiyon kurmak için şart  )</p>
<blockquote><p>

vagrant plugin install vagrant-vbguest</p></blockquote>
<p>   i kurunuz <br></p>
<p>Cable Connect işaretli mi kontrol ediniz.</p>
<figure data-orig-width="1571" data-orig-height="587" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_on2a8fK2E31tyldvk_540.png" alt="image" data-orig-width="1571" data-orig-height="587"></figure>
<p>2-  

<code>Vagrant</code> dosyanıza </p>
<pre><code>config.vm.provider :virtualbox do |vb|
 &nbsp;vb.gui = true
end</code></pre>
<p>bu kısma vb.gui=true ekleyiniz virtual box gui arayuzunde çalışır., Eğer hata veriyorsa bunu görmenizi sağlar. Zaten hata genelde bios ile ilgili oluyor </p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
