Hello Mohamed, I did tried several times but unfortunately no solution.
I wrote to the person who uploaded ova , he did responded to me with several solutions but no luck. I will keep posted whenever its done. In fact if you get any solution, pls do let me know.
@MohamedAbdulsalam
First of all you need to use VirtualBox V7 or latest instead of V6.1
2nd delete .VirtualBox folder from user account folder.
Least but not last
Try on vmWare Workstation Player
Hello, which Tutorial / Manual did you have use to create your ERPNext-Production_v14.8.0_hr_pr.ova virtual machine?
Greets
jannis
Dear Hafiz,
I am unable to see Education module in this ova image. How do I set Education domain in this image?
Just do like as below after login.
cd frappe-bench
bench get-app education
bench --site frappe.com install-app education
don’t forget to reboot system.
sudo reboot
Thanks. I will try that.
Dear Hafiz
What is the command to download NGO and Health domains for this OVA image if possible?
Go to directory frappe-bench
bench get-app healthcare
bench get-app non_profit
bench --site frappe.com install-app healthcare
bench --site frappe.com install-app non_profit
After this point you should restart system.
sudo reboot
Thank you hafiz4saqib it works directly after reboot.
hi couldnt download the file due to mega free limit of 3g only
can you share it with google docs or torrent file instead ?
Thanks a lot for this…
it works fine,
But after using it for a short period of time, I’m stuck with an annoying problem.
I think it is a space or database issue.
pymysql.err.OperationalError: (1021, 'Disk full (/tmp/#sql-temptable-31c-1d1-32.MAI); waiting for someone to free some space… (errno: 28 "No space left on device) ”)’)
Please let me know if you can help…
Thanks in advance…
thank you
Sill unable to restart bench
Hello,
during setup in the end i got a
Request Timed Out
and
Setup failed
Could not start up: Error in setup
any ideas?
After Installation the bench is not restarting
So i did this :-
chmod -R o+rx /home/frappe
sudo nano /etc/supervisor/supervisord.conf
(Add these lines under [unix_http_server])
chmod=0760
chown=frappe:frappe
then restart supervisord
sudo supervisorctl reload
or
sudo service supervisor restart