From ab4b2da50dd9097ed5d5694c8130c0b9b8cc4edc Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 19 Aug 2015 20:15:41 -0700 Subject: [PATCH] added desc to ubuntu sqlite install --- doc/setup/ubuntu.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/setup/ubuntu.md b/doc/setup/ubuntu.md index 4e7940492..556746118 100644 --- a/doc/setup/ubuntu.md +++ b/doc/setup/ubuntu.md @@ -4,6 +4,8 @@ These are the instructions for running Drone on Ubuntu . We recommend using Ubun ## System Requirements +The default Drone installation uses a SQLite3 database for persistence. Please ensure you have libsqlite3-dev installed: + ``` sudo apt-get update sudo apt-get install libsqlite3-dev