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

In jitsu.md the 'jitsu install helloworld' example is incorrect. #32

Closed
TokyoDan opened this issue Jul 7, 2012 · 1 comment
Closed

Comments

@TokyoDan
Copy link

TokyoDan commented Jul 7, 2012

I don't think it is necessary to create a helloworld directory in /tmp/ because 'jitsu install helloworld' will make the 'helloworld' directory for you. The way this example is now will install the app under: /tmp/helloworld/helloworld/

josh@onix:/tmp$ mkdir helloworld
josh@onix:/tmp$ cd helloworld
josh@onix:/tmp/helloworld$ jitsu install helloworld
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command install helloworld
info: Installing helloworld locally.
warn: Downloading packages from npm, this may take a moment...
info: helloworld installed.
help: You can now jitsu deploy this application
prompt: Would you like to start this application locally? (yes): no
info: Nodejitsu ok
josh@onix:/tmp/helloworld$ ls
bin node_modules package.json ReadMe.md

@jfhbrook
Copy link
Contributor

jfhbrook commented Jul 7, 2012

Good catch. Originally you did need to create the directory yourself, but then we changed how jitsu install works.

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

3 participants