Skip to content

Instantly share code, notes, and snippets.

View jung-hunsoo's full-sized avatar

Hun-soo Jung jung-hunsoo

View GitHub Profile
ubuntu@ip-172-31-17-74:~$ REPLACE_OS_VARS=true PORT=4000 DEBUG_BOOT=true bin/nohogu foreground + export TERM=xterm
+ TERM=xterm
+ '[' xterm = dumb ']'
+ '[' -d /home/ubuntu/releases/0.0.1/libexec ']'
+ . /home/ubuntu/releases/0.0.1/libexec/readlink.sh
+ . /home/ubuntu/releases/0.0.1/libexec/logger.sh
++ set -o posix
++ set -e
++ '[' '!' -z true ']'
++ set +x
@jung-hunsoo
jung-hunsoo / install_elixir170.sh
Last active August 13, 2018 08:07
Shell script for Erlang OTP 21 + Elixir 1.7.0 + Phoenix 1.3.3 + Nodejs 8.x + Postgresql 9.3 on Ubuntu 14.04 with locale of ko_KR.UTF-8.
#!/bin/bash
# For Ubuntu 14.04
# chmod +x install_elixir170.sh before run
set -e
echo "Install dependencies"
sudo apt-get update
sudo apt-get upgrade -y
Search the latest quill modules : https://www.npmjs.com/search?q=quill
@jung-hunsoo
jung-hunsoo / gist:ef0c8dafedd4f2bf9e7b234b5c712bb4
Last active October 22, 2021 10:02
Adding Semantic-UI to Phoenix
This is maybe the simple implementation which I've used. (Tried NPM but too tricky)
### Environment
- Elixir 1.5.1
- Phoenix 1.3.0
- Semantic-UI 2.2.13
### Steps
1) [Download] Download the Semantic-UI tgz from its CDN(https://www.jsdelivr.com/package/npm/semantic-ui).
2) [Extract] Extract the "semantic-ui-2.2.13.tgz".