This file contains hidden or 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
# First update apt-get no matter what | |
$ sudo apt-get update | |
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip | |
# Install caravel | |
$ sudo pip install caravel | |
# Create an admin user | |
$ sudo fabmanager create-admin --app caravel |
This file contains hidden or 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
# First update apt-get no matter what | |
sudo apt-get update | |
# stuff you most likely need | |
sudo apt-get install git tig htop unzip | |
# LAMP | |
sudo apt-get install apache2 | |
sudo apt-get install mysql-server-5.6 # mysql | |
sudo apt-get install mariadb-server-10.1 # mariadb |