Con unos simples pasos lograremos hacer que nuestras apps Node.js se inicien en cada arranque de nuestro servidor:
- Logueate en tu servidor y accede a la carpeta /etc/init.d
> $ cd /etc/init.d
| Install Ionic to dev android app on ubuntu 14.04 | |
| 0. Instal ubuntu-14.04-desktop-amd64.iso | |
| sudo apt-get update | |
| sudo apt-get install exfat-fuse exfat-utils | |
| sudo reboot | |
| 1. Copy jdk-7u60-linux-x64.tar.gz, apache-ant-1.9.4-bin.tar.gz to /opt and copy adt-bundle-linux-x86_64-20140321.zip to HOME/android | |
| cd /opt | |
| sudo tar zxvf jdk-7u60-linux-x64.tar.gz |
| (function($){ | |
| $.fn.Focus = function(){ | |
| $(this).focus(); | |
| $(this).attr('autofocus',''); | |
| } | |
| $(function(){ |
A continuación configuraremos nuestro repositorio local, para que este tenga la habilidad de actualizarce desde dos origenes (origin/master y upstream/master):
origin/master: es nuestro repositorio forked en github. upstream/master: es el repositorio master al cual le hemos hecho fork
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |