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
# Installation: | |
# | |
# $ mkdir ~/.vim/backups | |
# $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
# $ curl -o ~/.vimrc https://gist.githubusercontent.com/avoinea/3b7a79cb50d86af125454a1c669ec702/raw/e6469bfc7c246cfdf1060abd64c13c871c6ba46a/.vimrc | |
# $ vim | |
# :PlugInstall | |
# :q | |
# | |
# Enjoy ;) |
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
# Install uwsgi>=2.0.15 (requires build-essential and python-dev) | |
# adding it to eggs should also work, assuming you have gcc | |
[buildout] | |
parts += | |
instance | |
uwsgi-app | |
uwsgi-run | |
[uwsgi-run] |