Skip to content

Instantly share code, notes, and snippets.

View pascalandy's full-sized avatar
:octocat:
Rocking the git

Pascal Andy pascalandy

:octocat:
Rocking the git
View GitHub Profile
@pascalandy
pascalandy / iterm2-solarized.md
Created April 26, 2018 01:23 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

# https://docs.ghost.org/supported-node-versions/
# https://github.com/nodejs/LTS
# Update Ghost version on line: 16
# Update Ghost-cli on line: 12
FROM node:8.10-alpine
# grab su-exec for easy step-down from root
RUN apk update && apk upgrade && apk add --no-cache 'su-exec>=0.2' bash
# Add tzdata --> see alpine-base
I have read, understood and accepted the Terms and Conditions and my application is made subject to the Terms and Conditions. I hereby confirm and make the representations, warranties and provide the indemnities contained therein. I am making my application decision based on the latest version of the marketing materials and Terms and Conditions.
#
# Builder layer
#
FROM node:6-alpine as ghost-builder
RUN npm install --loglevel=error -g ghost-cli
ENV GHOST_VERSION 1.17.0
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
ENV GHOST_USER node
@pascalandy
pascalandy / error
Last active November 7, 2017 04:33
Here is the error:
```
Step 20/25 : RUN cp -r "$GHOST_CONTENT" "$GHOST_INSTALL/content.bck" && npm install -g knex-migrator
---> Running in 6cbaf1d330dc
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
/usr/local/lib
`-- [email protected]
+-- [email protected]
+-- [email protected]

Keybase proof

I hereby claim:

  • I am pascalandy on github.
  • I am askpascalandy (https://keybase.io/askpascalandy) on keybase.
  • I have a public key ASCw0ZfgWe2JxIWD7bzAFACV3e4aSsLxteEDZxH0mRUhrgo

To claim this, I am signing this object:

Proof


This is our wall of fame! If you don't know how we roll, we believe this is the proof of our commitment to make you look like a gentleman.

Happy clients are everything to us. Without you guys we would be living on the street (or in our Mom's basement). Thank you so much for trusting us over all those years.

portfolio_109

# Install completions for docker suite
# if needed
# brew upgrade docker-completion
brew tap homebrew/completions && \
brew install docker-completion && \
brew install docker-compose-completion && \
brew upgrade docker-machine-completion && \
brew install docker-machine-completion
#!/usr/bin/env bash
###############################################################################
# Bash best practice
###############################################################################
# Exit on error. Append "|| true" if you expect an error.
set -o errexit
# Print a helpful message if a pipeline with non-zero exit code causes the
# script to exit as described above.
4.0K LICENSE
4.0K README.md
412.0K assets
4.0K author.hbs
4.0K default.hbs
4.0K error-404.hbs
4.0K error.hbs
4.0K gulpfile.js
4.0K index.hbs
4.0K package.json