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
#!/usr/bin/env bash | |
# | |
# Decidim installation script on Ubuntu 16.04 LTS and macos sierra 10.2 | |
# | |
# This is a BETA and as such you should be aware that this could break your environment (if you have any) | |
# This will install rbenv, postgresql, nodejs and install decidim on this directory | |
# It'll take 15 minutes depending on your network connection | |
# | |
set -e |