Skip to content

Instantly share code, notes, and snippets.

@fabiotatsuo
Last active December 16, 2015 18:20
Show Gist options
  • Save fabiotatsuo/5477023 to your computer and use it in GitHub Desktop.
Save fabiotatsuo/5477023 to your computer and use it in GitHub Desktop.
MongoDB, SQlite3 install
http://www.mkyong.com/mongodb/how-to-install-mongodb-on-ubuntu/
$ sudo vim /etc/apt/sources.list.d/mongo.list
/etc/apt/sources.list.d/mongo.list
##10gen package location
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
/////////////////////////////
sudo apt-get install sqlite3
sudo apt-get install libsqlite3-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment