ketchuphq / ketchup

A simple CMS :tomato:
https://ketchuphq.com
Apache License 2.0
393 stars 31 forks source link

ketchup: command not found #1

Closed hoang17 closed 7 years ago

hoang17 commented 7 years ago

i tried to run ketchup on mac os but get this error

Hoangs-MacBook-Pro-2:ketchup_Darwin_x86_64 hoangle$ ketchup users:add myemail@gmail.com
-bash: ketchup: command not found
lillesvin commented 7 years ago

Unless you've downloaded the binary and put it somewhere in your PATH, then you'll be seeing that. Try ./ketchup ... instead (with './' in front of 'ketchup') to indicate that Bash should look for it in the current directory rather than in PATH.

hoang17 commented 7 years ago

thanks its working now but there seems to be no default theme, after i created a page it showed only content without any layout

octavore commented 7 years ago

@lillesvin Thanks, that's exactly right!

@hoang17 To answer your second question, that is the default theme you're seeing, which unfortunately is not much to look at right now.