Skip to content

Instantly share code, notes, and snippets.

@hawkup
hawkup / Start Elixir and Phoenix.md
Last active October 15, 2016 18:42
Start Elixir and Phoenix

Installing

  • Add Erlang Solution
wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
  • Install the Erlang/OTP platform and all of its applications
sudo apt-get install esl-erlang
empty file
@hawkup
hawkup / Meteor Development.md
Created November 10, 2015 20:00
Meteor Development
  • Installation
curl https://install.meteor.com/ | sh

# if you found this error
curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
# fix follow this
http://stackoverflow.com/questions/30154208/trouble-installing-meteor-on-ubuntu-14-04
@hawkup
hawkup / Install nginx on Ubuntu 14.04.md
Last active November 9, 2015 10:48
Install nginx on Ubuntu 14.04
sudo apt-get update
sudo apt-get install nginx
  • Default serve directory
/usr/share/nginx/html
@hawkup
hawkup / Install Continuum and Jupython(Ipython) on Unix.md
Created October 28, 2015 18:05
Install Continuum and Jupython(Ipython) on Unix

Install Continuum

# download file from https://www.continuum.io/downloads#_unix
bash Anaconda-2.3.0-Linux-x86_64.sh
source ~/.bashrc

Install jupython

conda install jupyter (or install only ipython)
@hawkup
hawkup / Develop_Laravel.md
Last active December 5, 2015 20:09
Develop_Laravel

Install Homestead

install VirtualBox
install Vagrant
vagrant box add laravel/homestead
git clone https://github.com/laravel/homestead.git Homestead
cd Homestead
bash init.sh
@hawkup
hawkup / Install Laravel on Ubuntu 14.04.md
Created October 18, 2015 14:06
Install Laravel on Ubuntu 14.04
  1. Install composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
  1. download Laravel installer
composer global require "laravel/installer=~1.1"
  1. export path environment
# Directory
/apm                      # builder N1 use this instead of npm
/build
/docs                     # N1 docs
/dot-nylas
/examples
/internal_packages
/keymaps
/menus