Hi,
I tried installing ERPnext on DigitalOcean and followed the processes given in the docs that was available on
https://docs.google.com/document/d/1Ks_dmwbD0Ay3z59JEjuUsDyr7oj5snygpNzl0Uik1Ys/edit?usp=sharing
(I hope the link has been removed now) !!!!
Anyway, I am getting only this
http://imagebin.org/315048
What do I do to get the ERPNext login page.
Regards,
Vivek
–
Note:
If you are posting an issue,
- 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.
- Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
- 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/8d6ad2b1-f197-48b2-a319-221f4a627f26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
can't open your image.
imagebin.org is a blacklisted site
–
Note:
If you are posting an issue,
- 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.
- Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
- 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/66F71F98-4C09-46B6-B777-674ACE064505%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
On Sat, Jul 5, 2014 at 3:04 PM, vi...@iryaa.com wrote:
Hi,
I tried installing ERPnext on DigitalOcean and followed the processes given
in the docs that was available on
https://docs.google.com/document/d/1Ks_dmwbD0Ay3z59JEjuUsDyr7oj5snygpNzl0Uik1Ys/edit?usp=sharing
(I hope the link has been removed now) !!!
Anyway, I am getting only this
http://imagebin.org/315048
What do I do to get the ERPNext login page.
Regards,
Vivek
Hi Vivek,
Can you tryout the single step install script? (run on a clean CentOS
6 installation).
https://github.com/frappe/frappe-bench/blob/master/install_scripts/install_centos.sh
One line missing the script is
echo “erpnext ALL=(ALL) NOPASSWD: /usr/bin/supervisorctl restart
frappe:” > /etc/sudoers.d/erpnext
–
Note:
If you are posting an issue,
- 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.
- Paste your code at http://pastebin.com or http://gist.github.com and send
only the URL via email
- 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/8d6ad2b1-f197-48b2-a319-221f4a627f26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
–
Pratik
erpnext
echo “erpnext ALL=(ALL) NOPASSWD: /usr/bin/supervisorctl restart
frappe:” > /etc/sudoers.d/erpnext
Hi Vivek,
I’ve added the missing line to the script, please ignore that and run
the script as is.
Thanks,
Pratik