Skip to content

Instantly share code, notes, and snippets.

@mateomorrison
mateomorrison / iconsur.sh
Last active December 30, 2020 22:16 — forked from rikumi/iconsur.sh
My personal iconsur setup
# See https://github.com/rikumi/iconsur
yarn global add iconsur
sudo iconsur cache
@mateomorrison
mateomorrison / nicistore_digitaocean.sh
Created February 27, 2017 17:31
Install Yoonic Nicistore on your Digital Ocean
# Clone the repository
git clone https://github.com/yoonic/nicistore.git && nicistore
# Install
npm install
# Build
npm run build
@mateomorrison
mateomorrison / yoonic-deploy.sh
Created February 27, 2017 00:26
Deploy Yoonic Nicistore using Docker, Let's Encrypt and Nginx
# start a server on Digital Ocean
# https://docs.docker.com/machine/drivers/digital-ocean/
docker-machine create \
--driver digitalocean \
--digitalocean-access-token <YOUR API KEY> \
--digitalocean-size 1gb \
yoonic
# tell Docker to run commands on that server