This file contains 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
[ben@nixos:~/nix-group/nixpkgs]$ git status | |
On branch update-libinput | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: pkgs/development/libraries/libinput/default.nix | |
no changes added to commit (use "git add" and/or "git commit -a") |
This file contains 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@ubuntu-xenial:~/plugn$ sudo GOPATH=$GOPATH make build-in-docker | |
docker build --rm -f Dockerfile.build -t plugn-build . | |
Sending build context to Docker daemon 20.66MB | |
Step 1/2 : FROM golang:1.6.3 | |
1.6.3: Pulling from library/golang | |
386a066cd84a: Pull complete | |
75ea84187083: Pull complete | |
88b459c9f665: Pull complete | |
a31e17eb9485: Pull complete | |
ca401ff682d8: Pull complete |
This file contains 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@ubuntu-xenial:~$ dokku nginx:build-config pathhero | |
+ export DOKKU_DISTRO | |
++ . /etc/os-release | |
++ echo ubuntu | |
+ DOKKU_DISTRO=ubuntu | |
+ export DOKKU_IMAGE=gliderlabs/herokuish | |
+ DOKKU_IMAGE=gliderlabs/herokuish | |
+ export DOKKU_LIB_ROOT=/var/lib/dokku | |
+ DOKKU_LIB_ROOT=/var/lib/dokku | |
+ export PLUGIN_PATH=/var/lib/dokku/plugins |