gwu-libraries / launchpad

A django based system that provides a stable URL for every item in the library's catalog. Various discovery services will link to these URLs. The page for each item will in turn link out to various other resources that provide methods for accessing the content of the items.
MIT License
15 stars 9 forks source link

Install docs sqlite3 error #1203

Closed justinlittman closed 6 years ago

justinlittman commented 6 years ago

Part II, Step 8 calls for:

Configure a database using sqlite in the appropriate directory.

 cd LPHOME/launchpad/lp/lp
 sqlite3 lp.db

However, sqlite3 is not installed.