Skip to content

Instantly share code, notes, and snippets.

@simplymathematics
Last active October 6, 2018 09:05
Show Gist options
  • Save simplymathematics/1abaf44f20d9f0dbd11ec371b8d8e671 to your computer and use it in GitHub Desktop.
Save simplymathematics/1abaf44f20d9f0dbd11ec371b8d8e671 to your computer and use it in GitHub Desktop.
Libremap Extension

Apache

sudo apt-get install apache2
systemctl start apache2
systemctl start apache2

CouchDB

echo "deb https://apache.bintray.com/couchdb-deb xenial main" \ | sudo tee -a /etc/apt/sources.list
curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc \ | sudo apt-key add -
apt-get install couchdb
systemctl start couchdb
systemctl start couchdb
systemctl status couchdb
netstat -ln | grep 5984

Now you can open this address: 127.0.0.1:5984

Geocouch

https://github.com/couchbase/geocouch/

.js things

sudo apt-get install npm nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment