Skip to content

Instantly share code, notes, and snippets.

View saikiranmothe's full-sized avatar

Sai Kiran Mothe saikiranmothe

  • Qwinix Technologies
  • Denver
View GitHub Profile
@saikiranmothe
saikiranmothe / rails4_spree_template.rb
Last active August 29, 2015 14:07
rails4_spree_template.rb
require 'rbconfig'
require 'open-uri'
#creating some sample files
create_file '.ruby-version'
create_file '.rbenv-gemsets'
create_file 'app/assets/images/logo/spree_50.png'
#insert ruby version to .ruby-version/rbenv version file
insert_into_file ".ruby-version" ,:after => "" do
https://github.com/martyychang/heroku-connect-demo
- 3 min video reviewing data passing through Heroku Connect to Force.com: https://www.youtube.com/watch?v=yjLsOaYuc_o
https://devcenter.heroku.com/articles/herokuconnect#using-heroku-connect-and-the-demo-rails-app
Heroku Connect is currently in limited availability. Please contact your Heroku sales representative for information on access and purchase or tell us about your project and we’ll be in touch.
https://github.com/heavysixer/Tableau-Trusted-Interface-Example
@saikiranmothe
saikiranmothe / reset_mysql_password
Created July 11, 2014 04:38
reset_mysql_password
sudo dpkg-reconfigure mysql-server-5.1
ssh -i /path/to/private-key ubuntu@<ec2-public-dns-address>
ssh -i /path/to/private-key username@serverip
@saikiranmothe
saikiranmothe / raspberry_links
Last active May 1, 2019 20:15
raspberry_links
@saikiranmothe
saikiranmothe / digital_signage_links
Created May 27, 2014 13:25
digital_signage_links
@saikiranmothe
saikiranmothe / install_wordpress
Created May 26, 2014 12:04
install_wordpress
https://www.digitalocean.com/community/articles/how-to-install-wordpress-on-ubuntu-12-04
http://www.andrewgertig.com/2013/05/set-up-wordpress-on-heroku
django_cloud
============
== Django WorkBook
============
Django Installation
============
1. sudo apt-ge install python-setuptools
2. sudo easy-install virtualenv
@saikiranmothe
saikiranmothe / activeadmin
Created October 31, 2013 21:23
activeadmin
http://net.tutsplus.com/tutorials/ruby/create-beautiful-administration-interfaces-with-active-admin/