Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setup issues to documentation #96

Open
jameshochadel opened this issue Feb 17, 2017 · 0 comments
Open

Add setup issues to documentation #96

jameshochadel opened this issue Feb 17, 2017 · 0 comments

Comments

@jameshochadel
Copy link
Contributor

jameshochadel commented Feb 17, 2017

I had two issues during dev env setup that I believe are not documented. Dumping my notes here:

Issue 1

Error on trying bundle install: An error occurred while installing pg (0.19.0), and Bundler cannot continue.

Solution: Install Postgres on the machine (using brew on macOS). Upgrade if installed.

Ubuntu: Also follow so article
http://stackoverflow.com/questions/19262312/installing-pg-gem-on-os-x-failure-to-build-native-extension

Issue 2

Need to create PROJECT_ROOT/tmp/pid directory in order to start the server for the first time. I don't remember what the exact error was, but one of the servers tries to write its PID to this directory and fails if it doesn't exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant