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

[fullstack] not start after install using instructions from the readme.md #71

Closed
jt3k opened this issue Jan 20, 2017 · 2 comments
Closed

Comments

@jt3k
Copy link

jt3k commented Jan 20, 2017

The problem

screenshot

i have no idea how to start

env info:

osx 10.11.6
npm 3.10.10   node v 7.2.1

@jt3k jt3k changed the title don't start after install not start after you install using instructions from the readme.md Jan 20, 2017
@jt3k jt3k changed the title not start after you install using instructions from the readme.md not start after install using instructions from the readme.md Jan 20, 2017
@diegohaz
Copy link
Owner

I see you are trying to run the fullstack branch.

You need the MongoDB service to run it. Just install it and keep mongod running.

Oh, and it's missing in readme, thank you for noticing.

@diegohaz diegohaz changed the title not start after install using instructions from the readme.md [fullstack] not start after install using instructions from the readme.md Jan 20, 2017
@jt3k
Copy link
Author

jt3k commented Jan 20, 2017

this solution helps me:

brew update
brew install mongodb
mkdir -p ~/work/mongodb-data/db # <-- folder in which data will be saved
mongod --dbpath ~/work/mongodb-data/db # too
npm run dev # <-- run the ARc

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

No branches or pull requests

2 participants