-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Beef dat readme, yo #2
Comments
Actually, having a |
So I realized that it's just poor sentence formatting and I just needed to run |
To be clear, I did find this in the Couchdb wiki:
However, no such or similar directory seems to exist on my machine. My |
How did you install couch? Also, right now there are issues running the frontend without the corresponding backend/node.js server. I am going to make a change so that the frontend will run properly without requiring the server to be up and running. |
The current README says:
...so that's exactly what I did. I downloaded an OSX package from there, and dragged the CouchDB application into my Applications folder. Seems odd though that it installs an actual GUI application that you have to run. |
Ok... I added a script, initcouch.sh which you can run to initialize a new couchdb install. It sets up the required DBs, configures the required couchdb configurations and creates an admin user, hradmin with password test. Couch will need to be running to run this script. Also, make sure you do a git pull and a npm update. I had to update some of the files that ember server uses. |
Merge from HospitalRun/hospitalrun-frontend
I can't actually get up and running with just the README as is.
This first step needs help. Is this just one giant command to enter? I tried that and just got
Ember-cli: command not found
. Step 1 should start from ground zero, assuming no prior experience with ember, or maybe even node.The text was updated successfully, but these errors were encountered: