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 documentation on 'getting up and running' #67

Merged
merged 1 commit into from
Jan 30, 2014
Merged

Add documentation on 'getting up and running' #67

merged 1 commit into from
Jan 30, 2014

Conversation

keybits
Copy link
Contributor

@keybits keybits commented Jan 29, 2014

Some hopefully useful instructions to help people get up and running, including usage of the new Grunt task.

Re: Issue #34 on my machine I didn't need to install memcached to successfully install the local requirements.

Re: Issue #39 I've linked to this issue for now. It would be good to remove the need for those steps and then this link can be removed.

Some hopefully usefully instructions to help people get up and running.

Re: Issue #34 On my machine I didn't need to install memcached to successfully install the local requirements.

Re: Issue #39 I've linked to this issue for now. It would be good to remove the need for those steps and then this link can be removed.
pydanny added a commit that referenced this pull request Jan 30, 2014
Add documentation on 'getting up and running'
@pydanny pydanny merged commit 84bc8b3 into cookiecutter:master Jan 30, 2014
@pydanny
Copy link
Member

pydanny commented Jan 30, 2014

This is AWESOME!


Make sure that nodejs_ is installed. Then in the project root run::

$ npm install
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be npm install grunt?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in f12e54c

@theskumar
Copy link
Contributor

@pydanny @merwok when you say npm install it looks for package.json in the current directory and installs all the project dependencies from there. When you say npm install grunt it will install only grunt skipping other dependencies.

Ref: https://github.com/pydanny/cookiecutter-django/blob/master/%7B%7Bcookiecutter.repo_name%7D%7D/package.json#L6

@pydanny
Copy link
Member

pydanny commented May 2, 2014

D'oh. I forgot about that. Maybe I should use Node more often? I'll patch that shortly.

@theskumar
Copy link
Contributor

😈 😈

@merwok
Copy link

merwok commented May 2, 2014

Ah, that’s a non-intuitive UI for me :) (I’d expect something like grunt install .) Thanks for noticing!

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

Successfully merging this pull request may close these issues.

4 participants