Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 594 Bytes

diesel_setup.md

File metadata and controls

20 lines (14 loc) · 594 Bytes

Diesel setup

These were the tasks I needed to perform before I could get diesel_cli installed.

Ubuntu

These are the packages referenced in the README that need to be installed for postgresql and sqlite 3:

  • postgresql
  • postgresql-contrib
  • libpq-dev (Not enough to just set up postgresql, need this for libpq)
  • sqlite3

Then needed to set up postgresql using this tutorial.

After this was able to install diesel_cli and then run the setup with the newly created credentials following the instructions in README