Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
[ci skip] Get more Open Source Helpers
Browse files Browse the repository at this point in the history
[CodeTriage](https://www.codetriage.com/) is an app I have maintained
for the past 4-5 years with the goal of getting people involved in
Open Source projects like this one. The app sends subscribers a random
open issue for them to help "triage". For some languages you can also
suggested areas to add documentation.

The initial approach was inspired by seeing the work of the small
core team spending countless hours asking "what version was
this in" and "can you give us an example app". The idea is to
outsource these small interactions to a huge team of volunteers
and let the core team focus on their work.

I want to add a badge to the README of this project. The idea is to
provide an easy link for people to get started contributing to this
project. A badge indicates the number of people currently subscribed
to help the repo. The color is based off of open issues in the project.

Here are some examples of other projects that have a badge in their
README:

- https://github.com/crystal-lang/crystal
- https://github.com/rails/rails
- https://github.com/codetriage/codetriage

Thanks for building open source software, I would love to help you find some helpers.
  • Loading branch information
schneems committed Jan 4, 2018
1 parent 80f50c9 commit 2a1d1d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
@@ -1,5 +1,8 @@
HospitalRun Server
======

[![Help Contribute to Open Source](https://www.codetriage.com/hospitalrun/hospitalrun-server/badges/users.svg)](https://www.codetriage.com/hospitalrun/hospitalrun-server)

This is the Node.js backend for HospitalRun. The intention is that this would be used in HospitalRun production deployments. Having a Node.js backend server allows us to do the following:

1. Use Google OAuth for user authentication.
Expand Down Expand Up @@ -31,7 +34,7 @@ Full deployment documentation is available [here](https://github.com/HospitalRun
1. Download `https://github.com/HospitalRun/hospitalrun-frontend/blob/master/script/initcouch.sh`
2. If you have just installed CouchDB and have no admin user, simply run `initcouch.sh` with no arguements. A user `hradmin` will be created with password: `test`.
2. If you already have a CouchDB admin user, please run `initcouch.sh USER PASS`. `USER` and `PASS` are the CouchDB admin user credentials.
6. Copy the `config-example.js` to `config.js` in the folder you cloned the HospitalRun repository. If you already had a CouchDB admin user that you passed into the couch script (`initcouch.sh USER PASS`), then you will need to modify the `couchAdminUser` and `couchAdminPassword` values in `config.js` to reflect those credentials. Additionally the default network name for the CouchDB server is `couchdb`. If you are runninig CouchDB on the same server as HospitalRun, change line 2 of `config.js` from:
6. Copy the `config-example.js` to `config.js` in the folder you cloned the HospitalRun repository. If you already had a CouchDB admin user that you passed into the couch script (`initcouch.sh USER PASS`), then you will need to modify the `couchAdminUser` and `couchAdminPassword` values in `config.js` to reflect those credentials. Additionally the default network name for the CouchDB server is `couchdb`. If you are runninig CouchDB on the same server as HospitalRun, change line 2 of `config.js` from:
```js
var config = {
couchDbServer: 'couchdb',
Expand Down

0 comments on commit 2a1d1d1

Please sign in to comment.