Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Linux Quick Setup

Bohan Zhang edited this page May 24, 2018 · 8 revisions

Linux Quick Setup

  • 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

Clone OtterTune repo

git clone https://github.com/cmu-db/ottertune.git
cd ottertune/server/website

Install the packages

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
Clone this wiki locally