how to create new apps with frappe bench, i already following the tutorial and typing "<bench dir>/bench new-app apps" to create new app, but i get this error
"apps/apps should either be path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+"
this error generated by pip when executing "./env/bin/pip install -e apps/apps"
is something wrong with my configuration or something ?
I'am using Ubuntu 14.04.1
Best Regards.
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
Run this command from the bench dir itself. the target path should be the "apps" folder
On 17-Aug-2014, at 1:59 pm, Erwan Tanajaya <er...@gmail.com> wrote:
Hi everyone,
how to create new apps with frappe bench, i already following the tutorial and typing "<bench dir>/bench new-app apps" to create new app, but i get this error
"apps/apps should either be path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+"
this error generated by pip when executing "./env/bin/pip install -e apps/apps"
is something wrong with my configuration or something ?
I'am using Ubuntu 14.04.1
Best Regards.
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
i already run this in bench dir itself(dir that created from "bench init <name>"), can you give me some example how i set the target path ?, there only "bench new-app [options] appname" in --help (Options list not available).
Best Regards,
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
It seems that the “App Name” and app_name in the bench command have to match.
Please try,
% bench new-app myawesomeapp # same as App Name below
App Name: myawesomeapp
App Title:
App Description:
App Publisher:
…
Will fixit soon.
On Mon, Aug 18, 2014 at 9:09 PM, Erwan Tanajaya er...@gmail.com wrote:
hi,
i already run this in bench dir itself(dir that created from “bench init
”), can you give me some example how i set the target path ?, there
only “bench new-app [options] appname” in --help (Options list not
available).
Best Regards,
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this
forum by a team (https://frappe.io/webnotes). So please consider donating if
you find this forum useful (https://frappe.io/buy). Even a small amount
would be helpful.
We should be able to replicate it at our end. So please give us as much
information as you can. Please see it from the point of view of the person
receiving the communication.
For sending images, use http://imgur.com or other similar services. Do
not send images as attachments. Links are good. Same goes for any file you
are going to send.
yes, you right i put same name in "App Name" and app_name in bench command, and it's works :)
Best Regards
–
Note:
If you are posting an issue,
ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
—
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.