Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/holst
Holst is an upholstry system for Apache CouchDB with planetary potential.
https://github.com/bigbluehat/holst
Last synced: about 1 month ago
JSON representation
Holst is an upholstry system for Apache CouchDB with planetary potential.
- Host: GitHub
- URL: https://github.com/bigbluehat/holst
- Owner: BigBlueHat
- License: apache-2.0
- Created: 2015-10-01T14:13:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:26:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T06:42:38.772Z (3 months ago)
- Language: HTML
- Homepage: http://bigbluehat.github.io/holst/
- Size: 5.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Holst
Holst is an upholstry system for [Apache CouchDB](http://couchdb.apache.org)
with planetary potential.## In a hurry?
The `build` folder should contain an up-to-date static copy of Holst
(rashly assuming I remembered to publish the updates, etc...). Open the
`build/index.html` file in a browser (or serve it with a Web server) and take notes.## Usage
```bash
$ npm install
$ npm run styles # if this is your first time or you're updating Semantic-UI
$ npm run build
$ npm run serve
```Open `http://localhost:8080/`. You can then enter the URL of your PouchDB or
CouchDB database in the header and get to work!### Ugh...CORS...
```
$ npm install -g add-cors-to-couchdb
$ add-cors-to-couchdb http://localhost:5984 -u USER -p PASS
```
(obviously replace USER & PASS with something meaningful)That will enable CORS on a CouchDB configuration compliant server.
## License
Apache License 2.0