Skip to content
ctgschollar edited this page Feb 25, 2015 · 1 revision

Welcome to the katsdpdata wiki!

Database setup

  1. Install mysql
    sudo apt-get install mysql
  2. Open mysql
    mysql -u <user> -p<password>
  3. create tape_db database
    create database tape_db;
  4. exit mysql
  5. The tapeinterface will create and populate the database tables when it is first run
Clone this wiki locally