mirror of
https://github.com/donl/slouch.git
synced 2026-05-25 22:07:24 -06:00
* refactor(db): split up * refactor(all) * refactor(db) * refactor(doc) * refactor(security) * refactor(common) * refactor(view) * refactor(system) * refactor(config) * refactor(user) * refactor(jshint) * test(db): all * test(user) * refactor(test): remove old * test(exclude-design-docs-iterator) * refactor(old): remove old files * refactor(move): move new files from fomo * refactor(jshint)
5 lines
199 B
Bash
Executable file
5 lines
199 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Enable CORS. This is only needed if you are connecting from another machine
|
|
sudo npm install -g add-cors-to-couchdb
|
|
add-cors-to-couchdb http://localhost:5984 -u admin -p admin
|