This repository was archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 312
Linux Quick Setup
Bohan Zhang edited this page May 24, 2018
·
8 revisions
- Platform: Ubuntu Linux 16.04+ (64-bit)
- Python3: OtterTune requires Python 3.5+, the default Python3 version of Ubuntu Linux 16.04 is Python 3.5. If your Python3 version does not meet the requirement, we recommend to use virtual enviroments like pyenv and virtualenv
git clone https://github.com/cmu-db/ottertune.git
cd ottertune/server/website
sudo apt-get update
sudo apt-get install git python3-pip python3-dev python-mysqldb python3-tk rabbitmq-server libmysqlclient-dev libssl-dev mysql-server
sudo pip3 install -r requirements.txt