Skip to content

Instantly share code, notes, and snippets.

View realvjy's full-sized avatar
🪄
doing magic

vijay verma realvjy

🪄
doing magic
View GitHub Profile
@realvjy
realvjy / 1 Gist conventions
Created February 27, 2017 20:49 — forked from PavelBezpalov/1 Gist conventions
Deploy Rails 5.0.0.beta3 to VPS(Ubuntu 14.04.4 LTS). Nginx, Puma, Capistrano3, PostgreSQL, RVM.
View 1 Gist conventions
<<APP>> change this variables
View laravel.conf
<VirtualHost *:80>
DocumentRoot /var/www/html/project-name/public
ServerName localhost
ServerAlias localhost
<Directory /var/www/html/project-name>
AllowOverride All
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
@realvjy
realvjy / HibernateOne_.idea_.name
Created March 22, 2015 13:13
Hibernate with Intellij IDEA + Maven