Skip to content

Instantly share code, notes, and snippets.

@jgoux
jgoux / app.js
Created April 15, 2014 14:53
Ionic / AngularJS service wrapper for Web SQL API / SQLite-Cordova-Plugin
angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers'])
.run(function(DB) {
DB.init();
});
@pricejn2
pricejn2 / gandi_simple_hosting_drush.sh
Created June 18, 2014 16:37
Gandi Simple Hosting Drush install
cd tmp
wget https://github.com/drush-ops/drush/archive/6.3.0.zip
unzip 6.3.0.zip
rm -rf 6.3.0.zip
mv drush-6.3.0 ~/var/php/admin/
cd ~/var/php/admin/
mv drush-6.3.0 drush
chmod 755 drush/drush
chmod 755 drush/drush.php
nano ~/etc/bash/bashrc