Frappe bench installation problem

Dear developers,

My installation stops after the installation of Mariadb-server with the rule bash: rule 0: cd /home/root: File or directory does not exists.

Is there a solution for this issue?

Thank you!

Coen


Note:

If you are posting an issue,

  1. ERPNext is a free and open source software and support is given on this forum by a team (Not Found). So please consider donating if you find this forum useful (Not Found). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d4bf8b60-fcae-4b3d-9dc4-95f4df85c1f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

On Fri, Aug 1, 2014 at 12:44 AM, Coen Bakker co...@gmail.com wrote:

Dear developers,

My installation stops after the installation of Mariadb-server with the rule bash: rule 0: cd /home/root: File or directory does not exists.

Hi Coen,

Thanks for trying out the bench

Is there a solution for this issue?

Run the following commads as root,

useradd -m -d /home/frappe -s $SHELL frappe
su frappe -c "cd /home/frappe && git clone
https://github.com/frappe/bench bench-repo"
pip install -e /home/frappe/bench-repo

Then login as frappe with the command, ‘su - frappe’

and proceed to setup the bench.

Will fix this in the easy install script tomorrow.

Thank you!

Coen


Note:

If you are posting an issue,

  1. 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.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d4bf8b60-fcae-4b3d-9dc4-95f4df85c1f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks,

Pratik
erpnext