ember-learn / ember-jsonapi-docs

fixes up the ember docs generated by YUIDoc to be in JSONAPI format + some other niceties
9 stars 11 forks source link

Add instructions on how to push data up to Couch #1

Closed acorncom closed 7 years ago

Gaurav0 commented 7 years ago

The following worked for me:

  1. git clone this repo
  2. Merge in https://github.com/ember-learn/ember-jsonapi-docs/pull/2
  3. Install CouchDb
  4. Create a database 'docs'
  5. Set environment variable COUCH_URL to http://127.0.0.1:5984/docs
  6. Set environment variables
    • AWS_ACCESS_KEY_ID
    • AWS_SECRET_ACCESS_KEY for any valid AWS account. It will be accessing builds.emberjs.com in read only mode, which is public.
  7. In the repo directory, run node index