This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Search the latest quill modules : https://www.npmjs.com/search?q=quill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |