Setup and Boxes Vagrant reads its setting and instructions from Vagrantfile. It is generally present in its home directory. This file is created once you start initialize the vagrant. Supposing you are in your root directory of vagrant. Run this to initialize your vagrant. vagrant init Now you will have a Vagrantfile in your root
Author: Gaurav Yadav
Making your domain run on SSL i.e. making it https for free. Part 4 of Setting up blog with WordPress and Nginx
We have been through the basic of all the three previous tutorials. We have successfully setup AWS , nginx wordpress and SMTP server. So will move to our next step making our website run over SSL. Note here that till now what we have done everything is free except the AWS which will cost you
Setting up blog with WordPress and Nginx: Step 3- Setting up DNS Mapping and SMTP Using Yandex
Now that in the previous two posts we have seen the setup of aws, nginx and wordpress. We need to setup the domain name and redirect it to correct place also we have to setup the SMTP for our wordpress mails to successfully reach the users. For these settings we need following. Yandex account. Since
What if you burn your 1000 Rs Note? What will be the effect on Indian Government. Does India gets poor by thousand rupees?
I promise to pay the bearer the sum of five hundred rupees This sentence written on the note states the fact that note is a promise or liability for the government to pay the value equivalent to the 1000 Rs if you hand over the note to RBI. The actual value of note is
Setting up blog with WordPress: Step 2- Setting up wordpress under your nginx.
Hey there, We have already setup a server and is now ready with the wordpress. First we must know what actually wordpress, So wordpress is a CMS i.e. Content Management Software. It is built in php and supports a large number of plugins for doing almost every thing. It has plugin from google analytics to
Setting up blog with WordPress and Nginx: Step 1- Setting up aws server and nginx.
This series of blog post will take you through every step to set up a blog. What all we will use to make our Blog with an https domain and SMTP services. AWS or any other server – for hosting Nginx – server Yandex – for free smtp Domain name and DNS mapping. Lets encrypt
MACBOOK PRO 2016
“MACBOOK PRO 2016 IS HERE” Finally the wait is over and apple has announced the Macbook Pro 2016. Everyone was 100% sure for the last two keynotes that the apple will announce it in September one or before that. But the wait was totally worth it. In one sentence Macbook Pro is the most
Top 8 websites every web developer should know.
When you are in field of rapid web development and deployment, sometimes it becomes really important to get help with certain issues, in this scenario these sites come handy. They save us a lot of time and provide us with the best solutions. Here is the list of Top 8 sites that I used while
Best practices and mistakes while using Bootstrap and CSS.
When it comes to the front end design framework which is easy to use and is responsive for all screen. The first thing that came to our mind in bootstrap. If you don’t know bootstrap try learning it here with bootstrap . In this post we will talk about mistakes and best practices of bootstrap and css.
Git, best practices and mistakes.
Here we are going to talk about the best practices that you should follow and avoid the mistakes at all cost while using git. These are all the points learned during the experience of various project and mistakes. So lets start. Daily push your code before leaving and pull the code before start working. Why