https://github.com/chrisekelley/kiwiprints-reports
reports for kiwiprints
https://github.com/chrisekelley/kiwiprints-reports
Last synced: 3 months ago
JSON representation
reports for kiwiprints
- Host: GitHub
- URL: https://github.com/chrisekelley/kiwiprints-reports
- Owner: chrisekelley
- Created: 2015-03-12T15:56:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T10:27:26.000Z (about 10 years ago)
- Last Synced: 2025-01-20T06:24:49.632Z (5 months ago)
- Language: JavaScript
- Size: 871 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kiwiprints-reports
This is the kiwiprints-reports
## Run
npm start
This monitors for changes in .coffee files, compiles javascripts, and pushes to the couch.
Your working directory for source code development is couch; the compiled version that you push to the live server is in dist.
Configure your local credentials in your gruntfile as below. Use couchapp push to deploy to your live server.
## Configure
Configure the credentials for your couch:
'couch-push': {
options: {
user: 'admin',
pass: 'password'
},
localhost: {
files: {
'http://localhost:5984/grunt-couch-test': 'tmp/reports.json'
}
}
},