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

Beef dat readme, yo #2

Closed
jglovier opened this issue May 27, 2014 · 6 comments
Closed

Beef dat readme, yo #2

jglovier opened this issue May 27, 2014 · 6 comments

Comments

@jglovier
Copy link
Member

I can't actually get up and running with just the README as is.

  1. Ember-cli npm install -g ember-cli.

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.

@jglovier
Copy link
Member Author

Actually, having a script/setup to run would be even more ✨ 🤘 ❤️.

@jglovier
Copy link
Member Author

So I realized that it's just poor sentence formatting and I just needed to run npm install ember-cli, so I got that all setup. But I'm still getting stuck further down the readme on configuring couch. Where even is the local.ini file??

@jglovier
Copy link
Member Author

Where even is the local.ini file??

To be clear, I did find this in the Couchdb wiki:

The default location of the default.ini file is in /usr/local/etc/couchdb

However, no such or similar directory seems to exist on my machine. My /etc dir doesn't contain a couchdb subdir.

@jkleinsc
Copy link
Member

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.

@jglovier
Copy link
Member Author

How did you install couch?

The current README says:

Install/configure couchdb http://couchdb.apache.org/#download

...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.

@jkleinsc
Copy link
Member

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.

tangollama pushed a commit that referenced this issue Feb 23, 2018
matteovivona pushed a commit that referenced this issue Mar 10, 2020
Merge master to this branch
jackcmeyer pushed a commit that referenced this issue Apr 3, 2020
Merge from HospitalRun/hospitalrun-frontend
matteovivona pushed a commit that referenced this issue Jan 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants